Confirmed users, Bureaucrats and Sysops emeriti
3,599
edits
(13 intermediate revisions by 8 users not shown) | |||
Line 27: | Line 27: | ||
*** HTML5 Parser | *** HTML5 Parser | ||
*** New Add-Ons Manager | *** New Add-Ons Manager | ||
*** HTML5 & | *** HTML5 <video> element using WebM format | ||
= Blocker Report = | = Blocker Report = | ||
Line 35: | Line 35: | ||
*'''Firefox 3.5.10''' | *'''Firefox 3.5.10''' | ||
** None | ** None | ||
*'''Gecko 1.9.3''' | |||
** Blockers: [http://bit.ly/9fXI3J 234] | |||
** Noms: [http://bit.ly/btrthA 41] | |||
** Beta Blockers: [http://bit.ly/b9nXAE 127] | |||
** Final Blockers:[http://bit.ly/ak4nry 105] | |||
** By Team: | |||
*** Layout: [http://bit.ly/9522xu 55] | |||
*** Content: [http://bit.ly/bdHQFO 66] | |||
*** GFX: [http://bit.ly/d7xtyj 20] | |||
*** JavaScript: [http://bit.ly/aEdbhy 75] | |||
** Beta Blockers By Team: | |||
*** Layout: [http://bit.ly/cQ4sSL 19] | |||
*** Content: [http://bit.ly/daafU7 46] | |||
*** GFX: [http://bit.ly/bMAEzE 8] | |||
*** JavaScript: [http://bit.ly/ctSQgF 48] | |||
** Noms By Team: | |||
*** Layout: [http://bit.ly/9ILVEH 11] | |||
*** Content: [http://bit.ly/cWQnk2 1] | |||
*** GFX: [http://bit.ly/9LDGnF 11] | |||
*** Javascript: [http://bit.ly/98V0f8 4] | |||
= Browser / Front End = | = Browser / Front End = | ||
Line 68: | Line 89: | ||
= JS = | = JS = | ||
Harmony proxies landed on mozilla-central. Going to use the API for this feature to implement wrappers more consistently and remove default multi-threaded access to JS objects. Objects that are to be shared across threads will have to be proxied by the code in https://bugzilla.mozilla.org/show_bug.cgi?id=566951. | |||
JM value scheme is testing nicely, this week should produce more data. | |||
https://bugzilla.mozilla.org/show_bug.cgi?id=549143 | |||
= Electrolysis = | = Electrolysis = | ||
Line 99: | Line 125: | ||
* TryServer changeover last week | * TryServer changeover last week | ||
* Powering off Firefox 3.0 machines soon {{bug|554226}} | |||
= Roundtable = | = Roundtable = | ||
* From support: An issue we saw a few times: Firefox is really slow loading pages. I came across [http://support.mozilla.com/en-US/forum/1/683848 this hint] today: See if Firefox is "allowed" in windows firewall settings. I'm not sure why this would help but may be worth looking into. {{bug|569392}} | * From support: An issue we saw a few times: Firefox is really slow loading pages. I came across [http://support.mozilla.com/en-US/forum/1/683848 this hint] today: See if Firefox is "allowed" in windows firewall settings. I'm not sure why this would help but may be worth looking into. {{bug|569392}} | ||
** Christian's been working with Manmeet from MS for the past month to figure out what (if anything) we need to do for Windows AV and Firewall. Latest from them: "I'm trying to get more detail on the exact process & the right contacts at the MS Protection team and will get back to you with detailed instructions." | |||
* We are three weeks away from the last week of June. How are we doing with Beta 1 in terms of scheduling? Will we have another alpha (devpreview) in addition to alpha5? (juanb) | |||
** There is a [[Firefox/4/Beta|beta schedule]] on the wiki page with the latest information | |||
** We'll be doing a 5th developer preview sometime later this week | |||
* Moving branches to new buildbot infra (catlee) | |||
** why not try the 1.9.3 branch? (beltzner) | |||
** perhaps electrolysis? (johnath) | |||
* video started to suck for a bit, seemed to be a MV only issue |