Jetpack/Weekly Meeting/2013-01-22: Difference between revisions
Canuckistani (talk | contribs) (→Agenda) |
|||
| (10 intermediate revisions by 3 users not shown) | |||
| Line 12: | Line 12: | ||
* SDK | * SDK | ||
** Blockers? | ** Blockers? | ||
** 1.13 needs to be finished ASAP. | |||
* Roundtable | * Roundtable | ||
** Jordan! | |||
** [https://bugzilla.mozilla.org/show_bug.cgi?id=829651 bug 829651] got resolved with a user contributed patch in record time. Can someone also look at [https://bugzilla.mozilla.org/show_bug.cgi?id=643156 bug 643156]? | ** [https://bugzilla.mozilla.org/show_bug.cgi?id=829651 bug 829651] got resolved with a user contributed patch in record time. Can someone also look at [https://bugzilla.mozilla.org/show_bug.cgi?id=643156 bug 643156]? | ||
** Looks like | ** Looks like [https://github.com/mozilla/addon-sdk/wiki/Community-developed-modules Community modules] wiki page can be cleaned up. Regroup related modules, remove our own deprecated, remove broken modules. | ||
=Awesomeness Schedule= | |||
{| | |||
| Date || Awesome Person | |||
|- | |||
| 01/09 || <del>2013 Roadmap - Jeff</del> | |||
|- | |||
| 01/15 || <del>Irakli - invoke - coming soon</del> | |||
|- | |||
| 01/22 || Irakli: invoke | |||
|- | |||
| 01/29 || Erik - PWPB | |||
|- | |||
| 01/29 || Eddy - Harmony modules? | |||
|- | |||
| 01/29 || Alex - Implementing Web Apis in the SDK | |||
|- | |||
|} | |||
= Bugs = | = Bugs = | ||
| Line 36: | Line 57: | ||
= Attendees = | = Attendees = | ||
* Matteo | |||
* Irakli | |||
* Erik | |||
* Gabor | |||
* Jeff | |||
* Wes | |||
* Will | |||
* Alex | |||
* Dave C | |||
= Minutes = | = Minutes = | ||
=== | == High Priority Work == | ||
=== [https://wiki.mozilla.org/Jetpack/SDK_Apis_In_Firefox_21 Landing APIs in Firefox] === | |||
Irakli & Erik are working on getting cfx ready, and enabling the loader to load modules from Firefox or from disk. | |||
=== cfx-js === | |||
No progress. Perhaps this should not be high-priority? Re-triage it. | |||
=== [https://etherpad.mozilla.org/jetpack-private-browsing Private Browsing] === | |||
Erik is depressed, but has a pull request ready for Irakli to review. In it, add-on developers can add a flag into package.json saying they want their add-ons to work in private windows. If the flag is not set, the SDK will hide private windows from the add-on. Hiding private windows will need updates to various SDK modules. We are aiming at 1.14 to land this. | |||
=== [https://jetpack.etherpad.mozilla.org/indexeddb Indexed-DB] === | |||
Gregg has a pull request: https://github.com/mozilla/addon-sdk/pull/719. Alex will review it. | |||
=== [https://jetpack.etherpad.mozilla.org/cross-origin-content-script Cross-domain content scripts] === | |||
Gabor is making progress on fixing the platform bugs that prevent this working in the SDK. Can it land in Firefox 21 or 22? Not sure, it's a big patch and he has had no review yet. Will we be able to uplift the patch to an earlier Firefox? It is unlikely, given the size of the patch. | |||
=== [https://bugzilla.mozilla.org/show_bug.cgi?id=731074 console.log not working in panel content scripts] === | |||
Matteo has a fix ready for review. | |||
=== [https://bugzilla.mozilla.org/show_bug.cgi?id=732294 Panel positioning] === | |||
Have been discussing the API on the list. Only Matteo and Mossop are talking, so others can jump in if they have an opinion. Otherwise let's try to wrap up discussion in the next day or two and write a JEP detailing what we will do. | |||
== SDK == | |||
RC3 today. Anything to include? | |||
* Erik: [https://bugzilla.mozilla.org/show_bug.cgi?id=804935 bug 804935] | |||
* Mossop: [https://bugzilla.mozilla.org/show_bug.cgi?id=831643 bug 831643], which needs review. Irakli will review it today. | |||
== | == Roundtable == | ||
= | * Jordan's accepted a job offer! Will join in March | ||
* Work week is tentatively scheduled for the week starting March 11 | |||
* Drive-by patch for [https://bugzilla.mozilla.org/show_bug.cgi?id=643156 bug 643156], does anyone want to help it land? Someone said yes. | |||
* Looks like [https://github.com/mozilla/addon-sdk/wiki/Community-developed-modules Community modules] wiki page can be cleaned up. Regroup related modules, remove our own deprecated, remove broken modules. | |||
Latest revision as of 23:12, 22 January 2013
Agenda
- High Priority Work ( from triage )
- Landing APIs in Firefox
- Cfx.js in add-on builder helper
- Private Browsing
- Indexed-DB
- Cross-domain content scripts
- console.log not working in panel content scripts
- Panel positioning
- SDK
- Blockers?
- 1.13 needs to be finished ASAP.
- Roundtable
- Jordan!
- bug 829651 got resolved with a user contributed patch in record time. Can someone also look at bug 643156?
- Looks like Community modules wiki page can be cleaned up. Regroup related modules, remove our own deprecated, remove broken modules.
Awesomeness Schedule
| Date | Awesome Person |
| 01/09 | |
| 01/15 | |
| 01/22 | Irakli: invoke |
| 01/29 | Erik - PWPB |
| 01/29 | Eddy - Harmony modules? |
| 01/29 | Alex - Implementing Web Apis in the SDK |
Bugs
Triage Followups
Bugzilla query error
Array ( [type] => error [message] => http-bad-status [params] => Array ( [0] => 429 [1] => Unknown Error ) ) 1
Open Bugs
Bugzilla query error
Array ( [type] => error [message] => http-bad-status [params] => Array ( [0] => 429 [1] => Unknown Error ) ) 1
Attendees
- Matteo
- Irakli
- Erik
- Gabor
- Jeff
- Wes
- Will
- Alex
- Dave C
Minutes
High Priority Work
Landing APIs in Firefox
Irakli & Erik are working on getting cfx ready, and enabling the loader to load modules from Firefox or from disk.
cfx-js
No progress. Perhaps this should not be high-priority? Re-triage it.
Private Browsing
Erik is depressed, but has a pull request ready for Irakli to review. In it, add-on developers can add a flag into package.json saying they want their add-ons to work in private windows. If the flag is not set, the SDK will hide private windows from the add-on. Hiding private windows will need updates to various SDK modules. We are aiming at 1.14 to land this.
Indexed-DB
Gregg has a pull request: https://github.com/mozilla/addon-sdk/pull/719. Alex will review it.
Cross-domain content scripts
Gabor is making progress on fixing the platform bugs that prevent this working in the SDK. Can it land in Firefox 21 or 22? Not sure, it's a big patch and he has had no review yet. Will we be able to uplift the patch to an earlier Firefox? It is unlikely, given the size of the patch.
console.log not working in panel content scripts
Matteo has a fix ready for review.
Panel positioning
Have been discussing the API on the list. Only Matteo and Mossop are talking, so others can jump in if they have an opinion. Otherwise let's try to wrap up discussion in the next day or two and write a JEP detailing what we will do.
SDK
RC3 today. Anything to include?
- Erik: bug 804935
- Mossop: bug 831643, which needs review. Irakli will review it today.
Roundtable
- Jordan's accepted a job offer! Will join in March
- Work week is tentatively scheduled for the week starting March 11
- Drive-by patch for bug 643156, does anyone want to help it land? Someone said yes.
- Looks like Community modules wiki page can be cleaned up. Regroup related modules, remove our own deprecated, remove broken modules.