Jetpack/Weekly Meeting/2014-06-03

From MozillaWiki
Jump to: navigation, search


Agenda

  • High Priority Work
  • SDK
  • e10s updates (zombie)
    • not much progress to report this week
    • rewriting my hacky message passing as a JSModule
      • much nicer than i remember XPComponents were.. ;)
  • Roundtable
    • Unify messaging api patterns [Jeff]
      • eg, stop using `postmessage` and `self` in most places in favour of `addon.port`
    • anyone want to review content script doc updates?
    • Bug 1017686: JEP Telemetry

Bugs

Triage Followups

No results.

0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);


Open Bugs

Attendees

  • Erik
  • Irakli
  • Jeff
  • Jordan
  • Connor
  • Will
  • zombie

Minutes

High Priority Work

Native Jetpack Support

No updates.

JPM

Noone's working on this. Can we land it? Need to get the bootstrap figured out, some testing, not much else blocking it. Erik: try to release it this week. Blog about it on Erik's blog, maybe also AMO. Erik can ask Jorge for author access to the AMO blog.

Devtools SDK

Ready to ask for a review, this week. Blocked on message channels (https://bugzilla.mozilla.org/show_bug.cgi?id=984990)

SDK

Blockers?

Object Inspectors

Give Connor feedback for the design:

e10s updates (zombie)

  • not much progress to report this week
  • rewriting my hacky message passing as a JSModule
    • much nicer than i remember XPComponents were.. ;)

Roundtable

Unify messaging api patterns [Jeff]

We have lots of different messaging APIs in the SDK, it's confusing. Ultimately we'd like to use HTML5 messaging. But this is a way off. Is it worth having a more short-term fix? Raised bug 1019755 for this.

content script guide rework

Anyone want to review content script doc updates?

Telemetry

Erik's written a JEP for this. Feedback?