Platform/2009-03-17: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 121: Line 121:
=== Roundtable ===
=== Roundtable ===
* Turn off the SQL logging by default (file bugs on performance problems)
* Turn off the SQL logging by default (file bugs on performance problems)
** I don't think your warnings will solve the problem, since you can't know whether you've fixed a performance problem if you don't measure it. Real bug: need performance tests for storage users, and storage itself.
** These warnings won't solve the problem, since you can't know whether you've fixed a performance problem if you don't measure it. Real bug: need performance tests for storage users, and storage itself.
* Consider localStorage feature land on 1.9.1, {{bug|422526}}
* Consider localStorage feature land on 1.9.1, {{bug|422526}}
** Did we have the security review?  Land on Trunk?
** Did we have the security review?  Land on Trunk?
** see [http://groups.google.com/group/mozilla.dev.planning/browse_thread/thread/4e63eb60878b81ba dev.planning thread] on the topic
** see [http://groups.google.com/group/mozilla.dev.planning/browse_thread/thread/4e63eb60878b81ba dev.planning thread] on the topic

Revision as of 16:47, 17 March 2009

« previous week | index | next week »

Notices / Schedule

Firefox 3.0.8

  • Code freeze is today

Thunderbird 2.0.0.21

  • On track to ship on March 18
  • Fixes on par with Firefox 3.0.7

Firefox 3.1 Beta 3

  • released, showing 320k users (120k left on 3.1b2)

Firefox 3.5 Beta 4

  • string freeze: Thursday, March 19th at 23:59 PDT
  • code freeze: Monday, April 6th
  • QA start: Wednesday, April 8th
  • release: week of April 13th

Renumbering to 3.5

  • Shiretoko (mozilla-1.9.1 branch) nightlies have been renumbered to 3.5b4pre
  • Minefield (mozilla-central trunk) nightlies have been renumbered to 3.6a1pre
  • next steps are renaming AMO maxVers, changing blocking flags on Bugzilla, updating saved queries and charts, graph server links, etc

Blocker Report

Since 1.9.1 branch ... 2009-03-17-blocker-report.png

Past 2 weeks ... 2009-03-17-blocker-report-detail.png

[ Platform Blocker Queries | Front End Blocker Queries ]

Summary

  • for the past two weeks, our find-fix rate has been close to 0
  • not wholly unexpected as we've released another beta
  • need to monitor this closely, and think of what this means for our b4 schedule

The Breakdown

Browser / Front End

  • Polish update: Firefox is 47% shiny (+3% over last week)
    • Thanks go to: rstrong, mstange, wladow and Dao (5)
    • 45 remaining easy polish bugs (whiteboard [polish-easy])
    • 36 remaining hard polish bugs(whiteboard [polish-hard])

pub?key=pMZGKUlD9NOPg4oJGs1CUMw&oid=1&output=image&foo=.png

GFX 1.9.1 Update

Layout 1.9.1 Update

  • Layout
    • 7 blockers
    • Current work: frame constructor refactoring (bz), frame GC evaluation (zwol), float bug, SXSW (dbaron), plugin widget hoisting (roc), textbox baseline alignment (karlt)
  • SVG
    • 2 blockers
    • Current work: SVG spec work (jwatt)
  • Video/Audio
    • 12 blockers
    • Major items remaining: A/V sync (doublec), block cache (awaiting review) (roc), seek performance (doublec), bug fixes (cpearce), playback performance (mgregan), code audit issues (more progress)

Content Update

  • 1.9.1:
  • 1.9.next:
    • peterv's continuing to work on slimwrappers bug slimwrapper.
    • bent's making good progress on having us stay on trace while calling quickstubs.

JS 1.9.1

Mobile 1.9.1 Update

Security

Security Reviews

Still outstanding / to be scheduled

  • native JSON
  • DNS prefetching

Booked but not yet completed

Tree Management

  • Getting crash stacks for tests
    • Any remaining issues?

Roundtable

  • Turn off the SQL logging by default (file bugs on performance problems)
    • These warnings won't solve the problem, since you can't know whether you've fixed a performance problem if you don't measure it. Real bug: need performance tests for storage users, and storage itself.
  • Consider localStorage feature land on 1.9.1, bug 422526