Jetpack/e10s: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
= E10S updates from zombie =
= e10s updates (zombie) =
* questions from last week
** tried to land [https://bugzilla.mozilla.org/show_bug.cgi?id=1023326 bug 1023326] yesterday, record-breaking 100+ test failures
** E10S stuff should not break Fennec (modulo my mistakes)
*** though only 4 were my fault, rest were "unexpected tabs"
** Frame Scripts run with chrome Principal, but we have Components/Sandbox
** made a simple async Sandbox api ([https://bugzilla.mozilla.org/show_bug.cgi?id=1028718 bug 1028718]) and adapted all the tests
* first e10s (smoke) test running on CI (and passing ;)
*** the test code is not very.. "elegant".. any hints? helpers?
** [https://bugzilla.mozilla.org/show_bug.cgi?id=1004833 resurect cfx --e10s and add a package.json flag]
*** fixing up async content/worker on top of that, looking good!
* the more i learn about E10S, the less i'm sure in my first proposed approach
** (attach small Frame Script that forwards messages across boundaries)
** afaict, the original assumption when designing jetpack APIs was that a DOM window was going to be a barrier between Parent and Child processes (not true)
** different code paths for xul:iframes not inside tabs? (they are not remote)


= previous weeks =
= previous weeks =
* [[Jetpack/Weekly_Meeting/2014-05-06#e10s_updates|2014 May 06th]]
* [[Jetpack/Weekly_Meeting/2014-07-01#zombie|2014 July 01st]]
* [[Jetpack/Weekly_Meeting/2014-06-24#zombie|2014 June 24th]]
* [[Jetpack/Weekly_Meeting/2014-06-17#zombie|2014 June 17th]]
* [[Jetpack/Weekly_Meeting/2014-06-10#zombie|2014 June 10th]]
* [[Jetpack/Weekly_Meeting/2014-06-03#zombie|2014 June 3rd]]
* [[Jetpack/Weekly_Meeting/2014-05-27#zombie|2014 May 27th]]
* [[Jetpack/Weekly_Meeting/2014-05-20#zombie|2014 May 20th]]
* [[Jetpack/Weekly_Meeting/2014-05-13#zombie|2014 May 13th]]
* [[Jetpack/Weekly_Meeting/2014-05-06#zombie|2014 May 06th]]


[[Jetpack/Weekly_Meeting|jetpack weekly meeting notes]]
[[Jetpack/Weekly_Meeting|Jetpack weekly meeting notes]]

Latest revision as of 02:29, 1 July 2014

e10s updates (zombie)

    • tried to land bug 1023326 yesterday, record-breaking 100+ test failures
      • though only 4 were my fault, rest were "unexpected tabs"
    • made a simple async Sandbox api (bug 1028718) and adapted all the tests
      • the test code is not very.. "elegant".. any hints? helpers?
      • fixing up async content/worker on top of that, looking good!

previous weeks

Jetpack weekly meeting notes