Jetpack/Weekly Meeting/2013-04-23

From MozillaWiki
Jump to: navigation, search


Agenda

Awesomeness Schedule

Awesome Date Awesome Person - Awesome thing
04/15 Jordan - Places JEP
04/22 Eddy - Dutch Mozilla meetup
04/29 Erik - Content policies
05/06 Mossop - TBD
05/13  ???

Bugs

Triage Followups

No results.

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


Open Bugs

Attendees

  • Irakli
  • Matteo
  • Erik
  • Mossop
  • DCamp
  • Gabor
  • Will
  • Jeff

Minutes

High Priority Work

Private Browsing

Panel's are working with private-browsing windows again. This needs to get uplifted.

Cross-domain content scripts

Platform stuff is done. Alex rebased the patch SDK side, but still some work needed there to finish it off. Mossop will pick someone to own it. It's not that scary, says Gabor.

UX Work

Matteo added 2 API proposals, with a prototype for one, although we will probably use the other one (the first one here: https://github.com/mozilla/addon-sdk/wiki/JEP-Navbar-Buttons).

Places API

Jordan's out today, but will be blogging about this.

DOM Window for add-ons

Irakli sent an email summarizing what we should do here.

The great last repack

Will was incomprehensible, then inaudible.

De-traitification

Progressing: Irakli's hoping to file a patch on de-traitifying tabs soon.

Roundtable

Can we set up a bug triage day to identify good first bugs for new contributors?

Could add a flag in triage for new starters. We can add a link to good first bugs to the weekly blog post, too.

Use the "[good first bug]" whiteboard flag.

Loader question

An add-on can only load things it knows it will need beforehand. The debugger wants third parties to be able to add things to the loader, which the debugger can't know about in advance. Base loader can load everything, cuddlefish loader enforces the manifest. Debugger can use base loader.