Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 54603 Details for
Bug 86872
Apply patches to firefox to allow proper built of epiphany and galeon against it
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
diff to current mozilla-firefox-1.0.2-r1 ebuild
mozilla-firefox-1.0.2-r1.diff (text/plain), 1.44 KB, created by
Daniel Westermann-Clark
on 2005-03-27 09:08:38 UTC
(
hide
)
Description:
diff to current mozilla-firefox-1.0.2-r1 ebuild
Filename:
MIME Type:
Creator:
Daniel Westermann-Clark
Created:
2005-03-27 09:08:38 UTC
Size:
1.44 KB
patch
obsolete
>--- /usr/portage/www-client/mozilla-firefox/mozilla-firefox-1.0.2-r1.ebuild 2005-03-26 02:36:10.000000000 -0500 >+++ mozilla-firefox-1.0.2-r1.ebuild 2005-03-27 11:12:57.000000000 -0500 >@@ -57,6 +57,26 @@ > if has_version '>=x11-libs/cairo-0.3.0'; then > epatch ${FILESDIR}/svg-cairo-0.3.0-fix.patch > fi >+ >+ # patch to fix crash in GtkPromptService::Prompt >+ # https://bugzilla.mozilla.org/show_bug.cgi?id=265599 >+ epatch ${FILESDIR}/gtk-prompt-service.patch >+ >+ # patch to make prompts window modal instead of application modal >+ # https://bugzilla.mozilla.org/show_bug.cgi?id=224454 >+ epatch ${FILESDIR}/embedprompter-modal.patch >+ >+ # patch to fix typeahead find for browsers which embed Firefox >+ # http://bugzilla.gnome.org/show_bug.cgi?id=157435 >+ epatch ${FILESDIR}/embed-typeaheadfind.patch >+ >+ # patch to make the interface requestor give out its nsIDOMWindow >+ # https://bugzilla.mozilla.org/show_bug.cgi?id=277587 >+ epatch ${FILESDIR}/securebrowserui-iirq.patch >+ >+ # patch to add border to tooltips >+ # https://bugzilla.mozilla.org/show_bug.cgi?id=238052 >+ epatch ${FILESDIR}/gtk-tooltips.patch > } > > src_compile() { >@@ -72,6 +92,9 @@ > # regardless of java setting. > mozconfig_annotate '' --enable-oji --enable-mathml > >+ # Enable typeaheadfind extension for browsers which embed Firefox >+ mozconfig_annotate '' --enable-extensions=typeaheadfind >+ > # Other ff-specific settings > mozconfig_use_enable mozdevelop jsd > mozconfig_use_enable mozdevelop xpctools
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 86872
: 54603 |
54604