--- /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