Firefox/Planning/2012-10-10: Difference between revisions
Jump to navigation
Jump to search
« previous week | index | next week »
Canuckistani (talk | contribs) |
Canuckistani (talk | contribs) |
||
| Line 56: | Line 56: | ||
[Landing plan for Firefox https://github.com/mozilla/addon-sdk/wiki/JEP-SDK-in-Firefox] | [Landing plan for Firefox https://github.com/mozilla/addon-sdk/wiki/JEP-SDK-in-Firefox] | ||
The core goals is to preserve current development ergonomics and maybe share those with other teams | The core goals is to preserve current development ergonomics and maybe share those with other teams:: | ||
* | * The canonical SDK repository remains on github. | ||
* Code can be contributed via pull requests or patches in bugzilla. | * Code can be contributed via pull requests or patches in bugzilla. | ||
* Changes to SDK modules should not require Firefox builds.
| * Changes to SDK modules should not require Firefox builds.
| ||
Revision as of 04:35, 10 October 2012
Planning Meeting Details
- Wednesdays - 11:00am PDT, 18:00 UTC
- Mountain View Offices: Warp Core Conference Room
- Toronto Offices: Finch Conference Room
- irc.mozilla.org #planning for backchannel
- (the developer meeting takes place on Tuesdays)
Video/Teleconference Details - NEW
- 650-903-0800 or 650-215-1282 x92 Conf# 99696 (US/INTL)
- 1-800-707-2533 (pin 369) Conf# 99696 (US)
- Vidyo Room: ProductCoordination
- Vidyo Guest URL
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.
Actions from Last Week
Schedule & Progress on Upcoming Releases
Basecamp
Firefox Desktop
Release (15, 10esr)
Beta (16)
Aurora (17)
Nightly (18)
Firefox Mobile
Release (15)
Beta (16)
Aurora (17)
Nightly (18)
Services
Firefox Sync
Apps In the Cloud Server
Add-on SDK
Release (1.10 -> Firefox 16, 17)
Stabilization (1.11 -> Firefox 17, 18)
Development (1.12 -> Firefox 18, 19)
[Landing plan for Firefox https://github.com/mozilla/addon-sdk/wiki/JEP-SDK-in-Firefox]
The core goals is to preserve current development ergonomics and maybe share those with other teams::
- The canonical SDK repository remains on github.
- Code can be contributed via pull requests or patches in bugzilla.
- Changes to SDK modules should not require Firefox builds.
- Weekly drops from the current github integration branch will be dropped into an HG branch, validated, then merged into m-c
- SDK test suite will be integrated into the Mozlla test suite and run on each commit