Firefox3/StatusMeetings/2006-10-25: Difference between revisions
< Firefox3 | StatusMeetings
Jump to navigation
Jump to search
m (Fixed previous week link) |
|||
| (10 intermediate revisions by 5 users not shown) | |||
| Line 9: | Line 9: | ||
= Agenda = | = Agenda = | ||
* Action items | |||
* Gecko 1.9 Roundtable | * Gecko 1.9 Roundtable | ||
* Firefox 3 | * Firefox 3 | ||
* Any other business | * 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 | |||
** <i>similar to linux printing; stuart has Mark's patch for that, and is merging the two. ETA 2 days.</i> | |||
* JoshA: Post list of Cocoa/Cairo bugs | |||
** [[Gecko_1_9_Mac_Blockers|Gecko 1.9 Alpha mac blockers]] | |||
** <i>Total 2-3 weeks for Mac stuff, depending on how long it takes to get the plugin situation sorted out</i> | |||
* JoshA: Report on state of native widgets | |||
* Sicking: Report on status of XBL regression | |||
** <i>Continuing to work on it; should be fixedtoday</i> | |||
* Vlad: Have DIB/DDB issues resolved by this week (2 day estimate) | |||
** <i>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)</i> | |||
* Vlad: Cairo Upscaling fixed by this week | |||
** <i>See below; will be longer. Trying to get help from cairo developers to fix this.</i> | |||
* DMills: Move perf into into wiki | |||
** <i>Main page moved; continuing to move subpages</i> | |||
* Schrep: follow-up on perf stuff | |||
** <i>Will compile summary for Q4 performance goals</i> | |||
= Gecko 1.9 Roundtable = | = Gecko 1.9 Roundtable = | ||
* Gecko Alpha Status | * Gecko Alpha Status | ||
** <i>Planned target date is last week in November (28,29)</i> | |||
** <i>Tree closure 26/27, followed by a day or two of baking to make sure there are no massive alpha blockers</i> | |||
* Individual People Status: | * Individual People Status: | ||
| Line 23: | Line 51: | ||
*** Started fixing win32 DDB/DIB issues | *** 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) | *** 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. [https://bugzilla.mozilla.org/show_bug.cgi?id=357523 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. | |||
**** [http://people.mozilla.com/~sayrer/Mozilla_DHTML/tests/ demo server] | |||
**** <i>Will be a devmo post on how to add tests; adding tests should be simple</i> | |||
*** Feed hacking. | |||
**** 1 compliance straggler for RSS2 lastBuildDate (non-issue for Firefox 2). [https://bugzilla.mozilla.org/show_bug.cgi?id=357539 bug 357539] | |||
**** Feed content accessibility [https://bugzilla.mozilla.org/show_bug.cgi?id=348447 bug 348447]. Needs review. Probably take a subset for 1.8.1.1. | |||
*** getElementsByClassName [https://bugzilla.mozilla.org/show_bug.cgi?id=357450 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: | |||
** <i>Figure out with graydon on call whether to turn cycle collector on for alpha</i> | |||
= Firefox 3 = | = Firefox 3 = | ||
= Any other business = | = 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>I didn't reload the page and missed this question. Will figure it out next week.</i> | |||
Latest revision as of 20:16, 25 October 2006
« 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
- things that block landing of reflow branch:
- 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
- Gecko 1.9 Alpha mac blockers
- Total 2-3 weeks for Mac stuff, depending on how long it takes to get the plugin situation sorted out
- 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
- created DOM/JS/DHTML test harness. have r+, checkin soon. bug 357523
- 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
- Added nsIFrame::ComputeSize API on reflow branch, implemented it, and then used it to:
- vlad
- 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.