Meeting Notes Meetings notes from the Mozilla community

18-August-2010

Mobile Meeting Minutes: 2010-08-18

Filed under: Posts — Tags: — Jesper Kristensen @ 11:00 pm

Mobile/Notes/18-Aug-2010

From MozillaWiki

Details

  • Wednesdays – 9:30am Pacific, 12:30pm Eastern, 16:30 UTC
  • 650-903-0800 or 650-215-1282 x92 Conf# 8605 (US/INTL)
  • 1-800-707-2533 (pin 369) Conf# 8605 (US)
  • irc.mozilla.org #mobile for backchannel

Schedule

  • See timeline
    • Alpha 1 ready for QA
    • Beta 1 code freeze: Sept 7

Major Topics for This Week

Front-end

  • Working on Alpha 1 blockers (ZERO!)
  • Features (see Planning page)
    • Several features have landed
    • Several more will land shortly
    • Updated tasks and related bugs for Beta 1 (Sept 7)
    • Must have feature designs final by Sept 16

UX design

Maemo

Qt

Android

  • Keyboard – bug 582644 (a1) and bug 586755 landed
  • all alpha 1 blockers landed
  • zooming regression kinda sucks, mbrubeck is looking into it

Electrolysis

General Platform

Geolocation Working Group

  • Working Group meeting in Nov. to discuss civic addresses, orientation, acceleration, compass.

Video

Camera

  • Bug 451674 has a few dependency bugs waiting on review. Two options:
    • Use platform specific camera pictures (eg. a android action)
    • Push on reviews on the remaining bugs and get some better UI
    • Probably need a new owner to drive this now that khuey is going back to school.

Plugins

Performance

Networking

  • jduell forwarded some new information on http pipe-lining. if anyone interested, please find him.

Graphics

Startup

Layout

Content

Release Engineering

  • bug 586772 – nothumb android builds (fixed)
  • bug 587569 – mobile builds uploading symbols on dep builds (fixed)
  • bug 587150 – android builds on project branches (fixed)
  • bug 588185 – linux fennec desktop building with ipc (fixed)
  • bug 567827 – make buildsymbols dies on ix boxes (landing now)
    • this is causing depend build breakage, and we don’t have an easy way to clobber maemo builds. going through and cleaning up w/ expect + csshx
      • this killed maemo nightlies — aki will respin
  • bug 588224 – tracking 2.0a1 — sorry for the confusion on the staging run
  • n900s, n810s
    • talos fork? bug 578343 – talos needs to be retrofitted for e10s
    • bug 582997 – fennecmark needs to be updated for e10s
      • bug 586313 – start/end events for panning/zooming
    • bug 579186 – (n810s) GLIBCXX_3.4.9

QA

Manual

  • bugs filed on the Fennec product over the past week
  • Testplans are being created for qa coverage 2.0 features
  • QA will start release testing Alpha 1 on today’s nightly builds
    • Running Smoketests, BFTs around landed 2.0 features and Updates
  • bug notes
    • none, but should have updates later on today

Automation

  • browser-chrome
    • need attention to a series of bugs
  • talos
    • bug 582997 fennecmark works, but fails? product failure?
    • bug 578343 e10s and fennec had troubles on mac (need more information)
  • android
    • bear is integrating with buildbot

Other

  • Moving forward with XP Layers
  • Plan for Maemo 4

17-August-2010

Mozilla Platform Meeting Minutes: 2010-08-17

Filed under: Posts — Tags: — Jesper Kristensen @ 11:00 pm

Platform/2010-08-17

From MozillaWiki

« previous week | index | next week »

Notices / Schedule

Firefox 4 Beta 4

  • mostly code frozen
    • two late regressions will be fixed on relbranch
    • should have builds late today, PT
  • puts release target as next Monday, Aug 23

Firefox 3.6.9 & 3.5.12

  • We are frozen!
  • Thanks everyone for the good convergence
  • Will be clearing/pushing forward approvals to the next version in the coming week
  • Verifications/testing now until the 23rd, then a build

Firefox 3.6.10 & 3.5.13

  • Start nominating!
  • Not approving bugs yet as we don’t have a branch ready for landings

Blocker Report

Firefox 4 Beta

Firefox 3.6.9 & 3.5.12

  • We are frozen!
  • Thanks everyone for the good convergence

Firefox Development

(from our goals):

  • [NEW] Feature complete Firefox 4
    • [DONE] Switch to Tab
    • [ON TRACK] Extension Manager – Functionality there, lots of bugs to fix.
    • [ON TRACK] Notification UI – Geo done, patches on follow up bugs.
    • [ON TRACK] New Theme – Substantially done on Windows and Mac, Linux lagging.
    • [ON TRACK] App Tabs – UI in place, functionality follow ups to get to feature complete
    • [ON TRACK] Silent updates on Windows
    • [ON TRACK] TabCandy – Landed, but lots of follow up work to do on interactions, integration with other features
    • [AT RISK] Account Manager – Not currently blocking, but Dan Mills and co. are racing to get there.
    • [AT RISK] Inspector
    • [AT RISK] Web Console
  • [NEW] Dirty profile startup within 20% of clean profile startup (modulo extensions, plugins; on windows)

Platform

(there is a team-by-team goals breakdown, as well)

  • [ON TRACK] Javascript performance near or even with Chrome 5 on their benchmarks (within 20% on SS, 30% on V8), with substantial wins on our benchmarks. (Windows, in-browser.)
  • [ON TRACK] Hardware acceleration of video and other HTML and SVG content, as well as user interface, on by default for compatible hardware on all Tier-1 desktop and mobile platforms.
  • [ON TRACK] Fully support the WebGL 1.0 spec, with support turned on by default in a Firefox 4 beta on platforms that support OpenGL or OpenGL ES.
  • [ON TRACK] security: zero reproducible high/crit > 30 days
  • [ON TRACK] Support multi-process Fennec.
  • [ON TRACK] Support Jetpacks running in separate processes and never blocking the Fennec UI.

JS

Plugins and Multi-Process and Such

Areas of concern for betas/feature freeze:

  • asynchronous plugin painting, bug 556487
  • 32-bit plugins in 64-bit Firefox, bug 559142
  • Plugins withstand app-tab reframing or dragging a tab to a new window, bug 90268

GFX

  • D2D status:
    • Direct2D is not turned on by default for Firefox 4 beta 4. (We weren’t confident enough to turn it on for all users.)
    • However, all the code in Firefox 4 beta 4, and it should work reasonably well for everyone.
    • We really need testers, both on the beta and on nightlies. (We plan to enable Direct2D in nightlies as soon as beta 4 is tagged and branched.)
      • To turn on Direct2D: Go in to about:config and set mozilla.widget.render-mode to 6, and gfx.font_rendering.directwrite.enabled to true.
      • To turn off Direct2D, once it is on by default, set mozilla.widget.render-mode to 0.
      • To check whether you are running with Direct2D, go to about:support and look at the bottom. (Once bug 586046 lands, there will be even more information about your graphics card in there.)
      • Please look out for memory usage, rendering speed, and any rendering problems you might see. Also focus on interactions with plugins like Flash.

Layout

  • Bug 130078 progress (goal)
    • Bug fixes keep coming, fixing tryserver test failures
    • Expecting to land next week, but Timothy may need help over the next few days
  • Cool stuff landed
    • -moz-element
    • mozRequestAnimationFrame
  • More stuff ready to land
    • DPI changes (mozmm unit for mobile)
    • SMIL event-based timing
      • Almost completes our support; “accesskeys” only remaining feature of interest

Video

  • Landed ‘buffered’ (goal)
    • Implemented for Ogg and Wave
    • WebM returns no buffered ranges currently, but the basic implementation is nearly complete
  • More stuff ready to land
    • ‘autobuffer’ -> ‘preload’ (spec compliance)
    • New load algorithm (spec compliance)
    • Integrated scaling + YUV conversion code (performance)
    • Switch controls to use ‘buffered’
    • Make media events not be progress events (spec compliance)

Content

  • Big thank you to jduell, dwitte, mayhemer, jdm, for getting the last e10s necko fennec a1 blockers fixed and landed!
  • HTML5 form control work nearing completion (for fx4). If you get review requests relating to HTML5 form controls, please help out, or let people know so we can find others to help out!

Tree Management

Roundtable

  • QA Focus Areas for Beta 4 (juanb)
  • Please don’t forget to mark developer documentation-impacting bugs with the dev-doc-needed keyword in Bugzilla!

Thunderbird Meeting Minutes: 2010-08-17

Filed under: Posts — Tags: — Jesper Kristensen @ 10:59 pm

Thunderbird/StatusMeetings/2010-08-17

From MozillaWiki

last meeting | index | next meeting »

Current Release Schedules
Thunderbird 3.2

Thunderbird 3.1.3

Thunderbird 3.0.7
To Be Announced

  • Relbranch opens: July 30
  • Code freeze: Aug 20 @ 23:59 PDT
  • L10n freeze: Aug 24 @ 23:59 PDT
  • Builds start: Aug 24
  • QA with builds start: Aug 25
  • Beta period starts: Aug 27
  • Final release: Sept 7
  • Relbranch opens: July 30
  • Code freeze: Aug 20 @ 23:59 PDT
  • L10n freeze: Aug 24 @ 23:59 PDT
  • Builds start: Aug 24
  • QA with builds start: Aug 25
  • Beta period starts: Aug 27
  • Final release: Sept 7

Thunderbird Meeting Details :

Remember to press *1 to unmute yourself before talking!

Agenda

Action Items

Friends of the Tree

Thanks to our Friends of the Tree When adding someone to this section, please get their T-Shirt size and send it to rebron@mozillamessaging.com so that he can send them a shirt!

  • Richard Marti for his great work on the Windows theme

Conversion Funnel (Priority 0 side project)

  • ISPDB steady at over 31%. Top 10 misses are: psmtp.com, ocn.ad.jp, virginmedia.com, att.net, aon.at, cox.net, ntlworld.com, prodigy.net, go2.pl, interia.pl
  • 77% retention rate on Funnel Cake 1, (week of April 30th vs. today)

Thunderbird Development

Feature Work

Experiments

3.2

  • approval-thunderbird3.2a1 now set up. More flags coming soon.
  • tb-drivers discussing when to set up branch.

Trunk Development

Thunderbird Stability & Security Releases

Major updates to 3.1
  • Prompted major updates to TB 3.1.2.
    • 3.0.6 users are now being prompted (probably about 300k transitioned so far).
    • Initial 2.0.0.24 -> 3.1.2 push planned for today August.

QA Updates

Marketing Updates

  • PR Update: Handful of articles and blog posts regarding upgrade issues to Tb3.1.
  • Following up with press on Tb 3.1 upgrade and performance concerns.
  • ADUs: 1.1MM on Tb 3.1.2 vs half of that last week. Steady at 85k downloads a day. Still about 2.5MM on Thunderbird 2.x.

IT update

  • New Try Server
  • Buildbot cleanup/catchup

Documentation

Support

  1. 3.1 Support Issues – potential major issue: empty folder pane on startup after upgrade to 3.1.2 – bug 579848 (Mac only? due to ‘:’ in foldernames?)
  2. SuMoMo – localization console up in English – thanks Andrei! – next is to put it up in other languages e.g. Spanish, German,etc
  3. gmail {smtp,pop,imap}.googlemail.com multiple hour outage on August 6th, 2010 – still no word from google
  4. See this week’s Support Appendix for full Get Satisfaction metrics and other support details –

Lightning Updates

Status updates

See the Mozilla Status Board for status updates specific to developers.

Roundtable Highlights

  • Follow up on Add-ons contest this week w/ Add-ons team.

Attendees

standard8, rebron, gozer, bienvenu, roland, Usul, clarkbw, andreasn

16-August-2010

Mozilla Project Meeting Minutes: 2010-08-16

Filed under: Posts — Tags: — Jesper Kristensen @ 11:00 pm

WeeklyUpdates/2010-08-16

From MozillaWiki

« previous week | index | next week »

Video for today’s meeting

<video controls=”controls”><source src=”http://videos.mozilla.org/serv/air_mozilla/monday_meetings/status-2010-08-16.ogg” type=”video/ogg; codecs=”theora, vorbis””/></video>

Friends of the Tree

Bear writes in, “given how much trouble/pain tinderbox has been these last days/week, I think the following should become Friends of the Tree:

  • nthomas – he pointed us in the direction that it might be old build data causing an issue
  • rhelmer – for diving into old crufty tinderbox code to fix load/scaling issues that he found after getting profile data of tinderbox
  • justdave – for enabling and being soo helpful in allowing rhelmer to do what he did

And from John O’Duinn,

  • jlazaro and henry and jabba in IT for using putty knives to open up mac minis and do RAM upgrades. They upgraded 81 mac minis in a week, doing batches at a time, so no downtime was needed. This need came up recently for OSX10.6 64bit build symbols. Super fast (and very tricky) work, thank you.

Upcoming Events

This Week

Monday, 16 August

  • Firefox 4 Beta 4 Code Freeze (likely early evening PT)

Tuesday, 17 August

Wednesday, 18 August

Thursday, 19 August

Friday, 20 August

Next Week

Product Status Updates

Firefox 4

  • Beta 3 shipped last week
  • Beta 4 code freeze is today
    • TabCandy has landed, but there are a couple of bad functional regressions we need to fix
    • Firefox Sync has landed
    • we’re making a call on D2D on by default a little later today
  • Currently around 500k beta users

Firefox 3.6

Firefox 3.6.9

  • Code freeze was last Thursday. We had pretty decent convergence, though we are still tracking down some stragglers that missed code freeze
  • Bug verifications are ongoing, plan to create a build on August 23

Mobile Firefox

  • Working to get in the last remaining bugs for alpha. All have patches, waiting on reviews

Thunderbird

Older Branch Work

Firefox 3.5.12

  • See the status for Firefox 3.6 above

Drumbeat

  • Big news for Drumbeat this week: milestone for WebMadeMovies project
  • WMM is an open video lab aimed at producing awesome reference implementations and demos that showcase what open video and HTML5 can do
  • Today the project is publicly launching its first major demo at drumbeat.org, showcasing early work on popcorn.js, a javascript library that enables video to interact with the rest of the web — mashing up Google Maps, image feeds, Twitter accounts and other semantic data right into video.
  • Check it out at drumbeat.org/webmademovies

Speakers

The limit is 3 minutes per speaker. It’s like a lightning talk, but don’t feel that you have to have slides in order to make a presentation.

Title

Presenter

Topic

Media

More Details
Mozilla Labs Gaming: Game On!

Pascal Finette

The Teaser

The Site

Coming soon…
Tours @ Mozilla!

Mary Colvig

Sign up/overview of tours

Please let me know if you’d like one + want to help!

Status Updates By Team

Firefox

Platform

Messaging

Mobile

IT

Release Engineering

QA

QA Org Highlights
  • Browser Technologies
    • Weave 1.4.4 tested and shipped to AMO in 2 1/2 hours
  • Desktop Firefox
    • Testday completed Friday covering Firefox Sync, TabCandy and Mozmill. 34 bugs reported.
  • QA Services
    • Community
      • Tomcat sent out request to nightly testers to join a mailing list to better inform testers on the current issues and test focus for Firefox nightly builds.

Automation & Tools

  • Almost completed a formal Tools staging area setup which will help us turn around new test frameworks and talos suites more efficiently
  • CrossWeave found several good sync bugs last week, working with the Sync team to formalize the interactions they’d like to see from that tool
  • We have an early profile management tool completed in alpha. It’s currently undergoing very focused usability and UI testing – ping ctalbert or jgriffin if you’d like a link to the tool. We will go to a public alpha once we finalize the UI this week.
  • We also released Mozmill 1.4.2 beta 4 last week.
  • We did a demo of Bug Hunter – our automatic crash reproduction tool last week. It’s currently finding many crashes and we’re ensuring bugs are filed against those.
  • More notes are here.

Security

Engagement

PR

Events

Creative Team

Community Marketing

Documentation

  • Lots of movement on Firefox 4 documentation the past week.
  • Please be sure to add the dev-doc-needed keyword to any bugs that may impact documentation, even if they’re not fixed yet!

Support

Metrics

  • The metrics team is currently collecting logs for our production Hadoop and Hbase cluster inside HIVE. More info at http://bit.ly/hive_flume
  • Mozilla properties can now import their logs in near real-time inside HIVE and query using HQL (SQL’ish language)
  • HIVE can be used for querying the log data thereby improving our ability to make decisions based on data.
  • It’s a work in progress, data won’t be lost but might not work as intended on first attempt.
  • Contact us if you would like to import your data.

Evangelism

Labs

Developer Tools

  • A number of refinements to the Web Console landed on trunk in time for Firefox 4 beta 4.
  • Good progress has been made on many aspects of the new Inspector tool. Expect to see a much nicer Inspector in beta 5.

Add-ons

Webdev

L10n

Introducing New Hires

  • Lloyd Hilaiel (Staff Engineer – Mozilla Labs)
  • Margaret Leibovic (Firefox)

Foundation Updates

Roundtable

11-August-2010

Mobile Meeting Minutes: 2010-08-11

Filed under: Posts — Tags: — Jesper Kristensen @ 11:00 pm

Mobile/Notes/11-Aug-2010

From MozillaWiki

Details

  • Wednesdays – 9:30am Pacific, 12:30pm Eastern, 16:30 UTC
  • 650-903-0800 or 650-215-1282 x92 Conf# 8605 (US/INTL)
  • 1-800-707-2533 (pin 369) Conf# 8605 (US)
  • irc.mozilla.org #mobile for backchannel

Schedule

  • See timeline
    • Alpha 1 code freeze: August 10
    • Beta 1 code freeze: Sept 7

Major Topics for This Week

  • State of the Alpha 1 code freeze

Front-end

UX design

  • reviewing and nitpicking frontend WIP features from last two weeks
    • form assistant, contacts in autocomplete, awesomescreen, sharing
  • sean starting up again on android theme and styling for 2.0 features next week

Maemo

Qt

Android

Electrolysis

General Platform

Geolocation Working Group

Video

Camera

  • Necko bits (moz-device implementation) have r+ from jdm.
  • DOM bits are close to r+ from sicking (probably one more substantive iteration and a final round of nits).
  • Sicking suggested creating a pref (that we could turn on in Fennec) to always display the camera button on an <input type=”file” /> element regardless of whether it has the accept attribute set.

Plugins

Performance

Networking

Graphics

Startup

Layout

Content

Release Engineering

  • priorities page
  • bug 564302 working to get auto-tools their own talos staging environment (this slowed down talos e10s patch testing)
  • multilocale deb: zip -9 for locale jars reduces directory size 2.5mb, increases deb size .5 mb
  • bug 567827 maemo builds die on make buildsymbols — brad’s asked about this a couple times. pending review
  • IT+Releng working to try to prevent another repeat of last night (up-to-date build-affecting system lists including mail+dbs)

QA

Manual

  • bugs filed on the Fennec product over the past week
  • litmus reports triaged
  • Testplans are being created for qa coverage 2.0 features
    • We have litmus test case coverage on Find In Page, Fennec Sync, and Form Assistant Refresh
  • bug notes
    • bug 581532 – Pages now load again with browser.tabs.remote=true, so testing again with that enabled. I’m getting crashes when closing tabs, in that case, though.
    • bug 584865 – blocks testing on multitouch feature and most zoom

Automated

  • talos
  • android
    • bug 561908 – bear has seen tests run, starting to tie pieces together
  • [green]
    • filed bugs:
      • bug 585630 – needs landing to disable specific tests for mobile
      • bug 585178 – appears to be fixed in recent builds.
    • overall about 1300 failed tests in about 30 test files
  • browser-chrome bug 553474

Other

So long and thanks for all the fish!

  • Jaclynf and khuey’s last day is Friday.

Firefox/Gecko Delivery Meeting Minutes: 2010-08-11

Filed under: Posts — Tags: — Jesper Kristensen @ 11:00 pm

Firefox/Planning/2010-08-11

From MozillaWiki

« previous week | index | next week »

Firefox/Gecko Delivery Meeting Details

  • Wednesdays – 11:00am Pacific, 2:00pm Eastern, 18:00 UTC
  • Mountain View Offices: Warp Core Conference Room
  • Toronto Offices: Fin du Monde Conference Room
  • 650-903-0800 or 650-215-1282 x92 Conf# 8605 (US/INTL)
  • 1-800-707-2533 (pin 369) Conf# 8605 (US)
  • irc.mozilla.org #planning for backchannel
  • (the developer meeting takes place on Tuesdays)
REMEMBER

These notes are read by people who weren’t able to attend the meeting. Please make sure to include links and context so they can be understood.

Agenda

  • actions from last week:
  • schedule and progress on upcoming releases
  • review highlights and notices
  • respond to questions and concerns

Action Items

    • beltzner to follow-up with engagement

Schedule & Progress on Upcoming Releases

Firefox 3.5.12 / Firefox 3.6.9

  • Code freeze is tomorrow @ 11:59 pm PST! Christian has been bugging and will bug people with blockers even more today
  • 3.6.9 blockers
  • 3.5.12 blockers

Firefox 4.0 Beta 3

Jetpack SDK 0.7

  • focus is on additional APIs and E10S compatibility
  • E10S integration proving to be challenging, so unscheduled for 0.7 and being treated as a longer term project with no clear completion date (until we figure out what it entails and how long it’ll take)
  • on track: Panel, Places, Clipboard, Notifications APIs; completed documentation
  • at risk: Page Mods, Windows, Sidebar APIs; Page Worker, Widget E10S compatibility
  • freezes Tuesday, August 17
  • tentative release date Wednesday, August 25

Add-on Builder 1.0a4

Fx Input

Input 1.6.2

  • is live!
  • New Features: Sites, Searching messages with URLs, individual pieces of feedback are linkable
  • Bug Fixes: Feedback won’t be blocked when release cycles are started

Input 1.7

  • ETA is Wednesday, 8/19
  • We’ll have a new layout

Test Pilot studies

  • Firefox 4 Beta User Background Survey
    • Aim: Gain awareness of our current sample of users and discover which demographics are underrepresented
    • 30k responses, ~7% of entire Beta population.
    • Survey Result Slides
    • Key Findings
      • Beta sample is slightly less skewed than the Test Pilot Sample, but still skewed on several dimensions:
        • Skill Level: TP – 1.8%/22.5%/75.7%; Beta – 3.5%/25.7%/70.8% (Beginner/Intermediate/Advance)
        • Gender Ratio: TP – 94.0%/6.0% Beta – 95.5%/4.5% (M/F)
        • Age and Hour on Internet: similar overall distributions, but TP sample has a higher presence of people in the higher buckets (slides 3 and 5)
        • Beta users have used FF for less time than Test Pilot, but vast majority have still used for 3+ years (slide 2)
      • Most frequently visited sites: Search Engines, Webmail, News Sites and Social Networking sites (slide 14)
      • Main uses are entertainment, communication, and socializing (slide 13)
  • Firefox 4 Beta Interface Study
    • Heatmap (VPN to Mozilla-MV or be on Mountain View wireless networks to access)
    • 230k submissions
    • Current heatmap represents data from the 78k+ Windows 7 and Windows Vista users
    • Working on: other OS’s, skill filter, hours on internet filter, analysis in blog posts

Highlights / Notices

Notes or issues that don’t correspond to a particular release you’d like people to know about.

  • Beta 2 Feedback–Overall, same feedback as we were getting last week
    • Main concerns
      • Feedback button is not showing up: Bug 575743
      • Orkut display: bug 585744
      • Youtube video player issues, open videos and its black, flickers for windows users: Bug 579262
      • Css border image problems: Bug 497995
      • Issues uploading attachments with hotmail: 547507, 581502

Questions and Concerns

Please add any questions or concerns you would like discussed at today’s meeting.

  • Anyone have an update on EOL for and/or another push for migrating 3.5.x users up to 3.6? 20,692,474 adu’s on 3.5.x yesterday. 3.6 has 97% addon compatibility so that shouldn’t be a concern. There are a few significant bugs that are technically infeasible to backport so we should figure out how to get users off 3.5.x as soon as possible.
    • chofmann will create a geographic breakdown
    • maymumi has offered to help out in terms of focused messaging
    • beltzner will come back in 3-4 weeks with a EOL plan for 3.5.x

Press & Public Reactions

10-August-2010

SeaMonkey Meeting Minutes: 2010-08-10

Filed under: Posts — Tags: — Jesper Kristensen @ 11:00 pm

SeaMonkey:StatusMeetings:2010-08-10

From MozillaWiki

« last meeting | index | next meeting »

SeaMonkey Meeting Details

Agenda

  • Who’s taking minutes? -> Ratty

Action Items

(who needs to do what that hasn’t been recorded in a bug) We should assign people to the open items.

NEW

OPEN

CLOSED

K.I.V.

  • Get permission from Google to use their geolocation JSON service [KaiRo]. Contact at Google says they don’t want additional specific consumers of the service right now and want to enable some general way of accessing it “some time” – We can only wait right now. No easy solution in sight. Also, discussing a possible open Geolocation service.

SeaMonkey 2.0.7

open blockers (0)
blocker requests (1)
fixed (8)

  • Based on Gecko 1.9.1.12, target dates TBD, see Releases.
  • Release schedule will be synchronized with the next Firefox 3.5 release (3.5.12).

SeaMonkey 2.1 Alpha 3

open blockers (1)
blocker requests (9)
targeted (4)
fixed (52)

  • Tentative freeze is TODAY at 23:59 PM.
  • Places Bookmarks has landed, nightlies from yesterday and today have it.
  • The one confirmed blocker is Venkman’s support for the new XPCOM registry, but Gijs has a patch up for it.
  • InvisibleSmiley will write up a Wiki page or blog post that describes Places-based bookmarks, the differences, migration scenarios, any loss of functions and so on.

(Further 2.1 scheduling:)

  • Please help updating the New 2.1 Features page as we go.
  • Plans for 2.1: 6-8 weeks per milestone, a3 in late July or early August, b1 in August/September, and a final in October/November.
  • This seems to match recently presented Firefox 4 plans relatively well – they’ll go for beta really soon now and Final in the same timeframe as we have in those plans right now.
  • It would be good to get OOPP (Out Of Process Plugins) for SM2.1 (bug 545716) but we need some way to build libxul (bug 394502) to be able to build OOPP. Various Mailnews work has to be done (and is being done) for that to be possible.

Feature List, Planning

Bug statistics for last two (full) weeks: 42 new, 34 fixed, 14 triaged.

  • Fix rate is back up, especially. last week – we’re going strong on getting things done!
  • Good further triage targets could come out of looking at the component bug counts, pick yours!

Major wanted/needed features:

2.0.x

  • bug 423281 Help updates.
    • There is little or no point in still listing this under 2.0.x. Help development concentrates on trunk and what can be applied to 2.0 as well is handled accordingly. InvisibleSmiley doubts any 2.0 specific stuff remains to be done here.
  • bug 483282 Make sure normal SeaMonkey use doesn’t pay a price for having Venkman installed [Mnyromyr].
    • Needs at least a core patch landing for 1.9.1.10 bug 364864 (nsICategoryManager::deleteCategoryEntry does not persist outside of component registration) which depends on bug 480851 getting fixed on trunk.
    • This is very unlikely to make 2.0. We should concentrate on getting a workable solution for trunk.
  • bug 471346 Port GetDefaultFeedReader to SeaMonkey shell service [mcsmurf].
    • Landed on trunk, Callek and mcsmurf working to get it onto branch.
    • We’ve been shipping 2.0 without it for 10 months now. Do we really need it on branch?

2.1

  • bug 460953 kill-rdf port [sgautherie].
    • Postponed until mcsmurf (or sgautherie) can resume work on it.
    • status/progress?
  • bug 436794 Enable Mac OS X system address book per default and add UI.
    • SM UI needed, unowned, helpwanted.
    • status/progress?
  • bug 410613 OpenSearch. helpwanted.
    • We need to check if OpenSearch can support all our existing functionality, for example the INTEPRETS section in Sherlock search plugins. Mnyromyr will check on that, and on how extensible the Firefox code is.
    • status/progress?
    • The current consensus it to get some basic functionality going with OpenSearch first. And then later to see how much of the old functionality we can reimplement in follow-ups.
  • bug 449728 Drag tabs between windows.
    • Currently unowned, helpwanted.
  • bug 498596 Places bookmarks. [KaiRo]
    • LANDED after a tremendous review run from IanN!
  • bug 480734 Satchel data editor (“Form Manager”).
    • will be implemented in terms of Data Manager, see below.
  • bug 569341 Data Manager [KaiRo]
    • Patches are in heavy review. KaiRo reworked a lot of the code. The add-on version up on AMO is 1.0.1 with a lot of fixes from the SeaMonkey work.
  • bug 477845 Build a standalone (Gecko 2.0) Composer. [kaze]
    • kaze is currently job hunting so doesn’t have much time to spend on this.
    • bug 477840 Backport KompoZer to Composer (Depends on bug 477845).
    • kaze has done a ton of work there. We’re still trying to work out some organizational issues.
    • At the moment there is no active interest from MoMo for bringing standalone composer into comm-central. That’s something we (KaiRo and kaze) will have to negotiate with the Thunderbird team (dmose).
    • status/progress?
  • bug 523274 Complete new default theme icon set.
    • A list of TODO icons is up in the bug.
    • Still needs quite a bit of work.
    • status/progress?
    • bug 522023 is working on improving the browser globe in task icons, etc..
  • bug 526210 Update the icon set for the SeaMonkey Modern Theme.
    • Some proposed icons got posted, we should take a look how to get that contribution into the product.
    • The rest is unowned so far.
    • status/progress?
  • bug 533908 SeaMonkey Mail: tabs not restored [misak].
    • Waiting on feedback requests.
  • bug 467867 [META] Implement Firefox TabBrowser API in Seamonkey [misak].
    • Misak has ported major items. Follow up bugs and patches have either landed or are in process.
    • status/progress?
    • Already Fixed: getBrowserAtIndex(), getBrowserIndexForDocument(), loadTabs(), loadOneTab(), change addTab(), getIcon(), selectTabAtIndex(), web progress notifications for all tabs, progress Listener and Tab Progress Listener onLinkIconAvailable callback, Site icons places history and bookmarks.
    • TODO: bug 562649 set and correctly handle userTypedValue when loading external URIs. bug 570981 Remove URLBarSetURI’s aValid parameter.
  • bug 566138 Better integration with Windows 7 taskbar.
    • bug 581526 Add SeaMonkey support for the Windows 7 jump list [mcsmurf].
    • Patches currently in progress.
  • bug 576970 Port Sync 1.4 UI to SeaMonkey trunk.
    • Currently unowned, helpwanted.

We also should take a look at the other items on 2.1-wanted
Also the nominations need triaging.

  • We need to find a solution for Lightning, which is targeting Thunderbird 3.1 now.
    • Lightning 1.0 beta 1 is for SM2.0 and TB3.0, 1.0 beta 2 is for TB3.1 (Gecko 1.9.2). Further versions will probably be for Gecko 2.0-based releases.

Roundtable – Personal Status Updates

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

Aqualon

asrail

biesi

Callek

Bugs fixed:

  • bug 570243 Advanced/Software Installation/Updates/Add-on Manager button doesn’t work anymore. Fixed due to the “SwitchToTab” work for Addon Manager. (We no longer use GoAbout for this).
  • bug 576820 Provide saner Error Console Spew (or none) when Firefox 4 manifest features are used.
  • bug 579241 Update c-c packaging to account for libangle.so newly added to m-c.
  • bug 581287 Remove copy of Quicktime xpt.

Working on:

  • bug 538419 remove nsAboutAbout.js.
  • bug 551733 Port |bug 412989 allow per-app override of crashreporter.ini| to SeaMonkey, now that it has session-restore too.
  • bug 558518 Investigate and sync-up remaining diffs from rules.mk from c-c to m-c.
  • bug 568052 Adapt Modern theme for new Add-on Manager.
  • bug 585713 Suite part of |bug 552023 Kill Places partitioned temp tables|.

ewong

  • Fixed :
    • bug 561176 – Restart dialog message is confusing (checkin-needed).
    • bug 572389 – Remove gopher references from SeaMonkey code.
    • bug 576026 – runtests.py.in is an interpolated file and shouldn’t be (checkin-need or approval needed).
    • bug 582710 – Remove references to nonexistent IDs.
  • Working on :
    • bug 507804 – nsMsgComposeSecure.cpp: 3 strings to localize.
    • bug 555557 – Update license blocks to use “Mozilla Foundation” instead of “Mozilla Messaging” (c-c) (Depends on bug 585453).
      • bug 585453 – Update license blocks to use “Mozilla Foundation” instead of “Mozilla Messaging” (c-c) for /mail/build.

IanN

  • Usual testing, reviewing and commenting.
  • Bugs being worked on:
    • bug 515967 Add icons to addressbook menulist in Search Addresses [patchlove][has draft patch].

InvisibleSmiley

  • Fixed:
    • bug 574609 Update Help for new Link Behavior preference panel.
  • Reviewed:
    • bug 582710 Remove references to nonexistent IDs from Help.
  • Helped:
    • bug 246405 mail_help.xhtml should be split to several files.

KaiRo

  • Created and landed patch to switch SeaMonkey defaults to tabbed browsing (bug 505311).
  • More work on and landing of tab bar theming improvements (bug 579732).
  • Started Work on remembering site-specific zoom settings (bug 386363).
  • Finished and landed our own about: page (bug 555939).
  • Updated doorhanger patch (bug 570004), filed bug and patch for doorhanger-based add-on installation notifications (bug 581974).
  • Released Data Manager 1.0 on AMO: https://addons.mozilla.org/addon/162068
  • Submitted Data Manager 1.0 as a SeaMonkey patch, reacted to first sets of review comments, created a browser-chrome test for it (bug 569341), released the largely reworked and tested version as 1.0.1.
  • Discovered a TraceMonkey regression and created a simple test case (bug 582766).
  • Landed some German help updates from Michael (bug 580185, bug 583453).
  • Discussed NNTP and mailing lists in terms of tb-planning.
  • Installed gcc 4.5.1 on the Linux build slaves (bug 585235).
  • Installed buildbot 0.8 on the Mac slaves and did some cleanup there (bug 567035).
  • Investigated and wrote a patch for tab inconsistency (bug 585511).
  • Wrote a patch for loading favicons for places (bug 585515).
  • Filed a number of test failure bugs (bug 585435, bug 585436, bug 585438, bug 585444, 585446, 585449) – help wanted!
  • Discussed ongoing places bookmarks reviews and created diffs against Firefox places files, finally pushed places bookmarks (bug 498596 and dependencies).
  • Created patch for places bookmarks in Modern theme (bug 584752).
  • Extended discussions on SeaMonkey Developer Meeting, proposed a date and city.
  • More discussions on my visit to MV.
  • Got travel arranged for the German community meeting.
  • As usual, my blog has more detailed status about my work, and Mozilla Status Board Posts also tell about my next planned steps.

mcsmurf

Working on:

  • bug 581526 Add SeaMonkey support for the Windows 7 jump list.

Misak

Bugs fixed:

  • bug 583567 goAbout() should not open tabs in background (fixed as part of of bug 583997).
  • bug 585476 Regression – ‘Switch to new tabs opened from links’ is ignored.
  • bug 583997 Fix parameter usage in loadOneTab and addTab, also add new option to openUILinkIn to explicitly focus newly opened tab.

Working on:

  • bug 577939 Port bug 519216 [Removing a progress listener while it’s being called affects subsequent listeners] and followup bug 577320 to SeaMonkey.

Mnyromyr

MReimer

Neil

Bugs fixed:

  • bug 540838 Toolbar elements losing the command attribute.
  • bug 579272 context menu background is transparent [Venkman].
  • bug 580764 Setting pop/imap port to the default value for the security setting not selected appears to get reset.
  • bug 580868 Status Bar Icons No Longer Display.
  • bug 583123 Don’t bfcache closed popups.
  • bug 583411 Context menu key events are generated with the wrong target.

Working on:

  • bug 408599 FeedProtocolHandler creates horrifying nsIStandardURLs.
  • bug 450781 “No rule to make target …/xpcom.lib” compiling <nsAutoComplete.cpp> with |--enable-libxul|.
  • bug 579862 Consider using SETLOCAL in start-*.bat.
  • bug 579864 Make SDK compiler detection more reliable.

Ratty

Bugs fixed:

  • bug 518736 Lightning options button in Add-on window error – looking for preferences.xul (Fixed SM2.0).
  • bug 585264 Tabbrowser should tell Gecko which tab is active and which isn’t.

Working on:

  • bug 529240 Make drop down menus for back and forward buttons middle/Ctrl-clickable.

Other:

sgautherie

Bugs fixed:

  • bug 585462 [Non-static SeaMonkey] “Warning: package error or possible missing or unnecessary file: bin/gfxutils.dll (package-manifest, 57).”

Standard8

stefanh

Bugs fixed:

  • bug 536904 Add toggletoolbar=”true” to the windows that should have a Mac toolbar toggle pill.
  • bug 579737 Make lightweight themes / personas work with browser on Mac.
  • bug 580323 Fix up autocomplete-history-popup menuitem in mac classic.
  • bug 581686 Page Info tabs aren’t drawn correctly.

Working on:

  • bug 582372 [Mac default] hover:active style rules applies on disabled linkToolbar items.
  • bug 585487 [Pinstripe] Make findbar-textbox slightly transparent in lwthemes.

wladow

Any other business?

  • SeaMonkey Developer Meeting.
    • No firm date yet. KaiRo has proposed 23/24 October in Vienna.
    • The budget request for the meeting needs to be signed off at MozEU, then we can go into more concrete things.
    • We’re targeting to have approximately 25 people there, so a good part of the active SeaMonkey community can come.
    • InvisibleSmiley can take the car if it’s Vienna and bring up to three more people from Frankfurt.

Thunderbird Meeting Minutes: 2010-08-10

Filed under: Posts — Tags: — Jesper Kristensen @ 11:00 pm

Thunderbird/StatusMeetings/2010-08-10

From MozillaWiki

last meeting | index | next meeting »

Current Release Schedules
Thunderbird 3.2

Thunderbird 3.1.3

Thunderbird 3.0.7
To Be Announced

  • Relbranch opens: July 30
  • Code freeze: Aug 20 @ 23:59 PDT
  • L10n freeze: Aug 24 @ 23:59 PDT
  • Builds start: Aug 24
  • QA with builds start: Aug 25
  • Beta period starts: Aug 27
  • Final release: Sept 7
  • Relbranch opens: July 30
  • Code freeze: Aug 20 @ 23:59 PDT
  • L10n freeze: Aug 24 @ 23:59 PDT
  • Builds start: Aug 24
  • QA with builds start: Aug 25
  • Beta period starts: Aug 27
  • Final release: Sept 7

Thunderbird Meeting Details :

Remember to press *1 to unmute yourself before talking!

Agenda

Action Items

Friends of the Tree

Thanks to our Friends of the Tree When adding someone to this section, please get their T-Shirt size and send it to rebron@mozillamessaging.com so that he can send them a shirt!

Conversion Funnel (Priority 0 side project)

  • 31-40% success rate w/ ISPDB. No changes to top 10 missing domains: secureserver.net psmtp.com, ocn.ad.jp, rr.com, cox.net go2.pl ovh.net netease.com, att.net netsolmail.net, adding next 20 will improve success rate by 4%.

Thunderbird Development

Feature Work

3.2

  • Flags for tracking purposes will be set up soon, with a wiki page explaining roughly what will be able to land etc.
  • Waiting on account provisioning progression before setting up a relbranch.

Thunderbird Stability & Security Releases

Major updates to 3.1
  • Prompted major updates to TB 3.1.2.
    • Initial 3.0.6 -> 3.1.2 push: Wednesday, 11th August (delayed by one day due to AMO downtime).
    • Initial 2.0.0.24 -> 3.1.2 push planned for 17th/18th August.

Experiments

QA Updates

Marketing Updates

Next:

  • major updates, 2.x-3.x
  • mtg w/ metrics team & speeding up web site 1, 2

IT update

  • Major updates for 2.x and 3.0.x
  • Releases (lower bus factor !)
    • Updates
    • Signing
  • New TryServer is ready
    • With MozMill!
    • Switchover Thursday, 12th

Documentation

  • away last week

Support

  1. 3.1 Support Issues – nothing really major so far, seems to be better than 3.0.x – please add your support issues to the Discussion page of this wiki page; about:support being ported by sid0 (thanks!), firefox only rough port done, need to add Thunderbird smtp/imap/pop & then consider where to go next – features suggested by eric moore, features suggested by others? to be discussed on tb-planning
  2. SuMoMo – localization console blocked – awaiting metrics team userid for web trends
  3. gmail {smtp,pop,imap}.googlemail.com unexplained google server outage last Friday for 8-12 hours – awaiting google explanation (server glitch? dns outage?) – GS, Google support forum post where Google say they fixed the “culprit”
  4. See this week’s Support Appendix for full Get Satisfaction metrics and other support details –

Lightning Updates

Afterwards we should finally have green trunk builds again! Windows is green, Linux probably has a temporary red, mac is on its way.

Bug planning for 1.0b3 has started, a list of 26 bugs is proposed. See newsgroup thread

When we are done with this list, we can either release 1.0b3 or nominate a new set of bugs.

Status updates

See the Mozilla Status Board for status updates specific to developers.

Roundtable Highlights

Attendees

Mozilla Platform Meeting Minutes: 2010-08-10

Filed under: Posts — Tags: — Jesper Kristensen @ 11:00 pm

Platform/2010-08-10

From MozillaWiki

« previous week | index | next week »

Announcements

  • Firefox 3.6.4 post-mortem is this Thursday, 2010-08-12 @ 11:00 am PST. More information is here.
  • Continue to focus on blockers.

Tree Health

Three things must improve:

1) Mistakes must be less costly. This means faster build machines, faster infrastructure. We’re making progress here.

2) We must make fewer mistakes on shared infrastructure. Totally unacceptable: checking in and failing every build or leaking on every test, on every platform. This goes for TryServer as well: it is not your compiler. Be respectful of other people’s time.

3) Check to see if the tree is orange before checking in. Sheriffs are going to start backing people out for doing this because it’s rude and may end up closing the tree because orange got landed on top of orange. When in doubt, ask the sheriff.

Additionally, we’re looking at separating some work onto separate repos, with the same rules as mozilla-central, in order to reduce traffic on mozilla-central.

Feedback here mozilla.dev.platform thread.

Notices / Schedule

Firefox 4 Beta

  • Beta 3 should hit QA signoff later today, will release tomorrow
  • QA’s beta 3 bugs for those interested
  • Beta 4 code freeze scheduled for next Monday
    • would like all major landings to be complete by this Friday, though (see Roundtable)
  • feature freeze still scheduled for Beta 5
    • a “feature” is any code which creates a new or makes a significant change to existing interactions between the user and the browser, developers and browser APIs, or web authors and the browser
    • after feature freeze we will only be stabilizing and polishing

Firefox mobile (alpha)

Blocker Report

Firefox 3.6.9

  • There are 26 open blockers (+4 w/w)
    • Code freeze is currently scheduled for Thursday August 12 @ 11:59 pm PST
    • Let’s try to not get them all in on the last day. I’ll be bugging people furiously this week and the start of next
  • Only approving blockers at this point

Firefox 3.5.12

Firefox 4 Beta

Firefox Development

(from our goals):

  • [NEW] Feature complete Firefox 4
    • [DONE] Switch to Tab
    • [ON TRACK] Extension Manager – Functionality there, lots of bugs to fix.
    • [ON TRACK] Notification UI – Geo done, patches on follow up bugs.
    • [ON TRACK] New Theme – Substantially done on Windows and Mac, Linux lagging.
    • [ON TRACK] App Tabs – UI in place, functionality follow ups to get to feature complete
    • [ON TRACK] Silent updates on Windows
    • [AT RISK] Account Manager – Partial work, restaffing to get this one done.
    • [AT RISK] TabCandy – Reviews done on standalone pieces like iQ. Reviews pending on patches that touch browser code.
    • [AT RISK] Inspector
    • [AT RISK] Web Console
    • [AT RISK] Integrated Sync – Landed, activation caused leaks, Sync team (mconnor, ragavan) owns this.
  • [NEW] Dirty profile startup within 20% of clean profile startup (modulo extensions, plugins; on windows)

Platform

(there is a team-by-team goals breakdown, as well)

  • [ON TRACK] Javascript performance near or even with Chrome 5 on their benchmarks (within 20% on SS, 30% on V8), with substantial wins on our benchmarks. (Windows, in-browser.)
  • [ON TRACK] Hardware acceleration of video and other HTML and SVG content, as well as user interface, on by default for compatible hardware on all Tier-1 desktop and mobile platforms.
  • [ON TRACK] Fully support the WebGL 1.0 spec, with support turned on by default in a Firefox 4 beta on platforms that support OpenGL or OpenGL ES.
  • [ON TRACK] security: zero reproducible high/crit > 30 days
  • [ON TRACK] Support multi-process Fennec.
  • [ON TRACK] Support Jetpacks running in separate processes and never blocking the Fennec UI.

Layout

  • bzbarsky has implemented JS animation API that can keep in sync with transitions/SMIL etc
    • Very simple, should land shortly
  • bug 130078 making progress, many parts landed
  • We’re not testing retained layers very well on tinderbox machines: screen sizes mean our windows are too small to display entire reftest, so reftests don’t grab data from the retained layers

Video

  • Landed ‘buffered’ support for Ogg/WAV
    • Patch in hand for basic WebM ‘buffered’ support, will follow up with optimizations
  • Will set up a test machine to compare Flash with our video under controlled conditions

JS

Windows 7 Test Status

Tree Management

  • Tinderbox woes
    • Read Ben’s blog for current status and plans to make things better.
    • Rebalancing pool size – moving some machines from production to try
    • 10.6 builder upgrades in progress – should be unblocking buildsymbols today/tmrw

Roundtable

  • <sayrer> Meeting starts at 11:00 PT. Be here on time.
  • <beltzner> New milestone code freeze process
    • For Beta 3 we tried to land Firefox Sync. We failed to check assumptions about previous performance and unit testing, which left us in a bad state on Monday and eventually slipped the code freeze. Lots of things learned about tryserver (which can and should be used to pre-evaluate large landings!) and the implications of committing early to a feature in a specific beta in the ensuing investigation.
    • TraceMonkey merge caused some functional regressions that required respins and delayed beta ship – hard to see due to intermittent test failures and number of landings
    • We need to have a solid tree the weekend before a planned code freeze, with any major landings having been tested for performance and functionality before Friday and landing by Friday end of day. Anyone who lands after Friday *must* stay around to ensure there are no performance or test regressions in their code.
    • Suggested new process
      • Code stabilization on Friday, end of day PT
      • No new strings between stabilization and freeze
      • Only bugfixes between stabilization and freeze
      • Everyone must monitor full tests after checkin between stabilization and freeze
      • Freeze Monday midday PT following code stabilization
    • this process was generally agreed-upon at the meeting
  • <blizzard> UA changes – get them done now
    • dwitte to file a blocking bug and drive the process through bug 586165
  • <bsmedberg> wants to discuss the following blocker nominations
    • resource packages bug 529208: no cross-browser spec, concern about whether it will actually improve perf, questions about whether it will be deployed with a moz Prefix or not, and little or no reviewer time to actually take it
      • performance improvements in plone show up to 25% page load improvement (jonas)
      • feels like we should be making a push to take this one, and it would be a bummer if we couldn’t get it (sayrer)
      • no decisions made about how to resource it
    • desktop omnijar bug 556644: the current plan involves repacking locale files, which is going to require lots of testing and regressions may show up late. I’m very concerned and if it is a blocker we need better ways to mitigate risk.
      • very valuable win on startup time (shaver)
      • felt that this needs to be a blocker, people need to file blockers on the follow-up issues
  • <beltzner> Using Tryserver
    • investigation from Sync showed that Tryserver successfully predicted test failures and may have predicted Talos regressions – it’s just that nobody looked
    • tryserver now faster (though wait time on Windows can still be high)
    • uses same test infrastructure as mozilla-central
    • releng very interested to hear why developers aren’t using it, how they can help
    • joduinn to schedule follow up meeting
    • in the meantime, you can always leave a suggestion about what could make it easier for you to use the infrastructure
  • <stuart> Getting Reviews
    • It is taking an awful long time to get initial reviews for many blocking fennec bugs. Are people not looking at them, or using bad queries?

9-August-2010

Mozilla Project Meeting Minutes: 2010-08-09

Filed under: Posts — Tags: — Jesper Kristensen @ 11:00 pm

WeeklyUpdates/2010-08-09

From MozillaWiki

« previous week | index | next week »

Video for today’s meeting

<video controls=”controls”><source src=”http://videos.mozilla.org/serv/air_mozilla/monday_meetings/status-2010-08-09.ogg” type=”video/ogg; codecs=”theora, vorbis””/></video>

Friends of the Tree

Upcoming Events

This Week

Monday, 9 August

Tuesday, 10 August

Wednesday, 11 August

Thursday, 12 August

Friday, 13 August

Next Week

Product Status Updates

Firefox 4

Beta 3

  • Sync landing was flawed, lots of things learned from that and recommendations will be shared tomorrow. Thanks to build team for investigating. Net is: should have used tryserver more
  • three respins were required, many thanks to QA for helping us find the regressions and protect our beta audience from problems!
  • we expect to be able to release beta 3 early this week
    • performance improvements
    • Windows 7 touch event API
    • hundreds of bugfixes, improvements and other changes

Beta 4

  • code freeze scheduled for next Monday, would like all major landings in by this Friday
  • hoping to include Firefox Sync in this milestone
  • be at tomorrow’s development meeting for more information

Firefox 3.6

Firefox 3.6.9

  • Code freeze is this Thursday @ 11:59 pm PST
    • We are not converging as quickly as we need
    • If you are assigned a bug in this list, please fix/land it ASAP.
  • 3.6.4/3.6.6 post-mortem will be this week, though it will no longer be on Tuesday (so that it doesn’t interfere with critsmash). The date will be sent out today for review.

Mobile Firefox

Alpha 1

  • Code freeze schedule for tomorrow. Need to get patches reviewed and landed. blockers

Thunderbird

Older Branch Work

Firefox 3.5.12

  • Code freeze is this Thursday @ 11:59 pm PST
    • We are not converging as quickly as we need
    • If you are assigned a bug in this list, please fix/land it ASAP.

Speakers

The limit is 3 minutes per speaker. It’s like a lightning talk, but don’t feel that you have to have slides in order to make a presentation.

Title

Presenter

Topic

Media

More Details
Your Title Here

Your Name Here

What are you going to talk about?

Links to slides or images you want displayed on screen

Link to where audience can find out more information

Status Updates By Team

Firefox

Platform

Messaging

Mobile

IT

Last Week

This Week

  • Amsterdam datacenter move: on track for Thursday
  • Planning on doing kernel upgrades tomorrow

Release Engineering

QA

QA Org Highlights
  • Desktop Firefox
    • started testing FF4 Beta3 on Friday. Finishing up this week.
  • Web QA
  • QA Services
    • Community
      • Marcia attended BlogHer conference in NYC.

Automation & Tools

Security

Engagement

PR

Events

  • Open Video Conference 2010 – October 1-2, 2010; New York, NY  – Looking over sponsorship opportunities.
  • Maker Faire Africa – August 27-28, 2010; Nairobi, Kenya – Looking into sponsorship opportunties.
  • Renegade Craft Fair Chicago 2010 – September 11-12, 2010 – We will have a booth and be doing some innovative activities.  Check out the wiki for more details Looking into sponsorship opportunities.

Community Marketing

  • Community Marketing Call: Next call is Wednesday August 11th at 10 a.m. PST/17:00 UTC. Please send agenda items to sarah at mozilla dot com.

Support

Metrics

Evangelism

Labs

Developer Tools

Add-ons

Webdev

L10n

Introducing New Hires

  • Desigan Chinniah (Dees) – Mozilla Labs Firestarter (Community Manager)

Foundation Updates

Roundtable

« Newer PostsOlder Posts »

Powered by WordPress