MozillaZine

Work on Firefox 4?

Discussion about official Mozilla Firefox builds
JAB Creations

User avatar
 
Posts: 234
Joined: December 28th, 2003, 10:21 pm
Location: Sarasota Florida
November 9th, 2006, 11:26 am

Post Posted November 9th, 2006, 11:26 am

As Firefox 2 is now completed what will the folks who worked on the branch be doing now? Will they join the work on the trunk or start work on a branch? I don't imagine work would happen on a branch based off of an unfinished trunk?

What will Firefox 2's developers work on?
When will Firefox 4's development begin?
Do people begin work on a new trunk before the the current one in progress (1.9 at the time of this post) is finished?
John A. Bilicki III
http://www.jabcreations.com/

BenBasson
Moderator

User avatar
 
Posts: 13654
Joined: February 13th, 2004, 5:49 am
Location: Guildford, UK
November 9th, 2006, 12:39 pm

Post Posted November 9th, 2006, 12:39 pm

They'll probably work on the trunk and help development towards 3.0 from the feature / chrome side of things.

dickvl

User avatar
 
Posts: 48510
Joined: July 18th, 2005, 3:25 am
November 9th, 2006, 12:47 pm

Post Posted November 9th, 2006, 12:47 pm

As soon as the Fx 3.0 is splitt off then the development of Fx 4.0 will start as the next trunk.
See: http://wiki.mozilla.org/Global:1.9_Trun ... ranch_Plan

Handle With Care

User avatar
 
Posts: 611
Joined: September 15th, 2004, 9:14 am
November 9th, 2006, 1:39 pm

Post Posted November 9th, 2006, 1:39 pm

dickvl wrote:As soon as the Fx 3.0 is splitt off then the development of Fx 4.0 will start as the next trunk.
See: http://wiki.mozilla.org/Global:1.9_Trun ... ranch_Plan

Your link contains the following statement (obviously obsolete): "Ship Firefox 2 no later than Q3 2006 and Firefox 3 no later than Q1 2007" Since Fx 2.0 shipped in October, and October is Q4, obviously, original goal was unreasonable. I assume that Q1 2007 (sometime before April 2007) for Fx 3 is similarly unreasonable.

Can we agree that rushing causes mistakes and sometimes downright serious errors? Silly target dates that then have to disappoint users is the mark of M$, not of a decent outfit that actually considers its users.
Image
AMD Athalon-64 3500+; Win-XP/SP3 Media w/latest patches; Fx 3.5.7; Tb 2.0.0.23
EFnet oper irc.Prison.NET

supernova_00
 
Posts: 4659
Joined: June 24th, 2004, 8:03 pm
Location: Maryland, USA
November 9th, 2006, 1:46 pm

Post Posted November 9th, 2006, 1:46 pm

^Well firefox 3 alpha is scheduled for code freeze on november 17th. Immediately after tree is open the reflow branch will open and then all regression fixes have to go in then a alpha 2. April still looks like a good timeframe

polidobj

User avatar
 
Posts: 2988
Joined: March 31st, 2004, 9:10 am
Location: Maryland USA - im in ur tinderbox, crashtesting ur firefox
November 9th, 2006, 2:05 pm

Post Posted November 9th, 2006, 2:05 pm

AFAIK The only work that pertains to Firefox 4 that would occur before 1.9 branches would be the just announced Tamarin work. That would likely occur somewhere off of the trunk, maybe on a development branch like the reflow branch. And that work would land on the trunk after the 1.9 branch is made.

They set dates as goals. Without goal dates then releases can slip into infinity. If a slip in those dates is needed then the release slips. 2.0 sure slipped enough. It wouldn't surprise me for 3.0 to slip to something like August.
Brian J Polidoro - Today's bugs brought to you by Raid. :P
Windows NT 5.1 & Testing Win7

JAB Creations

User avatar
 
Posts: 234
Joined: December 28th, 2003, 10:21 pm
Location: Sarasota Florida
November 9th, 2006, 3:32 pm

Post Posted November 9th, 2006, 3:32 pm

Thanks for the info, I'm not worried about release dates. Speaking of which does everyone remember how Firefox 1.1 came out three months after 1.0? ;-)

Here is a progression of my question: will Firefox 4 be based on Gecko 1.9, 2.0, or is it too early to determine that?
John A. Bilicki III
http://www.jabcreations.com/

The Ex Omega
 
Posts: 0
Joined: December 31st, 1969, 5:00 pm
November 9th, 2006, 4:18 pm

Post Posted November 9th, 2006, 4:18 pm

JAB Creations wrote:
Here is a progression of my question: will Firefox 4 be based on Gecko 1.9, 2.0, or is it too early to determine that?


Firefox 4 will be based on the Mozilla 2.0 platform: http://weblogs.mozillazine.org/roadmap/ ... lla_2.html

Direct Quote:
"the goals for Mozilla 2 are:

* Clean up our APIs to be fewer, better, and "on the outside."
* Simplify the Mozilla codebase to make it smaller, faster, and easier to approach and maintain.
* Take advantage of standard language features and fast paths instead of XPCOM and ad hoc code.
* Optimization including JIT compilation for JS2 with very fast DOM access and low memory costs.
* Tool-time and runtime enforcement of important safety properties. "


Which means basically, Firefox will go through another metamorphosis.

rodness

User avatar
 
Posts: 149
Joined: July 19th, 2003, 9:28 am
Location: CA
November 9th, 2006, 4:19 pm

Post Posted November 9th, 2006, 4:19 pm

My understanding is that Fx3 will be Gecko 1.9, Fx4 will be Gecko 2.0.

BenBasson
Moderator

User avatar
 
Posts: 13654
Joined: February 13th, 2004, 5:49 am
Location: Guildford, UK
November 9th, 2006, 4:42 pm

Post Posted November 9th, 2006, 4:42 pm

Oh ho ho... if cleaning up the APIs is an official goal, I can't wait to head over to Bugzilla and begin the slaughter. confirmEx is totally on my hitlist. Then there's the whole completely unreusable browser chrome code, which is almost totally useless to extension authors (since it replaces object oriented design with a bunch of effectively static voids in JavaScript) and leads to lots of duplication.

trolly
Moderator

User avatar
 
Posts: 33571
Joined: August 22nd, 2005, 7:25 am
November 10th, 2006, 6:15 am

Post Posted November 10th, 2006, 6:15 am

Omega X wrote:Firefox 4 will be based on the Mozilla 2.0 platform: http://weblogs.mozillazine.org/roadmap/ ... lla_2.html
This means the new JS engine is going into FF4?

BenBasson
Moderator

User avatar
 
Posts: 13654
Joined: February 13th, 2004, 5:49 am
Location: Guildford, UK
November 10th, 2006, 2:40 pm

Post Posted November 10th, 2006, 2:40 pm

Yes.

trolly
Moderator

User avatar
 
Posts: 33571
Joined: August 22nd, 2005, 7:25 am
November 10th, 2006, 2:44 pm

Post Posted November 10th, 2006, 2:44 pm

Finally a faster JS experience. ;-)
Think for yourself.
Otherwise you have to believe what other people tell you.

Bazzi
 
Posts: 51
Joined: April 2nd, 2005, 2:33 pm
Location: Germany
November 10th, 2006, 2:59 pm

Post Posted November 10th, 2006, 2:59 pm

Will Firefox 4 really be off Gecko 2.0 and not like 2 of a 1.9.1-ish branch? Or will there be a Firefox 3.5 or similar? hopefully time will tell soon.

Because if they plan to clean up *all* the mess it will be a HUGE change.

BenBasson
Moderator

User avatar
 
Posts: 13654
Joined: February 13th, 2004, 5:49 am
Location: Guildford, UK
November 10th, 2006, 3:15 pm

Post Posted November 10th, 2006, 3:15 pm

It's not like the implementation of Places/Cairo was a small change and that'll be in 3.0. I can't see why very distant changes will pose a significant problem for 4.0.

Return to Firefox Builds


Who is online

Users browsing this forum: Dorus, Erunno, Izbitzer, shishki, SlimShady, ziru and 14 guests