Confirmed users
471
edits
| m (→Minutes) | |||
| Line 34: | Line 34: | ||
| ** security review: 8 bugs, needs a preview server to proceed. the most obvious bugs have been fixed. | ** security review: 8 bugs, needs a preview server to proceed. the most obvious bugs have been fixed. | ||
| ** scalability review: unknown. overfilling /tmp should be fixed. Leftover generated XPIs may still be there. Some ideas: cron job to delete old XPIs, single-use download URLs. | ** scalability review: unknown. overfilling /tmp should be fixed. Leftover generated XPIs may still be there. Some ideas: cron job to delete old XPIs, single-use download URLs. | ||
| * Roundtable | |||
| ** mozrunner hotfix: can't run cfx on OS-X 10.5: need to update mozrunner. We'll land a fix on jetpack copy, then push to mozrunner. | |||
| ** 1.0 blockers: are these three APIs important enough to block 1.0? Folks say yes for Password Manager. Nobody argued for (web content) Prompts or Permissions Manager. Should mention on mailing list. | |||
| ** jetpack video (hosted on QMO) http://quality.mozilla.org/teams/browser-technologies/jetpack/ | |||
| ** jetbug: dbuc's jetpack module which allows add-ons to log to firebug with distinct prefix, also make specific objects available to firebug console by name. Call jetbug.enable() from firebug console, that dumps all pending log messages. jetbug.cache.<TAB> gets you any cached objects. Don't leave it in a shipped module: leaks privileges. Look for it on dbuc's blog. | |||