Difference between revisions of "Status Meetings:2009-07-22:Agenda"
Jump to navigation
Jump to search
(commit while we puzzle over Xcode) |
(→General Plans: commit breakpad stuff) |
||
Line 4: | Line 4: | ||
* Camino 2.0b3 | * Camino 2.0b3 | ||
** Released seven weeks ago Thursday | ** Released seven weeks ago Thursday | ||
− | ** [http://crash-stats.mozilla.com/query/query?do_query=1&product=Camino&version=Camino%3A2.0b3&platform=mac&date=&range_value=2&range_unit=weeks&query_search=signature&query_type=exact&query= Breakpad] pseudo-topcrash report for the last 2 weeks - | + | ** [http://crash-stats.mozilla.com/query/query?do_query=1&product=Camino&version=Camino%3A2.0b3&platform=mac&date=&range_value=2&range_unit=weeks&query_search=signature&query_type=exact&query= Breakpad] pseudo-topcrash report for the last 2 weeks - 288 (~ -12 from last week's number, which means slightly fewer in the past week) |
− | *** #1 <!-- | + | *** #1 <!--60--> is various other Flash-related crashes; Adobe have a fix for the {{BPsig|2.0b3|CFReadStreamGetStatus}} crash (20%) |
− | *** #2 <!-- | + | *** #2 <!--40--> is {{BPsig|2.0b3|objc_msgSend%20%7c%20-%5bNSApplication%20sendEvent:%5d}} (unknown bug) (14%) |
− | *** #3 <!-- | + | *** #3 <!--15--> is Flash+Exposé {{bug|465178}} ({{BPsig|2.0b3|-%5bNSWindow%20makeKeyWindow%5d}}) (5%) |
− | *** #4 is {{BPsig|2.0b3|_objc_error}} ({{bp|f80adca0-aa17-4472-807e-b5c292090705}} | + | *** #4 is {{BPsig|2.0b3|_objc_error}} ({{bp|f80adca0-aa17-4472-807e-b5c292090705}}, {{bp|bae34d3f-748c-463e-98d6-c9eca2090714}} new variants?) |
− | *** #5 is {{BPsig|2.0b3|nsObjCExceptionLogAbort%20%7c%20nsAppShell:: | + | *** #5 is {{BPsig|2.0b3|nsObjCExceptionLogAbort%20%7c%20nsAppShell::ProcessNextNativeEvent(int)}} |
− | *** Lots of misc signatures (more Cocoa, especially appshell-related, filepicker, key/mouse events) | + | *** Lots of misc signatures (more Cocoa, especially appshell-related, filepicker, key/mouse events); more widely varied this week |
* Camino 2.0b4 | * Camino 2.0b4 | ||
− | |||
− | |||
− | |||
** Are we on-target for late-July code freeze? | ** Are we on-target for late-July code freeze? | ||
* Camino 1.6.8 | * Camino 1.6.8 | ||
Line 45: | Line 42: | ||
** Icon work for 2.0 - Sam promised updates months ago | ** Icon work for 2.0 - Sam promised updates months ago | ||
** CBSamplePane - awaiting reviews | ** CBSamplePane - awaiting reviews | ||
− | * | + | * CAMINO_2_0_BRANCH |
** Branched - [[Development:Planning:Branching for Camino 2.0]] | ** Branched - [[Development:Planning:Branching for Camino 2.0]] | ||
+ | ** All patches intended for 2.0 '''must apply''' on the CAMINO_2_0_BRANCH, so if you're working near files Dan is working on, please pull a branch tree and spin branch patches | ||
+ | ** 2.0-only bugs, if we have them, should get a "[2.0]" tag prepended to the summary | ||
+ | ** When cross-landing, remember to add "[camino-2.0]" to whiteboard (will be replaced by keyword soon-ish) | ||
* Tinderboxen | * Tinderboxen | ||
** boxset | ** boxset |
Revision as of 21:22, 21 July 2009
Wed 22 July 9am PDT (16:00 GMT/UTC) in #camino-mtg
Contents
General Plans
- Camino 2.0b3
- Released seven weeks ago Thursday
- Breakpad pseudo-topcrash report for the last 2 weeks - 288 (~ -12 from last week's number, which means slightly fewer in the past week)
- #1 is various other Flash-related crashes; Adobe have a fix for the CFReadStreamGetStatus crash (20%)
- #2 is objc_msgSend%20%7c%20-%5bNSApplication%20sendEvent:%5d (unknown bug) (14%)
- #3 is Flash+Exposé Bug 465178 (-%5bNSWindow%20makeKeyWindow%5d) (5%)
- #4 is _objc_error (bp-f80adca0-aa17-4472-807e-b5c292090705, bp-bae34d3f-748c-463e-98d6-c9eca2090714 new variants?)
- #5 is nsObjCExceptionLogAbort%20%7c%20nsAppShell::ProcessNextNativeEvent(int)
- Lots of misc signatures (more Cocoa, especially appshell-related, filepicker, key/mouse events); more widely varied this week
- Camino 2.0b4
- Are we on-target for late-July code freeze?
- Camino 1.6.8
- Released five weeks ago Monday
- Talkback is broken; (all 1.6.8 crashes — 800 so far, ~ +307 last week [about average])
- #1 Flash is 28% of all 1.6.8 crashes so far (up from 26%, down from 33%)
- #2 libSystem.B
- #3 libobjc
- #3 CoreFoundation
- #5 nsObjectFrame::NotifyContentObjectWrapper
- Camino 1.6.9
- Summer of Code 2009
- Program timeline
- Proposal shortform: [1]
- Proposal and meta Bug 495490
- Dan's blog-like page
- Camino 2.0
- Rough scoping doc at Development:Planning:Camino 2.0
- Need to retriage 2.0 list (and blocking? list) again soon
- Anti-phishing - lots of follow-ups
- Keyboard loop - spawned about half-dozen new bugs; possibly a new crasher - Bug 470159
- Cocoa Widgets key blackhole -
- Tabsposé -
- breakpad - Bug 489123 for follow-ups
- CJK/fonts tab -
- UTF-8 -
- Downloading -
- Zoom -
- Gecko strings l10n - no .dtd solution yet; .properties landed (some don't work; see User:Sardisson/Localizing Gecko Strings)
- Icon work for 2.0 - Sam promised updates months ago
- CBSamplePane - awaiting reviews
- Rough scoping doc at Development:Planning:Camino 2.0
- CAMINO_2_0_BRANCH
- Branched - Development:Planning:Branching for Camino 2.0
- All patches intended for 2.0 must apply on the CAMINO_2_0_BRANCH, so if you're working near files Dan is working on, please pull a branch tree and spin branch patches
- 2.0-only bugs, if we have them, should get a "[2.0]" tag prepended to the summary
- When cross-landing, remember to add "[camino-2.0]" to whiteboard (will be replaced by keyword soon-ish)
- Tinderboxen
- boxset
- offline (again) due to power outage at Sam's
- missing from tinderbox yet again Bug 479999
- currently tracking Tp regression due to NSPR upgrade Bug 465212 - need ss did a backout for wtc, confirmed the cause, but the new code is correct, so regression will probably stay; new test to try for bz
- cb-minibinus01 switched over to boxset-like config to be a temporary replacement; running Ts and Tdhtml
- would like to get Tp working before switching back to normal config (need more static/PPC coverage)
- What should we do with cb-minimaya01? Needs HD repair
- cb-miniosx01 has Ts disabled due to paging/low installed RAM
- boxset
- Weekly Bugs and Queues update
- sr queue growing; r queue empty of current patches (good job clearing, or bad job filling?)
Specific bugs that need action
Other (if there's time)
- 10.5 Visual UX
- Bookmark bar - Bug 401340
- Tab bar
- Toolbar icons - Bug 384725
- We have a designer working on polishing; need updates from Sam
- App icon lines - Bug 402967
- Folders - Bug 436012
- UNCOs
- Bug 467851 - Floating Tab Previews
- Bug 468262 - Use grabbed hand cursor during tab dragging
- Bug 458427 - Data detectors for dates/times for iCal integration
- Bug 404515 - Found items (as result of Find command) are hard to distinguish in the page
- Bug 391684 - AppleScript: Closing browser window w/ multiple tabs prompts user
- Bug 386574 - Close tab too close to favicon causing drag'n'drop problems
- Bug 286280 - provide mechanism for resizing <select> lists
- Bug 386574 - Close tab too close to favicon causing drag'n'drop problems (specifically, does Stuart have any further commentary on the first part of comment 4?)
- Bug 381295 - Change tab scroll-to-view behavior to provide context
Queries
Camino 2.0b4
- Blocking ? (11) [-1 since last week]
- Blocking + (1) [unchanged] (but this is misleading since enabling safebrowsing is blocked on finishing it, and since doing *something* with the each of the l10n bugs below also blocks b4)
- Blocking - (0) [unchanged]
- l10n (11) [-1 since last week]
Camino 2.0
- Bugs targeted at 2.0 (19) [-1 since last week]
- Blocking ? (13) [+1 since last week] (bugs not on the 2.0 list that need evaluation)
- Blocking + (4) [unchanged]
- Blocking - (0) [unchanged]
- Bugs without target (690) [+10 since last week] need another round of “CLOSEME”/UNCO
- Bugs fixed since last meeting (5) [+3 since last week] (0 were 2.0-targeted; 1 was license, 1 was website)
Queues
- Review (5) [-2 since last week] (all older than 2 months)
- Superreview (6) [+5 since last week]