djeter: Win32 2004-04-06 trunk (O2/GL7/SSE2 & O2/GL5)

Discussion about official Mozilla Firefox builds
Post Reply
User avatar
djeter
Posts: 651
Joined: May 13th, 2003, 6:21 pm
Location: Falkner, MS

djeter: Win32 2004-04-06 trunk (O2/GL7/SSE2 & O2/GL5)

Post by djeter »

This build was built from CVS using Visual C++ .NET 2003 using some optimizations.
---
This build has the following optimizations:
Build 1: -O2 -GL7 -c -arch:SSE2
Build 2: -O2 -GL5 -c
---
Download Build 1: http://djeter.home.dixie-net.com/Firefo ... 7-SSE2.exe (5.46MB) 7-Zip SFX
Download Build 2: http://rickyb.home.dixie-net.com/Firefo ... O2-GL5.exe (5.47 MB) 7-Zip SFX

Checkout Start: Mon Apr 05 23:51:51 CDT 2004
Build Complete: Tue Apr 06 02:42:43 CDT 2004 (O2/GL7/SSE2)
Build Complete: Tue Apr 06 05:37:24 CDT 2004 (O2/GL5)


My .mozconfig goes something like this:

Code: Select all

ac_add_options --disable-ldap
ac_add_options --disable-mailnews
ac_add_options --enable-extensions=cookie,xml-rpc,xmlextras,p3p,pref,universalchardet,typeaheadfind,webservices,inspector
ac_add_options --enable-crypto
ac_add_options --enable-strip
ac_add_options --disable-composer
ac_add_options --disable-profilesharing
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --enable-optimize="See build number above"
ac_add_options --enable-static
ac_add_options --disable-shared
ac_add_options --disable-activex
ac_add_options --disable-activex-scripting
ac_add_options --disable-accessibility

My builds have the following preference set:
pref("general.useragent.vendorComment", "djeter")
Last edited by djeter on April 6th, 2004, 10:35 am, edited 2 times in total.
Mozilla/5.0 ( Windows; U; Windows NT 6.1; en-US; rv:1.9.1b4pre ) Gecko/20090403 SeaMonkey/2.0b1pre (djeter)
User avatar
bcool
Posts: 638
Joined: December 27th, 2003, 9:01 am
Location: Ozarks

Post by bcool »

Good Morning. You don't think you would ever consider adding the available patch for bug http://bugzilla.mozilla.org/show_bug.cgi?id=69114 ? :badgrin:
Firefox still does not know how to properly handle Internet shortcuts (*.url) unless the browser is already opened and running. It would be really cool if you could consider adding this patch in your next G6 /arch:SSE.
Never let them see you sweat
User avatar
chaosite
Posts: 113
Joined: March 19th, 2004, 4:25 am

Post by chaosite »

bcool - invalid bug number.

EDIT: working now.
Last edited by chaosite on April 6th, 2004, 1:52 pm, edited 1 time in total.
User avatar
djeter
Posts: 651
Joined: May 13th, 2003, 6:21 pm
Location: Falkner, MS

Post by djeter »

**O2/GL5 build has been uploaded.

I'll see what I can do to get the fix for Bug 69114 added. I'll make a test build this afternoon with it and see how it acts.
Mozilla/5.0 ( Windows; U; Windows NT 6.1; en-US; rv:1.9.1b4pre ) Gecko/20090403 SeaMonkey/2.0b1pre (djeter)
User avatar
realgeorge
Posts: 459
Joined: May 17th, 2003, 7:56 pm

Build 2 - Firefox-20040406-trunk-O2-GL5.sse

Post by realgeorge »

Download Build 2- Firefox-20040406-trunk-O2-GL5.sse does not download, but I get "You have requested a page that has moved, or is no longer on our servers". Also, is the GL5 really sse? Post says: "This build has the following optimizations:Build Build 2: -O2 -GL5 -c" If not SSE, how would it be for PII?
User avatar
djeter
Posts: 651
Joined: May 13th, 2003, 6:21 pm
Location: Falkner, MS

Re: Build 2 - Firefox-20040406-trunk-O2-GL5.sse

Post by djeter »

realgeorge wrote:Download Build 2- Firefox-20040406-trunk-O2-GL5.sse does not download, but I get "You have requested a page that has moved, or is no longer on our servers". Also, is the GL5 really sse? Post says: "This build has the following optimizations:Build Build 2: -O2 -GL5 -c" If not SSE, how would it be for PII?
I messed up when I typed in the filename and put .sse instead of .exe, the download should work now. True, it's not an SSE build. The O2/GL5 build is optimized for older Pentium processors, but should run fine on everything.
Mozilla/5.0 ( Windows; U; Windows NT 6.1; en-US; rv:1.9.1b4pre ) Gecko/20090403 SeaMonkey/2.0b1pre (djeter)
ByTor201
Posts: 573
Joined: November 26th, 2003, 10:36 am
Location: 40:53:21N 74:02:46W

Post by ByTor201 »

Thanks for the O2/GL7/SSE2 build. I think this has to be one of the fastest builds I've run. Not a single glitch so far. :D
User avatar
djeter
Posts: 651
Joined: May 13th, 2003, 6:21 pm
Location: Falkner, MS

Post by djeter »

It seems that when I add the patches for Bug 69114, the compile fails. I will try to add the patches and compile another test build when I have more time tomorrow afternoon to look around after I get home from college. I'll also try to get Firefox Help v1.1 in there as well. :)

Meanwhile, I managed to add several patches that will probably make it to tomorrow's O2/GL6/SSE build:
Bug 185382, Bug 204519, Bug 228320, Bug 237542 and Bug 238815.

Update: Since when is Firefox 0.8.0+ called Application 0.0? I managed to get that after I made my O2/GL6/SSE build for 2004-04-07 and looked at the about: screen. I don't know what caused it, but I fixed it. I should have the build up in an hour or so.
Mozilla/5.0 ( Windows; U; Windows NT 6.1; en-US; rv:1.9.1b4pre ) Gecko/20090403 SeaMonkey/2.0b1pre (djeter)
ByTor201
Posts: 573
Joined: November 26th, 2003, 10:36 am
Location: 40:53:21N 74:02:46W

Post by ByTor201 »

djeter wrote:Since when is Firefox 0.8.0+ called Application 0.0? I managed to get that after I made my O2/GL6/SSE build for 2004-04-07 and looked at the about: screen. I don't know what caused it, but I fixed it. I should have the build up in an hour or so.

Are you going to make another O2/GL7/SSE2 build too? [-o<
User avatar
djeter
Posts: 651
Joined: May 13th, 2003, 6:21 pm
Location: Falkner, MS

Post by djeter »

ByTor201 wrote:Are you going to make another O2/GL7/SSE2 build too?
As soon as I get this O2/GL6/SSE build up here in about 15-20 minutes, I'm going to start building the O2/GL7/SSE2 build. I'm hoping I can get it put up before I leave for college. But yes, there should be an O2/GL7/SSE2 build today.
Mozilla/5.0 ( Windows; U; Windows NT 6.1; en-US; rv:1.9.1b4pre ) Gecko/20090403 SeaMonkey/2.0b1pre (djeter)
User avatar
gahbmwM5
Posts: 1060
Joined: June 21st, 2003, 12:31 pm
Location: USA

Post by gahbmwM5 »

Good deal will be looking for it, as I tried to D/L your 20040405-O2-GL6-SSE build from the other thread and it was no longer found on the server...

Thanks :)
Mozilla/5.0 (Windows NT 6.0; rv:2.0b7) Gecko/20100101 Firefox/4.0b7
Lost User 12105
Posts: 0
Joined: December 31st, 1969, 5:00 pm

GL5

Post by Lost User 12105 »

Hm, bugger must be psychic! :D

Suddenly I'm having to use my old 486 again so your O2 GL5 is just what the doctor ordered. Thanks for this off the wall build. : )
User avatar
bcool
Posts: 638
Joined: December 27th, 2003, 9:01 am
Location: Ozarks

Post by bcool »

djeter wrote:It seems that when I add the patches for Bug 69114, the compile fails. I will try to add the patches and compile another test build when I have more time tomorrow afternoon to look around after I get home from college. I'll also try to get Firefox Help v1.1 in there as well. :)


Thanks djeter! Your problem with Bug 69114 may account for why at this late stage this bug has not already been fixed. It's such a basic and ubiquitous function in a web browser. Too bad. Thank you for trying. Good luck.
Never let them see you sweat
Melhisedek
Posts: 31
Joined: February 4th, 2004, 10:06 am

Post by Melhisedek »

looks like todays is down as well :(
Anyone can host it on some other place please ??? I havent updated in a looong time :)
Love can die, but power is forever!
Post Reply