Legenda: Firefox 2004-05-09 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-09 Win32 TRUNK (Oxp/GA7/SSE)

Post by Legenda »

Built using only free tools. Thanks to TierMann for his great help page, and Waldo for the IE Profile Migration patch.

http://tivema.cs.uta.fi/~tt76063/Firefox-20040509-Oxp-GA7-SSE-Legenda.exe, 5 896 KB

This build contains patch to disable IE Profile Migration and another patch to add print command to context menu. Also using some extra 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

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


<em><strong>Note:</strong>
My vendorComment says O2xp, but since Ox implies O2 I didn't use it separately.</em>
User avatar
mezziah
Posts: 1739
Joined: November 29th, 2002, 4:25 pm
Location: Central Europe
Contact:

Post by mezziah »

Woo, yet another Firefox builder. Thanks for your build, it works fine here.
What will happen next? You never know.
old Neil Parks
Moderator
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by old Neil Parks »

Moving to Unofficial builds forum.
User avatar
Lohvarn
Posts: 332
Joined: January 30th, 2004, 9:43 pm
Location: Fort Worth, TX

Re: Legenda: Firefox 2004-05-09 Win32 TRUNK (Oxp/GA7/SSE)

Post by Lohvarn »

Legenda wrote:My vendorComment says O2xp, but since Ox implies O2 I didn't use it separately.

Actually /O2 is a superset of /Ox so /O2 implies more flags than Ox.
Post Reply