Official Win32 2003-10-21 Available...

Discussion about official Mozilla Firefox builds
ghuerkam
Posts: 185
Joined: November 6th, 2002, 11:00 am

Official Win32 2003-10-21 Available...

Post by ghuerkam »

sboulema
Posts: 6615
Joined: May 20th, 2003, 12:34 am
Location: Amstelveen, The Netherlands

Post by sboulema »

the win32 build machine is up :D
MozJF
Posts: 2007
Joined: July 14th, 2003, 10:07 am
Location: Near Atlantic Ocean

Post by MozJF »

sboulema wrote:the win32 build machine is up :D


Yiiiiiiiiiiiiiiiipeeeeeeeeeeeeee :)

But I think unofficial build contributors will still have work :)
MozJF
User avatar
TeddyBerlin
Posts: 340
Joined: August 10th, 2003, 9:53 am
Location: Berlin(Germany)
Contact:

Post by TeddyBerlin »

20031002...........
Something else is not indicated to me.
Where is there a newer win32-build?
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7b) Gecko/20040309 Firefox/0.8.0+
Mozilla Thunderbird 0.5+ (20040304)
MozJF
Posts: 2007
Joined: July 14th, 2003, 10:07 am
Location: Near Atlantic Ocean

Post by MozJF »

TeddyBerlin wrote:20031002...........
Something else is not indicated to me.
Where is there a newer win32-build?


Looks like it will be available soon, Pheonix tinderbox is on again ->
http://tinderbox.mozilla.org/showbuilds ... ee=Phoenix
MozJF
User avatar
TeddyBerlin
Posts: 340
Joined: August 10th, 2003, 9:53 am
Location: Berlin(Germany)
Contact:

Post by TeddyBerlin »

downloading now....
:D

Heinrich Witt
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7b) Gecko/20040309 Firefox/0.8.0+
Mozilla Thunderbird 0.5+ (20040304)
User avatar
mezziah
Posts: 1739
Joined: November 29th, 2002, 4:25 pm
Location: Central Europe
Contact:

Post by mezziah »

Win32 machine is up again? Heh, cool :)

Whats new in this build? BurningEdge isn't updated yet.
User avatar
TeddyBerlin
Posts: 340
Joined: August 10th, 2003, 9:53 am
Location: Berlin(Germany)
Contact:

Post by TeddyBerlin »

Great...
This build works very good for me.

Heinrich Witt
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7b) Gecko/20040309 Firefox/0.8.0+
Mozilla Thunderbird 0.5+ (20040304)
User avatar
Anthracks
Posts: 168
Joined: July 13th, 2003, 2:06 pm
Location: Boston, MA

Post by Anthracks »

Weird...I was about to say that loading that link showed a nightly from October 2nd, but when I closed the tab and opened it again it was from today :). Perhaps all the mirrors haven't picked it up yet? Either way, I'm glad it's back.
jileiwin
Posts: 18
Joined: October 21st, 2003, 7:45 am

Great!

Post by jileiwin »

a long .........wait,
This build works fine here and it was faster than the Official 0.7 milestone.
Can sb tell me some tips about how to speedup the loading of pages?
I just found the following:
1,add the code to user.js
// This one makes a huge difference. Last value in milliseconds (default is 250)
user_pref("nglayout.initialpaint.delay", 0);
2,set the values in about:config
user_pref("network.http.max-connections", 128);
user_pref("network.http.max-connections-per-server", 48);
user_pref("network.http.max-persistent-connections-per-proxy", 24);
user_pref("network.http.max-persistent-connections-per-server", 12);

Any increase in speed is good.So any other tips?Thanks!
User avatar
whorfin
Posts: 326
Joined: April 1st, 2003, 3:11 pm

Post by whorfin »

Lookin' good so far.
Lighten up, Francis
My Yute
Posts: 895
Joined: June 5th, 2003, 1:19 am
Location: Kingston, Jamaica

Re: Great!

Post by My Yute »

jileiwin wrote:a long .........wait,
This build works fine here and it was faster than the Official 0.7 milestone.
Can sb tell me some tips about how to speedup the loading of pages?
I just found the following:
1,add the code to user.js
// This one makes a huge difference. Last value in milliseconds (default is 250)
user_pref("nglayout.initialpaint.delay", 0);
2,set the values in about:config
user_pref("network.http.max-connections", 128);
user_pref("network.http.max-connections-per-server", 48);
user_pref("network.http.max-persistent-connections-per-proxy", 24);
user_pref("network.http.max-persistent-connections-per-server", 12);

Any increase in speed is good.So any other tips?Thanks!


Add this also to user.js. . .

Code: Select all

// Enable pipelining: 
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 100);


BTW, the code in number 2 can also go in user.js. About:config reads from user.js and sets the value in about:config. So anything you can do in about:config can be done in user.js, and vice versa.
jileiwin
Posts: 18
Joined: October 21st, 2003, 7:45 am

Post by jileiwin »

My Yute ,
Tnanks for your instant reply.But the code doesn't work with most of the sites..any ideas?
JimB
Posts: 29
Joined: June 27th, 2003, 11:31 am
Location: Illinois, USA

Re: Great!

Post by JimB »

jileiwin wrote:... Can sb tell me some tips ...


Try here http://texturizer.net/firebird/tips.html

.
User avatar
TeddyBerlin
Posts: 340
Joined: August 10th, 2003, 9:53 am
Location: Berlin(Germany)
Contact:

Post by TeddyBerlin »

There is a new version online :
20031021 09:51

Heinrich Witt
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7b) Gecko/20040309 Firefox/0.8.0+
Mozilla Thunderbird 0.5+ (20040304)
Post Reply