Jetpack/Weekly Meeting/2012-12-11: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "__FORCETOC__ = Agenda = * Builder ** 1.12 is having trouble getting added to Builder, will probably be delayed in updating to today's 1.12 release. * SDK ** Oh hey, 1.12 is rele...")
 
No edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 6: Line 6:
* SDK
* SDK
** Oh hey, 1.12 is releasing today!
** Oh hey, 1.12 is releasing today!
** Larch twig is ours, we can start work on landing in Firefox!
* Roundtable
* Roundtable
** Larch twig is ours, we can start work on landing in Firefox! What are the next steps? Who owns them?
** new meeting item: Major Bug Status. We should review P1 bugs, pick those that are more important, discuss progress at each meeting. [https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced;priority=P1;bug_status=UNCONFIRMED;bug_status=NEW;bug_status=ASSIGNED;bug_status=REOPENED;product=Add-on%20SDK;list_id=5186449 P1 bugs are here]
** https://bugzilla.mozilla.org/show_bug.cgi?id=820213


= Bugs =
= Bugs =
Line 27: Line 29:
}
}
</bugzilla>
</bugzilla>
= Attendees =


= Attendees =
* Irakli
* DCamp
* Eddy
* Gabor
* Alex
* Will
* Wes
* Jeff
* Mossop


= Minutes =
= Minutes =


=== Builder ===
== Builder ==
Piotr is 70% done on making the Builder work with 1.12. He expects to be done by tomorrow. The next thing is to understand how to make Builder work when the APIs are in Firefox.
 
== SDK ==
* release 1.12 today: docs push, and release notes
* community contributor [https://github.com/taku0 taku0] submitted a pull request to add missing features to the simple-prefs module, which will be included in 1.12
* we should add accepted PRs to out weekly agenda, so we know about them. Can we do this automatically, by adding a query to the wiki?
 
== Roundtable ==
 
=== Landing in Firefox ===
We have a test branch of mozilla-central, '''larch''', which we will use to test out landing the SDK APIs in Firefox. See the [https://bugzilla.mozilla.org/show_bug.cgi?id=809581 tracking bug]. For next week, Mossop and Wes will make a plan for how we will use it.
 
=== Changes in weekly meetings ===
* make a list of most critical P1 bugs in the next triage meeting, and add them to the weekly team meeting agenda so they get some visibility.
* add an agenda item: is anyone blocked? Mostly we rely on people to bring this up.
* people to discuss the stuff we are working on in the weekly meeting


=== SDK ===
=== Loading content from data into iframes ===
[https://bugzilla.mozilla.org/show_bug.cgi?id=820213 Bug 820213]: we have had at least 2 requests for this. Chrome has the concept of "public" resources. What do we think about this feature request?


=== Roundtable ===
* Is it something we're happy for add-ons to be doing? Yes, we ought to support this.
* How? will it be easiest to invent a new custom protocol, rather than to enable resource:// URIs to be loaded? Probably.
* Gabor will write a JEP so we can discuss this feature.
* Gabor's also interested in adding wildcards support to expanded principals. Another JEP? Or part of the same one?

Latest revision as of 20:16, 11 December 2012


Agenda

  • Builder
    • 1.12 is having trouble getting added to Builder, will probably be delayed in updating to today's 1.12 release.
  • SDK
    • Oh hey, 1.12 is releasing today!
  • Roundtable

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

Attendees

  • Irakli
  • DCamp
  • Eddy
  • Gabor
  • Alex
  • Will
  • Wes
  • Jeff
  • Mossop

Minutes

Builder

Piotr is 70% done on making the Builder work with 1.12. He expects to be done by tomorrow. The next thing is to understand how to make Builder work when the APIs are in Firefox.

SDK

  • release 1.12 today: docs push, and release notes
  • community contributor taku0 submitted a pull request to add missing features to the simple-prefs module, which will be included in 1.12
  • we should add accepted PRs to out weekly agenda, so we know about them. Can we do this automatically, by adding a query to the wiki?

Roundtable

Landing in Firefox

We have a test branch of mozilla-central, larch, which we will use to test out landing the SDK APIs in Firefox. See the tracking bug. For next week, Mossop and Wes will make a plan for how we will use it.

Changes in weekly meetings

  • make a list of most critical P1 bugs in the next triage meeting, and add them to the weekly team meeting agenda so they get some visibility.
  • add an agenda item: is anyone blocked? Mostly we rely on people to bring this up.
  • people to discuss the stuff we are working on in the weekly meeting

Loading content from data into iframes

Bug 820213: we have had at least 2 requests for this. Chrome has the concept of "public" resources. What do we think about this feature request?

  • Is it something we're happy for add-ons to be doing? Yes, we ought to support this.
  • How? will it be easiest to invent a new custom protocol, rather than to enable resource:// URIs to be loaded? Probably.
  • Gabor will write a JEP so we can discuss this feature.
  • Gabor's also interested in adding wildcards support to expanded principals. Another JEP? Or part of the same one?