Confirmed users
396
edits
(→Agenda) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
** HTML5 datalist doesn't work in panel: [https://builder.addons.mozilla.org/addon/1054223/latest/] | ** HTML5 datalist doesn't work in panel: [https://builder.addons.mozilla.org/addon/1054223/latest/] | ||
** More jetpack statistics: [http://pastebin.mozilla.org/1650916 Nummber of occurance of "require(foo)" in all jetpack addons source code] | ** More jetpack statistics: [http://pastebin.mozilla.org/1650916 Nummber of occurance of "require(foo)" in all jetpack addons source code] | ||
** [https://github.com/mozilla/addon-sdk/wiki/Coding-style-guide Coding style guide] | |||
** [https://github.com/mozilla/addon-sdk/wiki/JEP-Content-scripts JEP Content-scripts] | |||
** [https://github.com/mozilla/addon-sdk/wiki/JEP-Disposable JEP Disposable] | |||
** [https://github.com/mozilla/addon-sdk/wiki/JEP-Collections JEP Collections] | |||
= Bugs = | = Bugs = | ||
Line 30: | Line 34: | ||
= Attendees = | = Attendees = | ||
* Gabor | |||
* David Mason | |||
* Jorge | |||
* Jeff | |||
* Matteo | |||
* Wes | |||
* Eddy | |||
* Alex | |||
* Irakli | |||
* Mitchell ( by phone ) | |||
= Minutes = | = Minutes = | ||
=== Flight Deck === | |||
* no dbuc, no update | |||
=== SDK === | |||
* no updates | |||
=== Roundtable === | |||
* Jeff has accepted PM positon. Yay! | |||
** evangelism position question? | |||
* Yahoo Axis: | |||
** is a Jetpack on Firefox | |||
** some privacy concerns about user data | |||
** not a great case study | |||
* Tabs Group Api question? P3 on the features page | |||
** tabs group is a lower priority in Firefox | |||
** usage numbers are low for the browser feature | |||
** taubert wrote a patch for internal support? need to follow up with Tim: https://bugzilla.mozilla.org/show_bug.cgi?id=697959 | |||
* datalist not working | |||
** Gozala: there is an existing bug | |||
** Jeff will find the bug and update it | |||
** https://bugzilla.mozilla.org/show_bug.cgi?id=744884 | |||
* Stats: Alex created some stats on which modules are used in addons: http://pastebin.mozilla.org/1650916 | |||
* coding style guide: https://github.com/mozilla/addon-sdk/wiki/Coding-style-guide | |||
** any suggestions would be great | |||
** useful to point new developers to | |||
* JEP Proposals | |||
** Content Scripts: https://github.com/mozilla/addon-sdk/wiki/JEP-Content-scripts | |||
** Disposable: https://github.com/mozilla/addon-sdk/wiki/JEP-Disposable | |||
** Collections: https://github.com/mozilla/addon-sdk/wiki/JEP-Collections | |||
** please add comments to the etherpad oages linked from each JEP |