Jetpack/Weekly Meeting/2014-06-24

From New wiki
Jump to navigation Jump to search


Agenda

  • High Priority Work
  • SDK
    • Blockers?
  • e10s updates (zombie)
    • a few peaces coming together, landing this week
    • bug 1028718 need async loader/sandbox api, deprecate old one
      • Jeff and Erik are saying "we should jep this", are you nominating me? ;)
  • Roundtable
    • Unhandled Promise Rejections -- Coming to tests soon!

Bugs

Triage Followups

<bugzilla> {

 "product": "Add-on SDK",
 "whiteboard": "[triage:followup]"

} </bugzilla>

Open Bugs

<bugzilla type="count" display="bar"> {

 "product": "Add-on SDK",
 "resolution": "---",
 "x_axis_field": "priority"

} </bugzilla>

Attendees

Minutes

High Priority Work

  • native jetpack ( Erik )
    • landed test scanner patch
    • tests aren't working on Android
      • need ARM infrastruture
      • not automated!!
      • needs resourcing
  • devtools sdk
    • conor: object inspector
      • variables view, more difficult than expected
      • revisiting iframe idea
      • user requirements, somewhere between

SDK: Blockers

  • none?

E10S

  • switched reviews from gozala
  • thinking of turning large amounts of tests on
    • some test issues, intermittent and non-repro locally
      • need to figure these out and log platform bugs
  • got 1-2 tests passing, need some minor changes to get content scripts working
    • might need to change the loader, JEP?
  • devtools e10s - might have questions for zombie_

Roundtable

  • devtools / Promise.jsm
    • patch to throw all unhandled rejections
    • we're doing this for SDK as well, bugs coming!