Jetpack/Weekly Meeting/2012-5-1: Difference between revisions
< Jetpack | Weekly Meeting
Jump to navigation
Jump to search
(→Agenda) |
Canuckistani (talk | contribs) |
||
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
= Agenda = | = Agenda = | ||
On Twitter Monday: '''@marioscheliga "@mozpub I'm so happy about the work of the addon-sdk guys - it's just awesome. go on, you guys did a great job @mozilla"''' | On Twitter Monday: '''@marioscheliga "@mozpub I'm so happy about the work of the addon-sdk guys - it's just awesome. go on, you guys did a great job @mozilla"''' | ||
* Flightdeck | * Flightdeck | ||
* SDK | * SDK | ||
** Install.rdf updating got missed for 1.6.x, we need to clarify the release process so this doesn't happen in the future. This was originally [http://stackoverflow.com/questions/10356030/how-to-make-crx-xpi-generate-a-firefox-12-0-compatible-xpi reported on SO]. | |||
** also consider having the main release person ( Wes? ) handle updating the amo-validator? | |||
* Roundtable | * Roundtable | ||
** https://bugzilla.mozilla.org/show_bug.cgi?id=695480 "fixed the leak" in Firefox | |||
*** https://bugzilla.mozilla.org/show_bug.cgi?id=749526 is us trying to touch objects that would be leaked if not for 695480. 83 times. | |||
*** https://bugzilla.mozilla.org/show_bug.cgi?id=749749 is a test broken by us trying to touch formerly leaked objects. | |||
*** https://bugzilla.mozilla.org/show_bug.cgi?id=741390 is now also broken by us trying to touch formerly leaked objects. | |||
*** These need to be figured out pretty soon, we might need to repack a lot of addons because of the broken stuff. | |||
** Lukas Blakk needs a volunteer to help show/teach Jetpack at a browser extension workshop for women on Sat. June 8th at the SF office. Followup w/ lsblakk | |||
** [https://github.com/Gozala/scratch-kit/ Scratch-kit] | |||
** [https://github.com/mozilla/addon-sdk/wiki/Spring-cleaning-2012 Spring cleaning] | |||
= Bugs = | = Bugs = | ||
Line 37: | Line 46: | ||
= Attendees = | = Attendees = | ||
* David Mason | |||
* David Townsend | |||
* Jeff Hammel | |||
* Jeff Griffiths | |||
* Wes | |||
* Gozala | |||
* Alex | |||
* Dietrich | |||
* Will | |||
= Minutes = | = Minutes = | ||
=== SDK === | |||
* install.rdf maxVersion was wrong | |||
** need to update release process to be more specific about this | |||
** Wes will take on amo-validator update | |||
=== Roundtable === | |||
* khuey's awesome patch - fixes leak! | |||
** causes error spam in the console, broke 2 tests, many failures running tests | |||
** alex will take it, is wondering if the fix can be toned down to warning? | |||
* scratch-kit: scratchpad support for jetpack libraries! | |||
* Spring cleaning wiki page | |||
** breaking changes to SDK | |||
** will discuss further - deprecation and developer outreach needs to be planned | |||
* Fx Team work week | |||
** various talks given, Mossop to find and fwd videos, Jeff to write up blog post | |||
* Alex: | |||
** html localization landed last week! | |||
** more work on memory leaks, document leaks and also simple JS leaks | |||
** landed a patch to make it easier in the future to port cfx to JS |
Latest revision as of 19:20, 1 May 2012
Agenda
On Twitter Monday: @marioscheliga "@mozpub I'm so happy about the work of the addon-sdk guys - it's just awesome. go on, you guys did a great job @mozilla"
- Flightdeck
- SDK
- Install.rdf updating got missed for 1.6.x, we need to clarify the release process so this doesn't happen in the future. This was originally reported on SO.
- also consider having the main release person ( Wes? ) handle updating the amo-validator?
- Roundtable
- https://bugzilla.mozilla.org/show_bug.cgi?id=695480 "fixed the leak" in Firefox
- https://bugzilla.mozilla.org/show_bug.cgi?id=749526 is us trying to touch objects that would be leaked if not for 695480. 83 times.
- https://bugzilla.mozilla.org/show_bug.cgi?id=749749 is a test broken by us trying to touch formerly leaked objects.
- https://bugzilla.mozilla.org/show_bug.cgi?id=741390 is now also broken by us trying to touch formerly leaked objects.
- These need to be figured out pretty soon, we might need to repack a lot of addons because of the broken stuff.
- Lukas Blakk needs a volunteer to help show/teach Jetpack at a browser extension workshop for women on Sat. June 8th at the SF office. Followup w/ lsblakk
- Scratch-kit
- Spring cleaning
- https://bugzilla.mozilla.org/show_bug.cgi?id=695480 "fixed the leak" in Firefox
Bugs
Release Blockers (1.7)
No results.
0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);
Triage Followups
No results.
0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);
Open Bugs
Bugzilla query error
Invalid type (count) and display (table) combination1
Attendees
- David Mason
- David Townsend
- Jeff Hammel
- Jeff Griffiths
- Wes
- Gozala
- Alex
- Dietrich
- Will
Minutes
SDK
- install.rdf maxVersion was wrong
- need to update release process to be more specific about this
- Wes will take on amo-validator update
Roundtable
- khuey's awesome patch - fixes leak!
- causes error spam in the console, broke 2 tests, many failures running tests
- alex will take it, is wondering if the fix can be toned down to warning?
- scratch-kit: scratchpad support for jetpack libraries!
- Spring cleaning wiki page
- breaking changes to SDK
- will discuss further - deprecation and developer outreach needs to be planned
- Fx Team work week
- various talks given, Mossop to find and fwd videos, Jeff to write up blog post
- Alex:
- html localization landed last week!
- more work on memory leaks, document leaks and also simple JS leaks
- landed a patch to make it easier in the future to port cfx to JS