Firefox3/StatusMeetings/2006-10-25

From MozillaWiki
Jump to: navigation, search

« previous week | index | next week »

Meeting Details

  • 11:00am PDT (18:00 UTC)
  • Mozilla HQ, 1st floor conference table
  • 650-903-0800 x91 Conf# 217 (US/INTL)
  • 1-866-879-4799 (pin 369) Conf# 217 (US)
  • join irc.mozilla.org #granparadiso for backchannel

Agenda

  • Action items
  • Gecko 1.9 Roundtable
  • Firefox 3
  • Any other business

Action Items From Last Week

  • DBaron: provide update on re-flow estimates for Alpha1
    • things that block landing of reflow branch:
      • bug 349246 (gmail compose) (mostly debugging, hopefully, ~1 day)
      • bug 351641 (CJK wrapping, need to merge to new branch off trunk first) (~2 days)
      • [maybe] improvement of float intrinsic widths (bug 349417, bug 349760) (~2 days)
      • but also need another round of testing once those are fixed
  • PAV: Determine if Cocoa-cairo printing is ready for Alpha1
    • similar to linux printing; stuart has Mark's patch for that, and is merging the two. ETA 2 days.
  • JoshA: Post list of Cocoa/Cairo bugs
  • JoshA: Report on state of native widgets
  • Sicking: Report on status of XBL regression
    • Continuing to work on it; should be fixedtoday
  • Vlad: Have DIB/DDB issues resolved by this week (2 day estimate)
    • Have patch; needs performance testing, or at least to make sure that it behaves the same as 1.8 branch does, due to driver-specific oddness (the 'fastest' way to do some operations changes from driver to driver)
  • Vlad: Cairo Upscaling fixed by this week
    • See below; will be longer. Trying to get help from cairo developers to fix this.
  • DMills: Move perf into into wiki
    • Main page moved; continuing to move subpages
  • Schrep: follow-up on perf stuff
    • Will compile summary for Q4 performance goals

Gecko 1.9 Roundtable

  • Gecko Alpha Status
    • Planned target date is last week in November (28,29)
    • Tree closure 26/27, followed by a day or two of baking to make sure there are no massive alpha blockers
  • Individual People Status:
    • vlad
      • Fixed various bugs with tiled background drawing (patch not in yet)
      • Fixed canvas drawWindow issue (patch not in yet)
      • Started fixing win32 DDB/DIB issues
      • Spent half a day poking at broken cairo upscaling; upping estimate to 1 week, because it requires fixing a whole bunch of stuff in pixman (which requires understanding pixman first)
    • sayrer
      • created DOM/JS/DHTML test harness. have r+, checkin soon. bug 357523
        • only tested on mac, linux probably ok
        • needs a good story for local http server, currently a python script -- bad for Windows
        • needs content, layout, browser, and toolkit owners/peers to set an example. Own your tests.
        • needs build hacking to execute runtests.pl conveniently
        • needs a quick way to create test subsets
        • should probably add the non-XPCUniversal JS libraries to bugzilla.mozilla.org, so new tests can be run in an attachment to a bug.
        • demo server
        • Will be a devmo post on how to add tests; adding tests should be simple
      • Feed hacking.
        • 1 compliance straggler for RSS2 lastBuildDate (non-issue for Firefox 2). bug 357539
        • Feed content accessibility bug 348447. Needs review. Probably take a subset for 1.8.1.1.
      • getElementsByClassName bug 357450
    • dbaron
      • Added nsIFrame::ComputeSize API on reflow branch, implemented it, and then used it to:
        • fix bugs related to auto margins
        • fix sizing of percentage width tables (floating, positioned)
        • simplify some related nsHTMLReflowState code, plus some nsHTMLReflowState code on absolute positioning
      • checked in some reftest files to help get it going
  • Next week:
    • Figure out with graydon on call whether to turn cycle collector on for alpha

Firefox 3

Any other business

  • wrt JS/DOM test harness, bz asks: "when I flag security bugs as in-testsuite?, should I be ccing anyone in particular?"
    • I didn't reload the page and missed this question. Will figure it out next week.