Meeting Notes Meetings notes from the Mozilla community

16-September-2008

Thunderbird Meeting Minutes: 2008-09-16

Filed under: Posts — Tags: — Benjamin Smedberg @ 11:00 pm

Thunderbird/StatusMeetings/2008-09-16

From MozillaWiki

last meeting | index | next week »

Thunderbird Meeting Details

Agenda

  • Who’s taking minutes? Standard8

Action Items

Open

  • davida: reschedule meeting, to Wednesdays? – calendar folk will be on future status calls
    • davida is waiting until after 3.0b1 and calendar 0.9 to sort this out.

Closed

  • rebron: file a bug on getting an announcements feed going on (reassigned from davida)
  • everyone: look for delight bugs for the next release, put [delight] in status whiteboard
    • Note: still look for bugs, but removing from action list.

Thunderbird:Thunderbird 3.0b1

  • String freeze TODAY
    • Thunderbird has L10N builds
    • Thunderbird doesn’t have L10n dashboard – gozer currently trying to set this up l10n.mozillamessaging.com
      • (post meeting note: good progress today).
    • Account Configuration bug 422814
      • Moved out to B2
    • Inline Edit Card dialog
      • All expected strings for B1 landed.
    • Improved Message Reader View
      • One patch reviewed, needs some updates – will get in in time.
    • Password Manager
      • Moved out to B2
    • Better Faster IMAP bug 436615 (emre, et al)
      • UI patch to land today if possible (clarkbw/davida/bienvenu)
    • Birthday Field
      • Push this to land today.
  • go for string freeze? YES.
  • Freeze of strings only in mail/ and editor/ui
    • L10n schedule may need to be flexible depending on core string changes.
  • One week to code freeze for 3.0b1 (23rd September)
  • Release Document has been updated/extended with many more steps
  • Test day after string but prior to code freeze to check new features
    • items to test:
      • inline edit card (with stars)
      • message view redesign
      • Mac OS X address book integration
      • Birthday Field.
    • how to test and report?
      • Generally do wiki pages to track status of ongoing problems/issues with features so that we don’t get duplicates working.
  • Standard8 is the release driver
  • wsmwk is the QA lead of Beta 1

Blockers / Wanted Bugs

  • Blockers/Wanted:
    • TB 3.0b1 – blocking: 22
      • Javascript message representation
        • The remaining work for news and unit tests moved out to beta 2.
      • Gloda
        • dmose & bienvenu need to review.
        • dmose to pass some message view work to davida to get review time.
        • Land as soon as possible.
      • Better fast imap
        • Land as soon as possbile, patches not too far off now.
      • Password Manager
        • Moved to beta 2.
      • Help applications locale bug 450038
        • Redirect en-US to mozillamessaging.com
        • Fix up links tomorrow/soon.
        • Sort out localizer issues when we have time.
      • Spellcheck
        • Still on dmose’s list to get an owner
      • Print Preview Card
        • Standard8 to pick this up, may require some security input.
      • Security caps / javascript content
        • Disable javascript in mailnews for beta 1.
        • Post beta 1 we’ll decide what to do.
      • Start page for builds
        • Pages are coming soon.
      • bug 430614 Windows Search Integration
        • Needs work on UI, not going to make string freeze.
    • Not tracked in lists (core):
      • bug 454004 Ctrl+Home / Ctrl+End don’t work in Mail Compose window – Roc has solution for this, just waiting to land.
      • bug 314160 Typing focus lost when using any Midas buttons/selects except text color/hightlight color
        • Mac only, no fix in sight.
      • bug 455217 Selection colors for plain text files is wrong (white background, blue text instead of blue background, white text)
    • TB 3.0b1 – wanted: 15
  • Proposed Blockers (b1): 0

Thunderbird 3

Main Bugs Progress

  • Account Configuration bug 422814 (davida)
    • Backend changes have been checked in
    • beta 1 discussion: concern about this making b1 given the work to be done, lack of usage to date, possible patch collisions
    • beta 1 idea: bring it in as experimental via pref, so ship 2 account configs
  • Password Manager bug 239131 (standard8)
    • LDAP patch waiting review (completes ldap changes) and update
    • Starting to look at rest of changes, i.e. smtp
  • Inline card dialog bug 450724 (standard8)
    1. Inline Edit Card dialog now avaliable via clicking and using menu option.
    2. Star UI: prototyped, need to do proper version, know what the UI wants to be, may be interative.
  • Improved Message Reader View bug 449691 (dmose)
    • Second patch posted for ui-review
  • Toolkit autocomplete migration bug 360648
    • Waiting on one ui-review from Beltzner mconnor
    • LDAP code needs doing – current proposed version seems to regress the SSL error on shutdown, needs the LDAP xpcom interface (between AB & LDAP c-sdk) reworking.
  • Gloda bug 450494 (asuth)
    • Review of first big ‘drop’ ongoing.
    • Investigating performance issues that would seem to be related to cycle collection.
    • Need to revamp indexing to work with Emre’s auto-offline-sync. This primarily means letting the sync be responsible for getting message bodies, for gloda to more actively ensure things that should be indexed are indexed, and also be more gentle about it (adding info to the headers where appropriate.)
    • davida has proposed exposing gloda’s full-text search support via the quick-search interface’s “body text” support. AI:asuth:log the bug (and work the bug).

QA Updates

  • crash stats still in turmoil – some problems fixed, but some new…
    • report processing and query problems continue
    • because of c-stats’ problems, can’t be sure of TB trunk’s crashiness – but 3.0b1pre shows only one crasher (nsTreeSelection::GetSingle) which is FIXED
  • last week bugday focus continued on Patch Love – 14 such bugs touched in last 2 weeks.

Roundtable

Status Updates

davida
  • Going to mountain view tonight, talking to release engineering.

dmose

nth10sd

jcranmer

Standard8
  • Reviews & Driving
  • Inline Edit Card Dialog
    • Now have the edit dialog and automatic add committed to trunk.
  • Toolkit Autocomplete
    • Prototyped LDAP autocomplete, new patch has issues (regresses) ssl shutdown behaviour.
  • Address Book
    • bug 452143 Phone Number being displayed wrongly in integrated Apple Addressbook. r/sr=bienvenu
    • bug 305434 Removed the obsolete nsLDAPPrefsService.js
    • bug 359716 Looked at upgrading LDAP c-sdk to 6.0.x again (very long standing want to do).
    • bug 455240 Fix card preview pane display updates when cards change on external interfaces (needs new patch).
  • Misc

asuth
  • gloda development
    • Investigated spidermonkey threading to understand ramifications of moving gloda indexer to its own thread. The js concurrency turns out not to be a huge problem, it’s just the general lack of thread-safety in mailnews and the high costs of proxying combined with a frequent need to proxy.
    • Investgiated sqlite threading ramifications with regard to async and concurrent access by main/async threads.
    • Now uses asynchronous storage functionality for all post-init db writes. Resumed using transactions under async mode to boot.
    • Should no longer crash at shut down, generally cleans up after itself.
    • Index per-message subjects now too.
    • Index attachment names, ignoring bogus attachments. (Attachments whose names are “Part 1.*”.)
  • gloda-related debugging
    • found/fixed crasher in mozStorage async
    • trying to assist in debugging by using chronicle-recorder (roc’s valgrind based super-logger/debugger) against unit tests. Made a minor (but annoying to track down) bugfix to chronicle-query, and various bugfixes/enhancements to my chroniquery python binding/tool.

bienvenu
  • Reviews and driving
  • Some work on auto config, including landing the backend work in comm-central
  • Worked with gloda, fixed a couple minor problems
  • Worked with the IMAP preemptive download patch
  • Worked on the js folder pane patch
  • Fixed stack overflow in nsMsgHdr::GetIsKilled, bug 454298
  • Fixed crash opening imap messages with inline images, bug 450461

emre
  • Worked on
    • bug 436615: new patches, still in reviewing process
      • Sample strategy add-on included for testing
    • bug 452615: landed
  • Working on
    • bug 440794: Async send operation
      • Made some progress. Working on saving and reopening the emails.
    • bug 439089: Auto-compacting
      • No progress last week.

gozer
  • Lightninig/gdata builds 95% working!
    • OS X builds are still failing bug 455512 (mozilla/dist/thunderbird/Shredder.app/Contents/MacOS/components/dom_events.xpt)
    • Nightly builds finally went green yesterday evening, but they are clobbering each other. File names of generated .xpi don’t include the platform
  • l10n Dashboard
    • Carbon-copy is live: l10n.mozillamessaging.com
    • Needs to get the buildbot master up and running (update: it’s running)
      • Dependencies, dependencies, dependencies
      • Requires : buildbot-0.7.8, python-2.5, Mako, different buildbotcustom, …
  • Apple XServe is up and running!
    • VMWare Fusion runs OS X Server virtualized great
  • spreadthunderbird.com
    • DNS is ready
    • Awaiting transfer from current owner
    • Will be installing Drupal

clarkbw
  • In toronto for Firefox UX week
  • Met up with Seneca folks to do some Thunderbird hacking
  • Been working on Birthday UI, preferences, message reader.
  • Working with Firefox UX team to work out how to make things pretty.

wsmwk
  • Bugday and triage
  • checking what mailing lists and newsgroups to add/use for pre-release and testing, QA, etc – for example mozilla.announce.prerelease(ng)/announce-prerelease(ml)
  • preparing docs for QA of 3.0b1

beckley

KaiRo

rkent

rebron
  • Working web site redesign/update. The Royal Order and silverorange are on board to help.
  • Started L10n checklist for web site related items.
  • PR planning.

mkmelin
  • reviews
  • Finished bug 231654 [awaiting review] – make delete normally only apply to the threadpane – too easy to accidentally delete folder
  • bug 234665 – Delete button should re-text to “Undelete” when a deleted message is selected
  • bug 438375 – Default reply header should include timestamp

Attendees

dmose, wsmwk, bienvenu, emre, asuth, clarbkw, KaiRo, standard8, davida, rebron, mkmelin

Mozilla Platform Meeting Minutes: 2008-09-16

Filed under: Posts — Tags: — Benjamin Smedberg @ 11:00 pm

Platform/2008-09-16

From MozillaWiki

« previous week | index | next week »

Details

  • Tuesday – 11:00am Pacific, 2:00pm Eastern, 19:00 UTC
  • Mozilla Building S – <script> conference room
  • 650-903-0800 or 650-215-1282 x91 Conf# 8605 (US/INTL)
  • 1-800-707-2533 (pin 369) Conf# 8605 (US)
  • irc.mozilla.org #shiretoko for backchannel

Notices / Schedule

Firefox 3.1 Update

Places Update

  • Fsync: still testing, near landing (sdwilsh, marco)
  • Tag autocomplete: minor visual tweaks, near landing (dietrich)
  • Bulk tagging: at risk (dietrich)

The following features are on target for landing in Beta 1:

  • places performance improvements
  • tag autocomplete in add bookmark dialog (needs reviews, ui-reviews)
  • drag & drop improvements in library (needs reviews)
  • preview all tabs (needs reviews, ui-reviews)
  • startup performance gains due to search service fixes
  • password manager polish & SQLite migration
  • unifying default download location on OSX (needs reviews)

These features are on target for landing in Beta 2:

  • windows default toolbar refresh
  • using asynchronous queries for awesomebar lookups
  • SSL UI polish
  • <video> front end
  • drag and drop detach tabs

Evaluation is underway to define the scope of features for Beta 2:

  • Private Browsing / Clear Private Data improvements
  • Better experience for finding & installing plugins
  • Improvements to Awesomebar
  • adding site specific functionality to site identity button, auto site logon
  • tab close animations, new tab button, show tab strip by default
  • displaying PDFs inline on OSX
  • better opensearch UI

GFX 1.9.1 Update

  • GFX blocking 1.9.1+
  • GFX wanted 1.9.1+
  • Performance:
    • Focused on mobile work
  • CMS:
    • Landed initially fully-on; caused (expected) 4-5% perf hit
    • Was re-landed enabled for tagged images only

Layout 1.9.1 Update

Content 1.9.1 Update

JS 1.9.1

  • JS 1.9.1 Bugs
  • mostly focusing on tracing correctness
  • landed string trim/ltrim/rtrim
  • recursion work progressing as well
  • attempting to get test suite running fully under JIT

Mobile 1.9.1 Update

General 1.9.1 Updates

  • offline cache, dcamp:
  • localStorage, honzab:
  • HTML5 drag-drop:

Security

Security Reviews

Roundtable

  • single-threaded XPConnect… see post to md.platform and bug 455548. Is this something we should consider for 3.1? (bsmedberg)

15-September-2008

Mozilla Project Meeting Minutes: 2008-09-15

Filed under: Posts — Tags: — Benjamin Smedberg @ 11:00 pm

WeeklyUpdates/2008-09-15

From MozillaWiki

« previous week | index | next week »

Meeting Details

  • 1:00pm Pacific time (20:00 UTC until November 2, 2008)
  • Mozilla HQ, 1st floor conference table
  • +1 650 903 0800 x91 Conf# 8600 (US/International)
  • +1 416 848 3114 x91 Conf# 8600 (Canada)
  • +1 800 707 2533 (pin 369) Conf# 8600 (US Toll Free)
  • join irc.mozilla.org #staffmeeting for backchannel

note: all participants are muted automatically; if you want to talk, press *1 to un-mute yourself

WeeklyUpdate Streaming Video & Podcast update

You can watch the weekly meetings live at Air Mozilla

Friends of the Tree

Chris Blizzard nominated Ehsan Akhgari for helping to make Private Browsing a reality: https://bugzilla.mozilla.org/show_bug.cgi?id=248970 https://wiki.mozilla.org/User:Ehsan/PrivateBrowsingForExtensions

Dan Portillo nominated Stas Malolepszy and Seth Bindernagel for helping to visual and present the data for the Summit Survey.

Please send FotT nominations to asa@mozilla.org. This is a great opportunity for the community to recognize those who go above and beyond, so please tell me when you see that happening. Thanks.

Development Updates

Fx 2->3 Major Update / Fx 2.0.0.17 / Fx 3.0.2

Gecko 1.9.1

Firefox 3.1

TB 3

  • Thunderbird:Thunderbird3:Schedule
    • 3.0b1 string freeze this Tuesday (tomorrow) at 23:59 Pacific
    • 3.0b1 code freeze next Tuesday (2009-09-22) at 23:59 Pacific
    • note that both of the above freezes affect mail/, mailnews/, and editor/ui, but not Toolkit or Core
  • Looking for folks interested in helping with low-hanging user-experience win patches; ping clarkbw or dmose on IRC for more info

Mobile

  • Working towards alpha release. Around 32 bugs remaining.
  • If you have a N8x0 device, we welcome you to test out Fennec and file bugs.

IT

  • Continuing CDN Trials
    • Testing addons.mozilla.org behind CDNetworks bug 450745
  • Upcoming Hg/SVN/CVS downtime blog post

Release Engineering

  • FF2.0.0.17, FF3.0.2 being prepped for release tomorrow
  • TB2.0.0.17 handed to QA this morning
  • Work continues on rel-automation, mobile builds
  • downtimes last week helped talos rebooting
  • People in MV this week for graphserver work.
  • still hectic, but light at the end of the tunnel… (no train jokes allowed!)

QA

Firefox and Thunderbird 2.0.0.17

Firefox 3.0.2

  • Shipped for Beta release. Verified bug fixes.

Firefox 3.1

  • Feature test development
    • Worked on CSS Transform tests [ctalbert]
    • Talked with Jonas about XHR tests [ctalbert]
    • Wrote Litmus testcases for the Location Bar [stephend]
    • Wrote test plan for addons updates and plugin blocklisting [tchung]
  • Test Plan reviews are in the works
    • Ctrl-Tab and XHR Testplan review completed
  • Accessibility: Lots and lots of JAWS 10 testing [marcoz]

WebDev Testing [stephend]

  • AMO: Continued work on 4.0.1. Began writing a Selenium testcase for the Developer Control Panel
  • SUMO: Verified the fixed bugs for 0.6.4
  • Graph Server: Verified bug fixes
  • Spread Firefox: Wrote a BFT

Test Dev/Automation

  • Adding a anonymous XPath inspector to allow specifying elements that are unnamed in the DOM to automated Gristmill tests [adam]
  • developed Mercurial bisect script for detecting changesets which regress or fix javascript tests [bc]

Mobile

  • Preliminary work with Fennec (including N810 update and setup to Diablo) [abillings, timr]
  • Troubleshooting mochitest failures for fennec [ctalbert, jmaher]
  • Getting new test developer, jmaher, up to speed [ctalbert, jmaher]

Community

  • Prepped for Seneca Dev Day presentations, with testing Tools track on Tuesday, Sept 16. [ctalbert, tomcat, timr]
    • Sessions include: xpcshell testing, mochitest testing, memleak testing
  • Planning continues for the Mozilla EU Camp (Oct 25).
  • QMO2 Beta is wrapping up. It is stages on Mozilla services
  • Accessibility: Participated in discussion on IAccessible2 group about certain implementation details of static text, spelling error attributes and other related issues.

Security

no update

Marketing/PR

Consumer Research

PR

Events

Support

  • Wiki page with the most common Firefox issues and feature requests we’re seeing is up on the SUMO wiki.
  • The data primarily comes from Live Chat and the forum (we’re still working on getting reliable poll stats from the Knowledge Base, which is an important part since it gives us quantifiable data).
  • The idea is that this will be shared with the people calling in to the SUMO meeting on Mondays so everyone gets a chance to sync up and provide missing info before it’s shared with the rest of the world. 🙂

Metrics

Evangelism

  • Mozilla Developer Center:
    • Planning underway for updating to the just-released MindTouch Deki 8.08 release, hopefully this week.
    • Continuing work on cleanup of remaining issues following the transition to Deki.
    • For a list of priority items we’ve asked MindTouch to address, see this list.
    • Documentation work for Firefox 3.1 is underway. Please make sure any developer-impacting changes are listed on the Firefox 3.1 for Developers page so we can be sure they get documented.
  • Asa working on his Rapid Response Team for Firefox 3.0.2 and planning for 3.1.

Mozilla Labs

  • Working on a Weave outreach plan, starting with light blogging and video interviews over the course of a month, before doing something more in-depth for the next big Weave release.
  • Ubiquity 0.1.2 (Raging Stream)

Webdev, Add-ons, AMO

  • Graph Server
    • We will be dumping all discrete data older than 60 days starting tomorrow. We will have a backup and won’t be losing our continuous data, so we can always view old average data, just not individual tests.
      • Contact graphserver@mozilla.com if you have questions or problems with this
    • Push going out this week to add buildids and other fixes.
  • Socorro
    • 0.6 milestone set — included are optimization of the PHP reporter and fixing topcrashers — also working on documentation for refactored pieces and status pages.
  • AMO
  • SUMO
    • Code freeze for 0.6.4 was last week and push will happen Tuesday
    • CSAT work for articles on target for 0.7

L10n

Foundation Updates

  • Grants
    • The Mozilla Foundation is providing a $15K grant to support the work of Project:Possibility to get more students involved in open source accessibility software development.
    • Frank has a number of new grant/funding proposals under consideration, more in the coming weeks.
  • Other
    • Gerv is headed back to school, and will be cutting back on Mozilla-related activities during the school term.
    • Zak and Mark participated in the Open Everything retreat in British Columbia.

Roundtable

  • Firefox Licensing — EULAs, FLOSS licenses, where we are and where we’re heading
  • 2010 Goals — general overview discussion
    • IRC channel #2010goals; I’ll hang out there as much as possible for the next few weeks; anyone interested in the topic is more than welcome to do the same, to look for me or just for discussions.
    • Brown Bag discussion for this Wednesday September 17 at noon Pacific time. **We may have a group discussion at next week’s Monday all hands meeting as well.
    • Further written discussions in m.o.governance; Mitchell will kick these off shortly

Other Business

10-September-2008

Firefox 3.1 Meeting Minutes: 2008-09-10

Filed under: Posts — Tags: — Benjamin Smedberg @ 11:00 pm

Firefox3.1/StatusMeetings/2008-09-10

From MozillaWiki

« previous week | index | next week »

Firefox Product Delivery Meeting Details

  • Wednesdays – Firefox 3 – 11:00am Pacific, 2:00pm Eastern, 18:00 UTC
  • Mozilla Building S
  • 650-903-0800 or 650-215-1282 x91 Conf# 8605 (US/INTL)
  • 1-800-707-2533 (pin 369) Conf# 8605 (US)
  • irc.mozilla.org #shiretoko for backchannel

NOTE: See Platform#Meeting_Notes for development meeting notes

Firefox 2.0.0.17 / 3.0.2

  • webpage updates are stalling on Kubla
  • ready to go to beta today after this meeting
  • if all goes well, moving to release next Tuesday

Firefox 3.1

  • New on the trunk this week:
    • CMS default preference will be changing to “on”
    • CSS transforms expected later this week
  • Alpha 2
    • released Friday, Sept 5th
  • Beta 1 Schedule
    • en-US string freeze is Thursday, Sept 26th at 11:59pm PDT
    • code freeze is Tuesday, Sept 30th at 11:59pm PDT

Support

Weekly common issues

Localization

  • 26 localization teams have begun work, making do with the infrequent l10n build infrastructure; less clear that it’s working for other teams, 16 below 15 missing strings, 10 with 40-50. Tier 1 missing ja, Tier 2 missing 4 out of 14.
  • localization teams are asking if Beta 1 will be the last Beta so they know how much effort to apply here vs. having more time
  • also asking for additional clarity on string freeze dates
  • need to decide what locales (or Tiers) are required for Beta 1 to ship

QA

  • Firefox 3.0.2 / 20017 (Tomcat / juanb)
    • Smoketests/BFT’s/L10n and Update Tests pass
    • Ready to go to Beta after this Meeting at 12pm PDT
    • Still working with User affected by the Norton 360 Problem (bug 452469 together with the Sumo Team – Tomcat
  • Firefox 3.1 (tchung, ctalbert)
    • Tested and Shipped alpha 2 to betausers last week friday (9/5)
    • Updated Testplan with a few more feature areas. Still seeking qa owners for some of these areas. See here.
    • Created a Testplan review schedule for the following features to be covered: Cross site XHR, Video, Ctrl Tab, Places, Awesomebar
    • Tested the Acid 3 area and verified the bug fixes. [tomcat]
    • Automated Global 500 tests completed for the Mac platform. Analyzing the results. [tomcat]
  • Accessibility: Created new Mochitests for various areas of the a11y code, see bug 452769 for example. Implemented and landed the new aria-label property, see bug 453417. Unlike aria-labelledby, which creates an accessible name from a different page element, aria-label can take any arbitrary text, much like the @alt attribute for the img tag. [marcoz]

Release Engineering

  • FF2.0.0.17, FF3.0.2 ready to push to beta
  • What about TB2.0.0.17?
  • setting up mobile builds in staging
  • release automation work progressing now that all other releases off the plate.

Evangelism

  • Collecting items that need outbound evangelism
  • Asa’s “Rapid Response” in 3.0.x is testing ground for 3.1 release
  • John Resig, Arun, Sheppy all lined up to help with feature descriptions + evangelism
  • Should also have some set of items ready for Beta

Marketing/PR

  • survey on update pages going out this week to 10% of users

Roundtable

  • bug 448616 – no symbols for 3.1 builds; seems to be a XCode problem, being worked – FIXED

9-September-2008

SeaMonkey Meeting Minutes: 2008-09-09

Filed under: Posts — Tags: — Benjamin Smedberg @ 11:00 pm

SeaMonkey:StatusMeetings:2008-09-09

From MozillaWiki

« last meeting | index

SeaMonkey Meeting Details

Agenda

Action Items

  • any?

SeaMonkey 2 Alpha

open blockers
all blockers
blocker requests

We have 4 open blockers right now:

    • A questionable (IMHO) security bug,
    • Removing feed detection on the relbranch (which should not happen in normal nightlies)
    • Prefpanel migration (almost done).
      • Languages was started by stefanh, who is on vacation; IanN has taken that over and will try to deliver the patch today.
    • bug 423211 Bookmarks import from old profiles (This probably affects migrator code). Problem has been diagnosed. Patch needed. mcsmurf will look into this.

FREEZE TODAY!

All SeaMonkey-specific patches from tomorrow until the Alpha 1 cut (unfreezing) need approval-seamonkey2.0a1+ (or being for blocking-seamonkey2.0a1+ bugs)!

  • bug 394522 prefwindow move
    • Status/Progress?
      • bug 444170 (Master Password) – Done.
      • bug 444411 (Browser > Languages) Assigned (stefanh Away). help-wanted to drive forward – IanN has started work on it, hoping to get a patch ready for review tonight.
      • bug 444582 (Download) Fixed except for Profile migration patch.
      • bug 445015 (Validation) – Waiting for reviews.
  • Other blockers? Status/Progress?
  • Blocker triage?
    • IanN started the triaging of blockers on behalf of the SM Council – 5 need further review, they probably need a council decision, and 2 new have been added which are unconfirmed – I will look at those 2 later today.
    • We have 7 bugs marked as blocking-seamonkey2.0a1
      • mcsmurf: to look at the two unconfirmed migrator bugs.
        • bug 452465 is an uncommon edge case. Should be minused.
      • bug 438793 mnyromyr: Treelines in DOMI and Venkman are fixed, I hope to finish Mailnews by tonight – these are the three critical places. If that doesn’t work out by maybe Friday, I’ll remove the blocking.
      • bug 418150 mcsmurf and Neil are looking into this.
      • bug 429187 minused. There’s a workaround for most cases.
      • bug 419178 minused. Minor UI glitch.
  • Shipping target – is the freeze today still OK? When can we target actually shipping this?
    • Today midnight PST looks good.
    • We probably need to be in that freeze for a bit until the remaining blockers are fixed, but we hope we can cut Alpha 1 within those next two weeks. After that we will need some time for doing builds and QAing them.
    • KaiRo will coordinate with the Council and the Mozilla build team on where/when to cut Alpha and how to do that and builds.
    • What areas does freeze cover? (e.g. mailnews/ suite? – note: TB’s freeze moved out by two weeks).
      • we can only freeze SeaMonkey-specific code.
  • Release notes
    • We need to gather a list of major changes to 1.1.x that this Alpha contains.
    • Should we restructure relnotes completely? Who can help with that?
  • Trunk versioning. After Alpha 1 is cut the trunk should bumped to 2.0a2pre.

Longer-Term SeaMonkey 2 Planning

Major wanted/needed features:

  • bug 381157 Download manager.
    • Status/Progress? No progress at the moment.
  • bug 390025 Kill-wallet (password manager).
    • Updated LDAP patch
    • Now starting to look at SMTP.
    • This is also blocking Thunderbird 3 beta, but Standard8 is not sure that this will make it.
  • bug 382187 Places history.
    • Neil made the urlbar autocomplete (“Smart Location Bar”) work just nicely.
    • We still need help to make the history window and the history sidebar work.
  • bug 36810 Session restore.
    • Status: waiting for reviews. Misak is keeping this patch up to date porting latest patches from the other browser.

Other topic:

  • Toolkit feature-freeze (beta 1 code freeze) now Sept 30th – what needs to land before that from our POV?
    • Toolbar customization patch.
  • Documentation should be redone, we need someone to work on that
    • one idea is to auto-import in-product help pages to website but someone would need to write up a script to do that.
    • Another idea is migrating end-user documentation from www.mozilla.org to seamonkey-project.org, reworking it to be current – help wanted!
    • Yet another idea would be to set up the SUMO system for SeaMonkey to get a knowledge base and web forums (we probably don’t have the manpower for live chat support), some lose contact to SUMO people is here, but also help needed.

Roundtable

Status Updates from developers – what are you working on, what’s the progress, any other comments? (feel free to add yourself to the list if your name is missing and you have interesting status)

  • ajschult
    • QA looks very good for SeaMonkey 1.1.12.
  • biesi
  • Callek
    • Has access to the buildbot machines, so am a proper backup for KaiRo now.
    • Continue working on build-config fixes and getting the rest of SeaMonkey 2.0 final stuff.
  • IanN
    • Been working through various preference related patches both writing and reviewing, also working on some mailnews patches.
    • Not at meeting due to being on a “lovely” EIA course, I’ll read/respond to minutes later.
  • KaiRo
    • Helped prefwindow stuff slightly by moving security prefs to comm-central and removing pref-winhooks after shellservice UI landed
    • Tried to push people to get prefpanes finished for the freeze
    • Fixed testing profiles so mochitests don’t fail due to a shellservice popup
    • Landed parts of bug 451601, killing xpfe-style chrome versions, will be completed once I get DOMi r+
    • Some fixes to comm-central build system, e.g. making “make install” work, better autoconf 2.13 detection, relative l10n-base
    • Enabled L10n builds for hg, see latest-comm-central-l10n
    • Started the Release Process for 1.1.12
    • As always, my blog has more detailed status about my work
  • mcsmurf
    • bug 441050 Create shell service UI finished
    • Looking into updating installer and shell service code with the Firefox/Thunderbird shell service code (more Vista improvements), this is something for another alpha/beta, involves somewhat complex changes
  • Misak
    • bug 36810 (session restore)
    • bug 425480 (non-ASCII characters should be decoded in the urlbar)
    • Bug reporting and bug triage.
  • Mnyromyr
    • Working on treelines; and mail data for mochitest profiles.
  • Neil
  • Ratty
  • Standard8
    • Password Manager, see above.
    • Updated preference pane code for bug 408613
  • stefanh (on vacation)
  • Mreimer

Any other business?

  • Modern Update: No progress report yet. Ratty will check with Kuden later this month.

Thunderbird Meeting Minutes: 2008-09-09

Filed under: Posts — Tags: — Benjamin Smedberg @ 11:00 pm

Thunderbird/StatusMeetings/2008-09-09

From MozillaWiki

last meeting | index | next week »

Thunderbird Meeting Details

Agenda

  • Who’s taking minutes? wsmwk

Action Items

Open

  • rebron: file a bug on getting an announcements feed going on (reassigned from davida)
  • everyone: look for delight bugs for the next release, put [delight] in status whiteboard
  • davida: reschedule meeting, to Wednesdays? – calendar folk will be on future status calls

Closed

Thunderbird:Thunderbird 3.0b1

  • One week to string freeze (16th September)
  • Two weeks to code freeze for 3.0b1 (23rd September)

L10N builds/String Freeze

  • L10N builds:
    • Thunderbird now has L10N builds
    • Thunderbird doesn’t have compare-locales / L10n dashboard – standard8 awaiting response from axel/sipaq
  • String Freeze – Main bugs:
    • davida expressed concern about amount of time needed to review what’s left to land compared to freeze date
    • Account Configuration bug 422814
      • Backend changes have been posted
      • discussion: concern about this making b1 given the work to be done, lack of usage to date, possible patch collisions
      • idea: bring it in as experimental via pref, so ship 2 account configs
    • Password Manager bug 239131 (standard8)
      • LDAP patch waiting review (completes ldap changes)
      • Starting to look at rest of changes, i.e. smtp – standard8 concerned about checking in time for string freeze
    • Inline card dialog bug 450724 patches (need clarkbw and dan to sort out some UI):
      1. We now have Add/Edit functionality in message headers (click on menu)
      2. Inline Edit dialog: requested reviews (philor, clarkbw), but need to resolve one issue – discussion after meeting.
      3. Add-on-click: patches ready, awaiting reviews
      4. Star UI: prototyped, need to do proper version.
    • Improved Message Reader View bug 449691
      • First patch posted for ui-review
      • rest will go in as series of several patches
    • Offline Data Storage Pref Screen bug 369096 (emre) for preemptive message download
      • would like to make b1 but won’t block

Blockers / Wanted Bugs

  • 3 blockers with no owner:
    • bug 429118 Thunderbird inline spell check broken
      • This has a proposal for fixing it, should be easy, needs someone to implement/test
    • bug 453928 Reevaluate mailnews use of CAPS
      • don’t yet know all details, related to enterprise usage, suspect small population of users
      • alternative for b1: add UI for existing pref to disable js
    • bug 408370 STEEL
      • demote for b1 so that gloda lands first, which should help enable STEEL
  • High priority bugs not referenced above:
    • bug 360648 TB toolkit autocomplete migration
      • Waiting on one ui-review from Beltzner mconnor
      • LDAP code needs doing – have investigated, hope to fix in between string freeze and code freeze.
    • Gloda bug 450494
      • dan and andrew working on today, Tuesday

Thunderbird 3

  • lots of triage has happened; status = ?
  • some question about use of Target-Milestone field
  • action item (dmose): email drivers to schedule meeting this week for 9:30 Thursday

QA Updates

  • crash stats is functioning again (sort of) as of a couple days ago, but
    • still no topcrash category for TB3.0b1pre
    • Mac symbols only just came online bug 448616 fixed 09-08 – someone Mac should check it out
    • they still have more backend work to do (that’s the sort of works piece)
  • good bugday last week – North (UNCO) now meets South [NEW] bug chart
  • last week bugday focus continued on Patch Love

Roundtable

Status Updates

  • no discussion this week

davida
  • sick for too long
  • some progress on autoconfig dialog — still lots to do

dmose
  • new message-reader view work
  • Filed and fixed trunk calendar build bustage (bug 453491)

reviews:

  • MOZ_XUL_APP cleanup patch (bug 451909)
  • Cannot open attachements in saved .eml files (bug 439431)
  • Addressbooks in menulists may become unsorted (bug 450581)

nth10sd

jcranmer

Standard8
  • Reviews & Driving
  • Autocomplete
    • Started looking at migrating the ldap code to the new interfaces. I now have various ideas on how to do this, going to try and fit in once password manager work is progressed.
  • Password Manager
    • bug 419595 New patch updated for LDAP.
    • Now looking at SMTP changes.
  • Inline Edit Card Dialog
    • Really need to talk to Bryan, awaiting reviews & more discussion.
  • Address Book
    • bug 451381 Updated patch for re-using the new menupopup address book widget in Thunderbird’s preferences.
  • Build Config
    • bug 443351 Move all of Thunderbird’s unofficial/nightly branding items into mail/branding/nightly – fixed official branding.

asuth

bienvenu
  • Reviews and driving
  • More work on autoconfig – working on getting backend changes landed in comm-central repo
  • landed fix for bug 292643, don’t clear out identities when removing an account if some other account is using them.
  • submitted patch for bug 262319 – sort by thread fails to resort on new incoming message
  • submitted patch for bug 454298: stack overflow in GetIsKilled with mis-threaded messages.

emre
  • Worked on
    • bug 436615: in reviewing process, awaiting for a new submission
    • bug 452615: submitted, awaiting review
  • Working on
    • bug 440794: Async send operation
      • Made some progress. Every folder has their own data structure to store pending messages now. No UI yet. Patch hides the compose window and acts like the email is sent immediately.
      • hwaara is going to work on smtp connection cache issue if his time permits.
    • bug 439089: Auto-compacting
      • Implemented an idle-triggered auto-compaction service. Not completed, work in progress.

gozer
  • L10N builds are running, and work as expected
  • Lightning/gdata builds are running in testing
    • Need to finish merging my changes back to the buildbot-configs/ repo
    • Need to sort out where to upload the bits
  • Time to spin up web infrastructure
    • www.mozillamessaging.com
    • www.spreadthunderbird.{com|org} bug 454268
    • buildbots.mozillamessaging.com
  • Organize a TB Beta 1 Dry Run Release

clarkbw

(won’t be on the call, en route to Vancouver)

wsmwk

beckley

KaiRo
  • bug 452962 “make install” now works on comm-central
  • worked on killing more old cruft, e.g. xpfe-style chrome versions
  • some more work for SeaMonkey L10n builds that can make it into Thunderbird configs in the future, e.g. uploading langpacks and more work towards getting localized auto-updates
  • bug 453840 make it possible to create files in the final place for releases – for hg-based release process, generating “pretty” package names right from the build system
  • SM specific code being frozen tonight for 2.0 alpha, estimate freeze of 1 week or less

rkent

rebron
  • Getting team together for web site redesign.
  • Working and finishing up bug 430762
  • We’re getting the SpreadThunderbird.com domain. John, from Australia, kept it safe for us since 2004! We decided on drupal as our platform after evaluating a couple others. bug 454268
  • Working with StarOffice marketing for bundling with the next release of StarOffice 9. They’re expecting a few million installs.
  • Pricing out promotional items with the Thunderbird logos/wordmark that we can give away at conferences or to contributors.

mkmelin

Attendees

dmose, wsmwk, bienvenu, emre, asuth, clarbkw, KaiRo, standard8, davida, rebron

Mozilla Platform Meeting Minutes: 2008-09-09

Filed under: Posts — Tags: — Benjamin Smedberg @ 11:00 pm

Platform/2008-09-09

From MozillaWiki

« previous week | index | next week »

NOTE: NOW ON TUESDAYS

Details

  • Tuesday – 11:00am Pacific, 2:00pm Eastern, 19:00 UTC
  • Mozilla Building S – <script> conference room
  • 650-903-0800 or 650-215-1282 x91 Conf# 8605 (US/INTL)
  • 1-800-707-2533 (pin 369) Conf# 8605 (US)
  • irc.mozilla.org #shiretoko for backchannel

Notices / Schedule

Firefox 3.1 Update

  • Places: performance work landing soon, with tests, and ability to report performance with every test run
  • Private Browsing Mode: Ehsan went and implemented Connor’s functional spec bug 248970 – way to go! – now back on track for beta date
  • Tag Autocomplete: Dietrich hoping to get it nailed down this week
  • Awesomebar Improvements: need input from UX
  • Ctrl-Tab: thread in dev-apps-firefox about what’s going on here, taking feedback in time for beta, adding “all tabs” preview mode
  • SSL UI: johnath is back on these bugs, and will be revising the UI based on feedback from Firefox 3.1
  • Theme: new icon work for Windows is underway, if you need icon work, talk to faaborg
  • Polish: if you have polish bugs that, uh, bug you, send ’em to faaborg
  • better notes next week, beltzner promises!

GFX 1.9.1 Update

  • GFX blocking 1.9.1+
  • GFX wanted 1.9.1+
  • Performance:
    • Need to fix rounding/quantization issues before turning on pixman SSE2
  • CMS:
    • Will be flipping CMS pref on this week
    • Some handwaving on current testing (many tests have a dependency that when colors A and B are combined, the result is a predetermined C; this is not the case with arbitrary profiles — we’re forcing sRGB for input and output for the tests, thus exercising CMS while still getting consistent output)
  • Downloadable fonts:
    • Back to on-track, given new schedule
    • John making good progress, working through a pile of ‘finish’ issues now

Layout 1.9.1 Update

  • 1.9.1 Layout Bugs
  • Video (roc/cdouble):
  • Acid3:
    • numeric tests
    • layout tests
      • roc fixed stuff related to positioning and the root element
      • only remaining layout failure is downloadable TTF fonts
  • SMIL (dholbert):
    • Got an about:config switch working, to bypass all SMIL code when disabled
    • Had security review last week
    • Almost ready for review
  • SVG CSS, roc:
  • CSS transforms – keith:
    • patch just about ready to land

Content 1.9.1 Update

  • Content 1.9.1 Bugs
  • Worker Threads:
    • script loading in workers done and landed
    • XHR basics up and running, patch going up today.
  • Cross-site XHR:
    • Code’s almost done, close to review.
  • Acid3: Ben Newman’s fix for bug 446584 should get us one more point once it’s ready (real soon now).

JS 1.9.1

  • JS 1.9.1 Bugs
  • working on recursion in JS tracer
  • nanojit ARM working, still more perf to be had
  • landed first bits of autoconf build
  • adding more cases for tracing
  • working on reduction of overall bug list (down 3% in the past few days)

Mobile 1.9.1 Update

  • bug 432792 Lots of Windows mobile pieces are landing
  • bug 364315 Speculative parsing
  • bug 447866 Pipelining performance improvements.
  • bug 450930 roc looking at adding paint notifications from content fennec can use to redraw with
  • Lots of patches to better handle low memory are landing
  • Working with smaug on some event handling issues in fennec

Mac OS X 1.9.1 Update

  • general fixes in the pipeline
    • 428096 for better HTML support on Mac OS X clipboard
    • 444864 major crash fix in theme drawing
  • npapi fixes and SDK cleanup happening, working towards testing and more robust developer resources, part of working towards adding NPAPI Cocoa event model

General 1.9.1 Updates

  • offline cache, dcamp:
  • localStorage, honzab:
  • HTML5 drag-drop:

Security

Security Reviews

Roundtable

mozilla-central

8-September-2008

Mozilla Project Meeting Minutes: 2008-09-08

Filed under: Posts — Tags: — Benjamin Smedberg @ 11:00 pm

WeeklyUpdates/2008-09-08

From MozillaWiki

« previous week | index | next week »

Meeting Details

  • 1:00pm Pacific time (20:00 UTC until November 2, 2008)
  • Mozilla HQ, 1st floor conference table
  • +1 650 903 0800 x91 Conf# 8600 (US/International)
  • +1 416 848 3114 x91 Conf# 8600 (Canada)
  • +1 800 707 2533 (pin 369) Conf# 8600 (US Toll Free)
  • join irc.mozilla.org #staffmeeting for backchannel

note: all participants are muted automatically; if you want to talk, press *1 to un-mute yourself

WeeklyUpdate Streaming Video & Podcast update

You can watch the weekly meetings live at Air Mozilla

I ran into another problem at the last meeting and wasn’t able to post the on-demand video for people that missed the live stream. Will try again this week.

SUCCESS! Today’s Weekly Update meeting is now available on-demand at http://air.mozilla.com/ Click the “Menu” button in the player, then “Browse on-demand library, open the Weekly status updates folder, and click on this week’s meeting.

I’ll try to make some changes to the player that make it easier to find these on-demand shows and, as always, please send your requests or suggestions to me at asa@mozilla.com.

Friends of the Tree

Reed Loden nominated Rob Arnold for writing his qimportbz script that helps make
doing checkin-needed on Hg so much easier.
http://robarnold.org/hg-qimport-my-bugzilla-patch/ has more information.

Brad Lassey nominated Antonio Gomes’s wife for friend of the tree. Antonio’s code contributions may have actually increased since she gave birth earlier this (last) week.

Asa nominates Carsten Book (Tomcat) from the Major Update rapid response team for getting things rolling so quickly on the Norton 360 sqlite locking problem (bug 452469.) Carsten asked that I add Mike Beltzner for being all over this one too.

Please send FotT nominations to asa@mozilla.org. This is a great opportunity for the community to recognize those who go above and beyond, so please tell me when you see that happening. Thanks.

Development Updates

Fx 2->3 Major Update / Fx 2.0.0.17 / Fx 3.0.2

  • major update is rolling along well; now more users on Fx3 than Fx2
  • QA complete on 2.0.0.17
  • QA on track for 3.0.2 (after another respin)

Gecko 1.9.1

  • Meeting change notice: Platform meetings are now on Tuesdays at 11am PDT. See the Platform wiki page for more details.
  • Interesting queries related to Gecko 1.9.1
  • 16 1.9.1 blockers.
  • 123 wanted bugs
    • 21 P1s. These are bugs we feel would really, really make a good release if we had a solid handful completed.
    • 41 P2s. These are medium complexity bugs/changes that are nice to have.
    • 32 P3s. The lowest priority bugs for this release. These are the ones that we will definitely take, but the others take priority.

Firefox 3.1

TB 3

Mobile

IT

  • Completed Bugzilla 3.2 upgrade (two weeks ago)
    • Still working through regressions — make sure all regressions are filed and are blocking bug bmo-regressions
  • Wrapping up kernel upgrades this week
  • Performing a few more RHEL5 upgrades this week

Release Engineering

  • 4 releases at the same time:
    • done: FF3.1a2, FF2.0.0x -> FF3.0.0 major update
    • FF2.0.0.17: build#2
    • FF3.0.2: build#5 🙁
  • clean rebootable mac talos slaves (24 machines); this *really* simplifies life for IT oncall and alice.
    • downtime for ubuntu (and vista?) this week.
  • housekeeping:

QA

Firefox/Thunderbird 2.0.0.x [juanb]

  • tested 2.0.0. 17 – Bug fix verifications. L10n, update testing. Beta release is this week. [abillings, juanb, stephend]

Firefox 3.0.x [tomcat]

  • testing 3.0.2 – Smoketests, BFT’s, bug fix verification. Final release is this week. [tomcat, abillings. juanb, marcia]
  • Helped with bug 434464. This fixed an important problem, especially for JAWS 10, which would have otherwise caused it to miss out on content on dynamic pages. Landed mochitests for this. [marcoz]
  • Major update -> 3.0.1 – Continued to investigate problems with Norton 360. Worked with Sumo team on this. Tested Null updates and localized update offer. [tomcat]

Firefox 3.1

  • Signed off Fx3.1 alpha 2 to betatesters this week. Test results here [tchung, marcia]
  • Feature testing:
    • Created a Testplan review schedule for the following features to be covered: Cross site XHR, Video, Ctrl Tab, Places, Awesomebar
    • Wrote test plan for CSS Transforms and met with Keith about it [ctalbert]
    • Wrote test plan for XHR [ctalbert]
    • Tested the Acid 3 area and verified the bug fixes. [tomcat]
    • Automated Global 500 tests completed for the Mac platform. Analyzing the results. [tomcat]
  • Setup Litmus test suite for 3.1 along with “test run”. Thanks coop! [tracy, marcia]
  • Accessibility: Created new Mochitests for various areas of the a11y code, see bug 452769 for example. Implemented and landed the new aria-label property, see bug 453417. Unlike aria-labelledby, which creates an accessible name from a different page element, aria-label can take any arbitrary text, much like the @alt attribute for the img tag. [marcoz]

Webdev Testing – verified bug fixes for AMO 4.0.1, Sumo 0.6.3 and 0.7, and Graph server. [stephend]

Mobile

  • Ran mochitests on mobile fennec desktop build: 20,195 Tests Passed, 316 Tests Failed, 682 Todo’s [talbert]

Community

  • A “triple release” test day was held on Friday. 215 test cases were run! See Results.
  • Preparing for the QA testing session at the Seneca Dev Days Sept 15-16. [tomcat, ctalbert]
  • Planning continues for the QA track at the Mozilla EU Camp in October. [marcia]
  • QMO2: Development continues on layout and themes. Work-in-progress can be seen here. Worked with IT to setup a staged server. We’re on track for a beta release at the end of the month. Checked in code to SVN including Paul C’s new Bugzilla Dashboard module. [jay, paulc]

Misc:

  • Welcome new employee: Joel Maher
  • Put JAWS 10 public beta 1 through its paces and blogged about it. A lot of reports, questions and details going back and forth on e-mail over this testing.
  • We had a series of trest tool presentations the Week of Aug 25th. These included basic test development using on reftest, mochitest, gristmill. Along with creating simplified test cases for JS and how to use the Bugzilla drupal; modules. Let us know if you would like to see any of these training sessions.

Security

Marketing/PR

Consumer Research

  • A six question user survey, housed on mozilla-europe.org, will be released with 3.0.2 and 2.0.0.17 and visible on the “what’s new page” for FF2 and FF3.
  • It will be shown to 10% of users in 10 locales. Locales to be surveyed include: UK, France, China, Japan, Poland, Brazil, Russia, US, Italy, and Germany.
  • The goal is for this survey to be released quarterly to track user attitudes and product satisfaction.

PR

Events

  • BarCamp Bangalore, Sept 13 – 14, Bangalore, India: Mozilla is helping sponsor. A Firefox Indic 110n session has been proposed.
  • Firefox Sinhala Teachers Workshop series hosted by Danishka Navin: Taking place throughout September in Sri Lanka. Great work, Danishka!
  • Events Triage call: Please join us for our bi-weekly events triage call Wednesday at 10 a.m. PDT. Dial-in is 650-903-0800, ext 91, id 248 or 800-707-2533, password 369, ext 91, id 248 and #events on irc.mozilla.org.

Search Engine Marketing

  • We recently blogged about some experiment findings that will help us better optimize some of our search marketing campaigns. For example, we found that it’s less expensive to acquire new Fx users on Wednesdays, relative to other days of the week. More experiment findings will be posted later this week.

Support

Metrics

  • No major news to announce, but we should point out that our worldwide market share continues to hover around 20%. Last month’s number was 19.73% and last week’s Fx share was 19.78%.

Evangelism

  • Fixed a number of issues with Dromaeo, launched v2 with DOM tests. Browser vendors are actively using it and submitting feedback.
  • Sheppy speaking at world wide wiki conference talking about Deki + our wikis at Mozilla
  • Lots of Chrome feedback on standards, performance and positioning

Mozilla Labs

  • Ubiquity out. Released our first patch. Over a thousand commands from 3rd parties. Working on the Herd.

Webdev, Add-ons, AMO

  • Socorro
    • Collector, Processor and Monitor updated to support server-side throttling
    • PHP version of Reporter was pushed – aggregate queries for smaller date ranges working now, working on clean-up and optimization next
  • AMO performance release (4.0.1) entering second week
    • working on improved caching policy
    • better shadow database management
    • optimization of front page and details pages
  • SUMO update last Tuesday to push 0.6 bugs (see meeting notes for more info)
  • Graph server
    • Significant performance improvements.
    • Small release today with bug fixes and another release next week
    • Thanks for everyone who offered feedback for requirements
    • See meeting notes for more info

L10n

Foundation Updates

  • Grants
    • The Mozilla Foundation will be a sponsor of the Free Culture 2008 conference (October 11-12, Berkeley CA). (John Lilly will be doing a keynote on the first day of this conference.)
    • The Mozilla Foundation is funding a project by Thomas Logan to investigate WAI-ARIA conformance among various browsers and assistive technology products and create training videos to teach web developers how to implement ARIA correctly.
    • Wellington Fernando de Macedo continued work on his Foundation-funded project to add support for server-sent DOM events and now has a patch in bug 338583 being reviewed.
  • Public communications
    • David continued www.mozilla.org archiving, redirect, and bug triage work, hosted a www.mozilla.org planning meeting, and worked with John Slater on evaluating possible vendors for a proposed www.mozilla.org site redesign.
    • David posted a print quality version of the Mozilla brochure for those who’d like to print their own copies, and opened bug 453528 for localizing the brochure.
  • Other
    • Gerv continued work on bugzilla.mozilla.org reorganization and other proposed changes to b.m.o.
    • Gerv worked on reducing spam problems with the Hendrix feedback site.
    • David blogged about the Mozilla Foundation and platform developers.
    • Frank worked with Mark Surman on preparation for Mark’s formal start date later this month.

Roundtable

Intern update: Akira Yoshihara – QA test development

Other Business

3-September-2008

Firefox 3.1 Meeting Minutes: 2008-09-03

Filed under: Posts — Tags: — Benjamin Smedberg @ 11:00 pm

Firefox3.1/StatusMeetings/2008-09-03

From MozillaWiki

« previous week | index | next week »

Firefox Product Delivery Meeting Details

  • Wednesdays – Firefox 3 – 11:00am Pacific, 2:00pm Eastern, 18:00 UTC
  • Mozilla Building S
  • 650-903-0800 or 650-215-1282 x91 Conf# 8605 (US/INTL)
  • 1-800-707-2533 (pin 369) Conf# 8605 (US)
  • irc.mozilla.org #shiretoko for backchannel

NOTE: See Platform#Meeting_Notes for development meeting notes

Firefox 2.0.0.17 / 3.0.2

  • have had a few respins on both branches, but builds are becoming available
    • 2.0.0.17 builds here
    • 3.0.2 builds here
  • these delays have resulted in some proposed schedule changes
    • Tue, Sept 9th – QA signoff & go to beta
    • Tue, Sept 16th – QA signoff on beta & release

Firefox 3.1

  • New on the trunk this week:
    • updated TraceMonkey
    • some Worker Threads stuff coming up this week
  • if you’ve got a new feature landing, please point it out on the web tech blog
  • Alpha 2 Schedule
    • builds out to QA
    • QA expects to sign off this week by Friday
    • not planning on updating 3.1a1 users to 3.1a2
  • Beta 1 Schedule
    • code freeze now Sept 30th
    • tracking against this in development meetings

Support

Top Issues

  • startup crashes like bug 434403 and bug 401513 (google desktop) are most frequent reports
  • showing bookmarks in awesomebar results by default is seen as a privacy issue — people don’t seem to understand what they’re seeing
  • some users are experiencing locked profiles after Major Update; seems to be related to Norton 360

Localization

temporary build bots 

running at bsmedberg’s home, upload not nifty. All builds reporting to Mozilla-l10n, locale-specific steps report to l10n tinderbox pages, too. No compare-locales yet. Builds uploaded on latest-mozilla-central-l10n ftp

localization update 

From the dashboard,
  • 20 locales landed fx changes
  • 4 tier 1, minus en-GB, ja
  • only 6 out of 14 in tier 2
  • new locales in 3.0.2 landing on l10n-central soon (+8)

QA

  • Release discussions. Was it too much cramming in 4 releases in the same month? (MU, 2.0.0.17, 3.0.2, 3.1a2)
    • Concern of work overload led to simple mistakes
    • Maybe timing was just bad, with Competitor pressure + vacations?
    • Examples: bug 316859 comment 23 – forgot to track regression, bug 446527 comment 87 – automated testcase not catching errors, Fx3.0.2 requiring 4 respins – empty updater.ini file on linux/mac
  • 2.0.0.17 (Juanb)
    • Testplan can be found here
    • verifying a few 20017 bugs and gonna try to do updates on betatest today, when they become available.
  • 3.0.2 (QA lead Tomcat)
    • Testplan can be found here – Beta release ETA: September 9
    • Build 4 Mac and Linux Builds are currently tested by QA
    • Signed Windows Builds are available later today and QA will testing this builds as soon as they are available
    • The other tests (Updates) will follow
    • QA continues the Bug verification of the Bugs fixed in 3.0.2
  • 3.1a2
    • alpha 2 Testplan results posted
    • What’s left, spot checks on Linux and Mac. smoketests pass.

Build

  • FF2.0.0.17: 2 respins
  • FF3.0.2: 4 respins
  • l10n build boxes
    • bsmedberg using modified .ssh keys as interim
    • need release automation working on buildbot+hg

Evangelism

Marketing/PR

Roundtable

  • bug 448616 – no symbols for 3.1 builds; seems to be a XCode problem, being worked – getting critical
  • bug 433710 – graph server doesn’t show memleaks; patch awaiting review done
  • if you need icons produced please tell faaborg

2-September-2008

Thunderbird Meeting Minutes: 2008-09-02

Filed under: Posts — Tags: — Benjamin Smedberg @ 11:00 pm

Thunderbird/StatusMeetings/2008-09-02

From MozillaWiki

last meeting | index | next week »

Thunderbird Meeting Details

Agenda

  • Who’s taking minutes: Gozer

Action Items

Open

  • davida: file a bug on getting an announcements feed going on]
  • everyone: look for delight bugs for the next release, put [delight] in status whiteboard

Closed

  • dmose: will send out email scheduling drivers meeting for 9:30 Thursday
  • davida: file a bug on getting a planet.mozillamessaging.com bug 449252

Thunderbird:Shredder a2

  • Post Mortem took too long to schedule, cancelled
  • Next time around, include it in the release schedule

Thunderbird 3

  • lots of triage has happened; status = ?
  • some question about use of Target-Milestone field
  • action item(dmose): email drivers to schedule meeting this week

Thunderbird:Thunderbird 3.0b1

  • One week to planned code freeze (9th September)
  • Today is planned string freeze for 3.0b1 (2nd September)
  • wsmwk is the QA lead of Beta 1
  • Standard8 is the release driver
  • Ended up pushing the schedule by 2 weeks:
    • Three week to planned code freeze (23th September)
    • Two week planned string freeze for 3.0b1 (16nd September)

The schedule will be updated accordingly

L10N builds/String Freeze

  • L10N builds:
    • SeaMonkey and Firefox now have some level of L10N builds for testers
    • Firefox has compare-locales and L10N dashboard
    • Thunderbird potentially has compare-locales once editor/ui moves (next couple of days)
    • devmo (L10n on Mercurial) now has instructions for comm-central as well as mozilla-central.
    • Gozer will adapt SeaMonkey’s L10N buildbot config to our own
  • String Freeze – Main bugs:
    • Account Configuration bug 422814
      • No reviews posted yet
      • might be ready in a week — DavidA
    • Password Manager bug 239131
      • Still a lot of work to do.
      • At least one good week — Standard8
    • Gloda bug 450494
      • davida: relatively few strings, need to be concerned about UI for upgrading
    • Inline card dialog bug 450724 patches:
      1. Mechanics: awaiting clarkbw’s approval
      2. Inline Edit dialog: requested reviews (philor, clarkbw), but need to resolve one issue
      3. Add-on-click: patches ready, awaiting reviews
      4. Star UI: prototyped, need to do proper version.
    • Improved Message Reader View bug 449691
      • No patches for review yet. Don’t know how many strings are to be changed.
    • Offline Data Storage Pref Screen bug 369096 (??)

Blockers / Wanted Bugs

  • 3 blockers with no owner:
    • bug 429118 Thunderbird inline spell check broken
      • This has a proposal for fixing it, needs someone to implement/test
    • bug 408370 STEEL
    • bug 437056 run a message filter on a folder – “choose this folder” option missing, can’t run on folders with subfolders
      • Needs an updated patch.
    • bug 452832 drag and drop multiple messages between folders fails (moves only one)
      • Has suggested fix
  • High priority bugs not referenced above:
    • bug 360648 TB toolkit autocomplete migration
      • Waiting on one review from Beltzner
      • LDAP code needs doing.

QA Updates

Roundtable

Status Updates

davida

dmose
  • message view work
  • reviewed switch of email User-Agent header to use the full Gecko user-agent (bug 230182)
  • started work to try and make chromebug usable in tb
  • bug triage & driving work (2.0.0.17 approvals, etc.)

nth10sd
  • More bug triage, bugdays etc.
  • +1 to jcranmer’s post on mozilla.dev.planning about TB bug number stats..
  • Yes, UNCO bug numbers are still going down… 🙂
  • Post-meeting edit: Spread Thunderbird first envisioned on October 3rd 2004. 😀
    • Back then, Firefox was just 0.10.1, and Thunderbird, 0.8

jcranmer
  • Updated IMAP fakeserver patch, currently tracking down problems
  • AB refactoring awaiting dmose’s review
  • bug 311774 (one of 2 major news unread bugs) complete except for tests

Standard8
  • Reviews & Driving
  • Build
    • bug 451981 Added a package-compare target and got gozer to hook it up to tinderboxes – we can now reasonably easily see if we’re missing packaging items into the windows build (useful for a pre-release check).
    • bug 453110 Started updating the packaging file…
  • L10N
    • Added to the instruction pages for L10N builds.
    • bug 445146 Moving editor/ui to comm-central.
  • Password Manager
    • bug 419595 nsLDAPURL update (still needs one more update)
  • Inline Edit Card Dialog
    • bug 452614 Provide nsIAbCard::hasEmailAddress
    • bug 453301 Provide a function to add a single contact to the collected address book.
    • bug 450724 Three patches now posted, last one to actually add the star to be done.
  • Misc
    • bug 451257 Composing a message after the contacts sidebar was closed sometimes crashes Thunderbird.
    • bug 452419 Message Header display shouldn’t get the show references pref for each item of the header displayed.

asuth
  • (light week)
  • first batch of gloda unit tests basically ready; need to alter code to not use settimeout in the unit test case…
  • got “exptoolbar” working with minimal required changes to thunderbird (just need toolkit autocomplete turned on). Gloda now feeds a search db view, works quite nicely. (This is the “bubble” stuff).

bienvenu
  • Reviews and Driving
  • fix truncated message pop3 download for global inbox, bug 450649
  • Continued work on auto config;
  • maintain kewyords on imap detach/delete if server supports keywords, bug 440366
  • fix edit cut/copy/paste/delete menu items bug 448326
  • fix crash in debug builds downloading pop3 mail into global inbox, bug 452521
  • fix offline tag change playback bug 141606

emre

gozer
  • The Calendar folks have a few test accounts on our test Zimbra server
  • Got package-compare running on the nightlies bug 451981
  • OSX buildsymbols should now be complete and cover universal binaries bug 448616
  • Started testing Lightning/gdata comm-central build setup
  • Mock start page server is up and running
  • Need to setup staging/prod www infrastructure
    • davida: How does it currently work ?
    • Ready to switch over www.mozillamessaging.com
  • We are running our own e-mail now
    • Nobody should have noticed!
    • Good side-effect is that our production blades are now in a full HA config
    • Still need to get MoCo’s to set themselves up as our secondary MXes
  • Real-life disruptions should be over

clarkbw

wsmwk
  • Triaged all bugs with patches mscott r? and sr? – all bugs have been touched or patch owner contacted. Was ~30-35 reviews, now down to 13 bugs in the review list
  • Created and kicked off Patch Love
  • Bugday and triage
  • Marked [delight] bugs

beckley
  • My filter only selected messages in a mailbox was reviewed and checked in bug 444209
  • My redirect feature was accepted and checked in bug 359226
  • Commented on how new message notification works in Classic Eudora bug 11040
  • Reviewed Sid’s Vista Search Integration patch bug 430614
  • A new hg repository for Penelope has been created, and now just needs to be populated with the code in CVS bug 451402
  • Fixed a build problem for DOM Inspector when working with read-only source code setups bug 452851
  • Helped review some code for some Penelope devs submitting bugs bug 451438
  • Will be fixing a filter import bug this week for beta 1 bug 432851

KaiRo
  • Ported some build system fixes to comm-central bug 452504
  • Fixed relative l10n-base dir (bug 452760), make install (bug 452962), basic building of the Qt port (bug 450957), and autoconf 2.13 detection (bug 450967) – no need to declare the AUTOCONF environment variable with the usual binary names any more, not even on Debian or ubuntu.
  • Did some cleanup of old code from the XPFE era
  • Got most of the things to run for creating SeaMonkey L10n builds with out buildbots, porting this to Thunderbird buildbots configs should be easy

rkent

rebron
  • Put together marketing roadmap
  • Working on web site redesign, wrapped up the rfp.
  • Put plan for together for SpreadThunderbird.
  • Got the pr plan reviewed, pr activities in motion.
  • Working on start page content.

mkmelin
  • Working on bug 231654 – make delete normally only apply to the threadpane – too easy to accidentally delete folder
  • bug 234665 [avaiting review] – Delete button should re-text to “Undelete” when a deleted message is selected
  • bug 305089 [avaiting review] – Don’t mark as scam any mail composed by user (Drafts, Templates, Sent, Outbox folders)
  • bug 452661 – the scam detector doesn’t work anymore

Attendees

gozer, dmose, sipaq, beckley, bienvenu, nth10sd, wsmwk, emre, asuth, clarkbw, KaiRo, rebron, Standard8

« Newer PostsOlder Posts »

Powered by WordPress