Legenda: Firefox 2004-05-11 Win32 Trunk (Oxp/GA7/SSE)

Discussion of third-party/unofficial Firefox/Thunderbird/SeaMonkey builds.
Post Reply
Legenda
Posts: 44
Joined: April 14th, 2004, 4:11 pm
Location: Tampere, Finland

Legenda: Firefox 2004-05-11 Win32 Trunk (Oxp/GA7/SSE)

Post by Legenda »

http://tivema.cs.uta.fi/~tt76063/Firefox-20040511-Oxp-GA7-SSE-Legenda.exe, 5 579 kB

Built using only free tools. Contains patch to disable IE Profile Migration and another patch to add print command to context menu. Also some prefs to add speedy effect:

Code: Select all

pref("content.maxtextrun", 8191);
pref("network.http.pipelining", true);
pref("network.http.proxy.pipelining", true);
pref("network.http.pipelining.maxrequests", 8);
pref("network.http.max-connections", 32);
pref("network.http.max-connections-per-server", 8);
pref("network.http.max-persistent-connections-per-proxy", 8);
pref("network.http.max-persistent-connections-per-server", 4);
pref("browser.display.show_image_placeholders", false);
pref("ui.submenuDelay", 0);


My .mozconfig goes as follows:

Code: Select all

. $topsrcdir/browser/config/mozconfig

ac_add_options --disable-mailnews
ac_add_options --disable-ldap
ac_add_options --enable-crypto
ac_add_options --disable-accessibility
ac_add_options --disable-composer
ac_add_options --disable-installer
ac_add_options --disable-activex
ac_add_options --disable-activex-scripting
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --enable-optimize="-Oxp -GA7 -arch:SSE"
ac_add_options --enable-strip
ac_add_options --disable-pedantic
ac_add_options --disable-shared
ac_add_options --enable-static
Post Reply