Jetpack/Weekly Meeting/2012-1-3: Difference between revisions
< Jetpack | Weekly Meeting
Jump to navigation
Jump to search
(→Agenda) |
Canuckistani (talk | contribs) No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
** Add-on Builder Helper refactor - status, tracking, goals - [https://bugzilla.mozilla.org/show_bug.cgi?id=714815 Bugzilla ticket] | ** Add-on Builder Helper refactor - status, tracking, goals - [https://bugzilla.mozilla.org/show_bug.cgi?id=714815 Bugzilla ticket] | ||
** Work Week - book travel, add your itinerary to the [https://intranet.mozilla.org/Jetpack/WorkWeeks/February_2012 wiki]! | ** Work Week - book travel, add your itinerary to the [https://intranet.mozilla.org/Jetpack/WorkWeeks/February_2012 wiki]! | ||
** Something someone I know made. Looks neat: https://github.com/AndrewLorente/pullme | |||
= Attendees = | = Attendees = | ||
* Matteo | |||
* Eddy | |||
* Jeff | |||
* Myk | |||
* Brian | |||
* Dave Townsend ( Mossop ) | |||
* Dave Mason | |||
* Alex | |||
* Jorge | |||
* Gabor | |||
* Will | |||
* Daniel | |||
= Minutes = | = Minutes = | ||
=== Q4 re-cap === | |||
* mobile page-mod, done, no problems in tests | |||
** blog post? Jeff Yes | |||
** action item: check in on blog post progress | |||
** device-log work? not landed | |||
* simple localization: done | |||
* html localization proposal, 'medium rare' | |||
** got some feedback, need more? | |||
** also, from Axel, will get back to us | |||
** implementation? | |||
*** depends on how we feel about l20n | |||
*** need conversation with Axel, Gandalf | |||
* indexDB: | |||
** all reviews, nearly landed | |||
** 1 failing test | |||
* unpacked xpis: landed | |||
* addonTab: Irakli is in Vacation until next week | |||
Perf testing | |||
* talos testing on SDK tree | |||
* speaking to automation team, will have time to work on this in Q1 | |||
* wiki page: https://wiki.mozilla.org/Auto-tools/Projects/JetPerf | |||
=== Bug 714110 === | |||
* JSON serialization broken in Fx 10 | |||
* new proxy type explicitly prevents type checking if arrays | |||
* deliberate change in behaviour | |||
** need to pass only strings between compartments | |||
* probably will not be fixed in Firefox | |||
* Eddy will mark wontfix, will open blocker SDK bug | |||
=== Flightdeck === | |||
* 1.0 launch | |||
* search is good | |||
* super user is working | |||
* add-on builder helper re-write: | |||
** 2 more concerns: | |||
*** support multiple add-on case | |||
*** bug: unload is never fired as SDK expects it | |||
** tracking bug: https://bugzilla.mozilla.org/show_bug.cgi?id=714815 | |||
** Alex: api needs to be asynchronous | |||
** Dan: set up meeting to work with the Flightdeck team | |||
* starting to think about 2012 plans | |||
=== Pullme === | |||
* useful command-line script for making pull requests with git: | |||
** https://github.com/AndrewLorente/pullme | |||
=== Hidden window === | |||
* etherpad: https://etherpad.mozilla.org/PKnhLh9qO7 | |||
* using xul windows? | |||
** problem automatically closing them | |||
** hidden window is closed at very specific time, to support OS X menu | |||
* setting display:none could prevent underlying OS window? | |||
* re-use a single hidden window | |||
** limit access to window, only give add-on limited api |
Latest revision as of 18:50, 3 January 2012
Agenda
- Flightdeck
- SDK
- SDK Q4 Goals Recap
- Performance testing
- Platform bug 714110 "SDK passes arrays into content scripts as objects"
- Roundtable
- Add-on Builder Helper refactor - status, tracking, goals - Bugzilla ticket
- Work Week - book travel, add your itinerary to the wiki!
- Something someone I know made. Looks neat: https://github.com/AndrewLorente/pullme
Attendees
- Matteo
- Eddy
- Jeff
- Myk
- Brian
- Dave Townsend ( Mossop )
- Dave Mason
- Alex
- Jorge
- Gabor
- Will
- Daniel
Minutes
Q4 re-cap
- mobile page-mod, done, no problems in tests
- blog post? Jeff Yes
- action item: check in on blog post progress
- device-log work? not landed
- simple localization: done
- html localization proposal, 'medium rare'
- got some feedback, need more?
- also, from Axel, will get back to us
- implementation?
- depends on how we feel about l20n
- need conversation with Axel, Gandalf
- indexDB:
- all reviews, nearly landed
- 1 failing test
- unpacked xpis: landed
- addonTab: Irakli is in Vacation until next week
Perf testing
- talos testing on SDK tree
- speaking to automation team, will have time to work on this in Q1
- wiki page: https://wiki.mozilla.org/Auto-tools/Projects/JetPerf
Bug 714110
- JSON serialization broken in Fx 10
- new proxy type explicitly prevents type checking if arrays
- deliberate change in behaviour
- need to pass only strings between compartments
- probably will not be fixed in Firefox
- Eddy will mark wontfix, will open blocker SDK bug
Flightdeck
- 1.0 launch
- search is good
- super user is working
- add-on builder helper re-write:
- 2 more concerns:
- support multiple add-on case
- bug: unload is never fired as SDK expects it
- tracking bug: https://bugzilla.mozilla.org/show_bug.cgi?id=714815
- Alex: api needs to be asynchronous
- Dan: set up meeting to work with the Flightdeck team
- 2 more concerns:
- starting to think about 2012 plans
Pullme
- useful command-line script for making pull requests with git:
Hidden window
- etherpad: https://etherpad.mozilla.org/PKnhLh9qO7
- using xul windows?
- problem automatically closing them
- hidden window is closed at very specific time, to support OS X menu
- setting display:none could prevent underlying OS window?
- re-use a single hidden window
- limit access to window, only give add-on limited api