Jetpack/Weekly Meeting/2014-07-29: Difference between revisions
< Jetpack | Weekly Meeting
Jump to navigation
Jump to search
(→Agenda: jpm update) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 25: | Line 25: | ||
** out this week | ** out this week | ||
* Roundtable | * Roundtable | ||
** Reducing Fennec footprint (rnewman) | ** Reducing Fennec footprint (rnewman): {{bug|942609}} | ||
*** | *** Meta bug that's relevant to you folks: {{bug|1044079}} | ||
**** looked into this, tl;dr: remove just httpd.js from both | **** {{bug|1044197}}: don't ship test files | ||
*** | ***** looked into this, tl;dr: remove just httpd.js from both desktop and android --z | ||
*** {{bug|1044199}}: don't ship volcan | |||
*** {{bug|1039902}}: minify everything | |||
= Bugs = | = Bugs = | ||
Line 67: | Line 69: | ||
= Attendees = | = Attendees = | ||
* Jeff | |||
* Matteo | |||
* Erik | |||
* Irakli | |||
* Connor | |||
* rnewman | |||
* Jordan | |||
= Minutes = | |||
* Native Addon Support -- 2 remaining things to get it working with jpm on fennec, erik needs info from irakli | |||
* JPM - updates listed | |||
** Matteo - How do we deal with ./data directory in jpm? opening up a bug to discuss further, maybe an issue with self, data in dependency add ons.. not a blocker for JPM though | |||
* Jeff was able to use the devtools SDK with a gulp extension without issues | |||
* Irakli working with Luca for DTSDK director | |||
* Connor working on implementation/tests for DTSDK printers | |||
* Matteo blocked by platform for button badges | |||
* Mossop not here to talk about Mochitestification | |||
* Happy Birthday Zombie! | |||
* "Fat Fennec" -- reducing the size of the APK, people are stuck on FF18 because they don't have enough space to download a newer version, try to reduce size of SDK, like test runner modules, DTSDK modules (volcan, etc) | |||
** Concerns of breaking things since we don't have test infrastructure (Matteo) | |||
** Switch unsupported modules with stubs, already kinda done in the case of Toolbar | |||
** Actionable steps: Knock out those bugs |
Latest revision as of 17:41, 29 July 2014
Agenda
- High Priority Work
- Bug 1037975: loading sdk/addon/window from sdk/addon/runner causes an error and add-ons to fail to load. Trying to figure out a solution that doesn't make the session stores rely on sdk code. See bug 1042239 for more information.
- Bug 1037235: toolkit/loader doesn't check module compatibility. Landing my patch for this broke devtools xpcshell tests, so I need to fix this.
- Bug 1038381: Replace usage of @test/options with sdk/test/options. Is done, so `jpm test` test options like `--stop-on-error` or `--tbpl` and these will work, after the next uplift.
- Issue 124 More `xpi` filters were added.
- Updated to v0.0.10
- SDK
- Blockers?
- e10s updates (zombie)
- bug 1044607 remove `hasListenerFor` method from content worker
- out this week
- Roundtable
- Reducing Fennec footprint (rnewman): bug 942609
- Meta bug that's relevant to you folks: bug 1044079
- bug 1044197: don't ship test files
- looked into this, tl;dr: remove just httpd.js from both desktop and android --z
- bug 1044197: don't ship test files
- bug 1044199: don't ship volcan
- bug 1039902: minify everything
- Meta bug that's relevant to you folks: bug 1044079
- Reducing Fennec footprint (rnewman): bug 942609
Bugs
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
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
- Jeff
- Matteo
- Erik
- Irakli
- Connor
- rnewman
- Jordan
Minutes
- Native Addon Support -- 2 remaining things to get it working with jpm on fennec, erik needs info from irakli
- JPM - updates listed
- Matteo - How do we deal with ./data directory in jpm? opening up a bug to discuss further, maybe an issue with self, data in dependency add ons.. not a blocker for JPM though
- Jeff was able to use the devtools SDK with a gulp extension without issues
- Irakli working with Luca for DTSDK director
- Connor working on implementation/tests for DTSDK printers
- Matteo blocked by platform for button badges
- Mossop not here to talk about Mochitestification
- Happy Birthday Zombie!
- "Fat Fennec" -- reducing the size of the APK, people are stuck on FF18 because they don't have enough space to download a newer version, try to reduce size of SDK, like test runner modules, DTSDK modules (volcan, etc)
- Concerns of breaking things since we don't have test infrastructure (Matteo)
- Switch unsupported modules with stubs, already kinda done in the case of Toolbar
- Actionable steps: Knock out those bugs