Thunderbird/StatusMeetings/2008-06-03: Difference between revisions
Jump to navigation
Jump to search
(Add this weeks) |
|||
Line 14: | Line 14: | ||
** emre: not much participation outside of a few people | ** emre: not much participation outside of a few people | ||
* '''AI:Standard8/clarkbw''': mac addrbook UI | * '''AI:Standard8/clarkbw''': mac addrbook UI | ||
** standard8: | ** standard8: done | ||
** clarkbw: continuing to drive [[MailNews:Address Book New Card]] | ** clarkbw: continuing to drive [[MailNews:Address Book New Card]] | ||
* '''AI:davida''' guided form doesn't allow version unsetting | * '''AI:davida''' guided form doesn't allow version unsetting | ||
Line 33: | Line 33: | ||
* Why? - Release goals TBD | * Why? - Release goals TBD | ||
* What | * What | ||
** Address book OS X {{bug|397811}} | ** Address book OS X {{bug|397811}} (Completed) | ||
** Bundle attachment? | ** Bundle attachment? | ||
** Progressmeter bug on OS X | ** Progressmeter bug on OS X | ||
Line 52: | Line 52: | ||
* When | * When | ||
** Planned code freeze: July 8, 23:59 Pacific | ** Planned code freeze: July 8, 23:59 Pacific | ||
=== QA Updates === | === QA Updates === | ||
Line 81: | Line 79: | ||
**** Provided normal and full backtraces for each assertion trapped, using gdb. | **** Provided normal and full backtraces for each assertion trapped, using gdb. | ||
*** Usual bugday, triage etc. | *** Usual bugday, triage etc. | ||
** Standard8 | |||
*** Various reviews | |||
*** Investigated and pulled mozilla-central to allow me to commit some patches against core. | |||
*** Mac OS X Address Book | |||
**** Committed {{Bug|398711}} UI | |||
**** Fixed {{bug|433264}} to allow users of special build 2.0.0.6 + Mac OS X AB to switch to trunk without "loosing" all their address books (they would disappear from the display). | |||
*** Automated Testing | |||
**** Finished reworking how we do tests as a result of bug 434810 | |||
**** [[MailNews:Xpcshell_tests]] wiki page updated to keep in sync. | |||
**** Confirmed list of failing unit tests is still the same (i.e. blockers for {{bug|406227}} | |||
**** Tidied up patch and submitted for review a SMTP fake server and basic test {{bug|436847}} | |||
*** Autocomplete | |||
**** We now have autocomplete for my domain working on toolkit interfaces (thanks to Neil) | |||
**** Main address book autocomplete in progress ({{bug|370306}}, basic search functionality in place with unit test. | |||
**** Still need to think about LDAP. | |||
*** Misc | |||
**** {{Bug|436086}} Finished changing nsMsgDBFolder::mSubFolders from an nsISupportsArray to an nsCOMArray | |||
**** {{Bug|414432}} Finished improvements to nsIMsgHeaderParser::makeFullAddress(String) | |||
**** {{Bug|376877}} Fixed duplicate packaging of all-l10n.js in installer builds. | |||
=== Attendees === | === Attendees === | ||
__NOTOC__ | __NOTOC__ |
Revision as of 08:26, 3 June 2008
last week | index | next week »
Thunderbird Meeting Details
- Tuesday, June 3, 16:30 UTC (9:30am Pacific, 12:30pm Eastern)
- How to dial-in
Agenda
Action Items
Open
- AI:group write down desired IMAP offline behavior on wiki page for next week
- emre: not much participation outside of a few people
- AI:Standard8/clarkbw: mac addrbook UI
- standard8: done
- clarkbw: continuing to drive MailNews:Address Book New Card
- AI:davida guided form doesn't allow version unsetting
- AI:davida bugzilla should _refuse_ unspecified version
- AI:davida version field UI in bugzilla should be clarified
- AI:davida should have "file bug" menu item in nightlies/alphas
- dmose: email conversations started regarding these but likely to punt on moving forward; carry over to next week for davida response
- AI:clarkbw create design for UI around Emre's Implementation Proposal pieces
- AI:emre begin work on offline operation playback feature
Closed
- AI:asuth figure out what installer work needs to be done for bug 375922
- asuth: figured out. porting from firefox installer-related patches in progress.
Thunderbird:Thunderbird_3.0a2
- Why? - Release goals TBD
- What
- Address book OS X bug 397811 (Completed)
- Bundle attachment?
- Progressmeter bug on OS X
- Auto-configuration, phase 1?
- Better Gmail/IMAP setup?
- Addressbook interface redesign
- Joshua's nsIAbCard patch (bug 413260)
- Autocomplete from XPFE to Toolkit
- Password manager from Wallet to Toolkit
- Move Default Profile Location to FF/SM equivalent
- xpcshell Unit tests passing bug 406227
- Performance for startup
- STEEL
- Things marked blocking-thunderbird3+ or its nominations
- Crashers
- move further on de-folderization of mail metaphors
- When
- Planned code freeze: July 8, 23:59 Pacific
QA Updates
- Previous bugday on 29 May 2008.
- Only session 2 staffed.
- See the spreadsheet of results.
- Next bugday on 05 June 2008.
- nth10sd will be there for session 2 only.
- We may only have one staffed session for bugdays in the near future, until helpers' numbers increase.
- nth10sd will be there for session 2 only.
Roundtable
- Status Updates
- dmose
- reviewed patch to drop nsISupportsArray usage from addrbook where possible (bug 410177)
- reviewed reply quoting patches (bug 384599 and bug 23394)
- drove IMAP deadlock fix into tree (bug 434642)
- filed and worked on patch for compose window crasher bug, but it turned out to be an already-patched DUP (bug 436544)
- reviewed unit test setup/teardown cleanup patch (bug 434810)
- put together draft review requirements pages (link here)
- started reviewing nsIAbCard refactoring (bug 413260)
- misc other small reviews
- nth10sd
- Mastering hg and gdb.
- Went on an assertion-finding spree. (12 found so far)
- Provided normal and full backtraces for each assertion trapped, using gdb.
- Usual bugday, triage etc.
- Standard8
- Various reviews
- Investigated and pulled mozilla-central to allow me to commit some patches against core.
- Mac OS X Address Book
- Committed bug 398711 UI
- Fixed bug 433264 to allow users of special build 2.0.0.6 + Mac OS X AB to switch to trunk without "loosing" all their address books (they would disappear from the display).
- Automated Testing
- Finished reworking how we do tests as a result of bug 434810
- MailNews:Xpcshell_tests wiki page updated to keep in sync.
- Confirmed list of failing unit tests is still the same (i.e. blockers for bug 406227
- Tidied up patch and submitted for review a SMTP fake server and basic test bug 436847
- Autocomplete
- We now have autocomplete for my domain working on toolkit interfaces (thanks to Neil)
- Main address book autocomplete in progress (bug 370306, basic search functionality in place with unit test.
- Still need to think about LDAP.
- Misc
- bug 436086 Finished changing nsMsgDBFolder::mSubFolders from an nsISupportsArray to an nsCOMArray
- bug 414432 Finished improvements to nsIMsgHeaderParser::makeFullAddress(String)
- bug 376877 Fixed duplicate packaging of all-l10n.js in installer builds.
- dmose