Jetpack/e10s: Difference between revisions
< Jetpack
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
= | = e10s (zombie) = | ||
** | ** got content events for tabs working (mostly) | ||
** | *** except for tabs.open({inNewWindow}) | ||
** | *** traits are magic (and not the good kind) | ||
** slogging through other issues | |||
** | *** getThumbnail() crashes the child process | ||
** | *** getTabForContentWindow() throws | ||
** | ** need the new async thumbnail module | ||
*** for both e10s and fennec reasons | |||
*** so that we can deprecate getThumbnail() ASAP | |||
= previous weeks = | = previous weeks = | ||
Revision as of 22:19, 26 May 2014
e10s (zombie)
- got content events for tabs working (mostly)
- except for tabs.open({inNewWindow})
- traits are magic (and not the good kind)
- slogging through other issues
- getThumbnail() crashes the child process
- getTabForContentWindow() throws
- need the new async thumbnail module
- for both e10s and fennec reasons
- so that we can deprecate getThumbnail() ASAP
- got content events for tabs working (mostly)