Electrolysis/Meetings/2016-03-10: Difference between revisions
(adding chutten) |
(→chutten: filling in) |
||
Line 22: | Line 22: | ||
== chutten == | == chutten == | ||
[https://wiki.mozilla.org/Electrolysis/Release_Criteria/Plugin_Jank Plugin Jank Release Criteria] - For correctness/completness' sake need to aggregate all Flash responses together, but [https://github.com/vitillo/e10s_analyses/pull/25 prelim results] show no problems. | |||
{{bug|1226564}} - apparently the cache probes we've been looking at might not be the most relevant. Added different ones as recommended to the "Big Analysis of Everything E10s" notebook ([https://github.com/vitillo/e10s_analyses/blob/master/beta45-withoutaddons/e10s_experiment.ipynb this one]) so we can keep an eye on them. Currently pending [https://github.com/vitillo/e10s_analyses/pull/24 :rvitillo's review], but prelim results look better with e10s than without. | |||
Somehow my name was added as being responsible for [https://wiki.mozilla.org/Electrolysis/Release_Criteria#Memory_Usage the memory criteria] so I did some poking around. tp5o's Private Bytes is presently a valid measure in e10s as it sums parent+child measurements. It's a little weird, though, in that there are twice as many measurements coming out of the e10s test run than the non-e10s test run. Tracking it on {{bug|1250169}}. | |||
== jimm == | == jimm == | ||
* {{bug|1041599}} (M9, Broken audio session volume controls on Windows) - Currently broken in e10s and non-e10s. Have a wip that improves things but still have some issues remaining with shutdown. | * {{bug|1041599}} (M9, Broken audio session volume controls on Windows) - Currently broken in e10s and non-e10s. Have a wip that improves things but still have some issues remaining with shutdown. |
Revision as of 16:48, 10 March 2016
« previous week | index | next week »
mconley (Will not be present at meeting)
- Request: Can we record these meetings for the folks in the Taipei office who can't make it?
- Spent most of my week either reviewing test patches from the Desktop team, or working on tpaint
- I'm away today at the D&I Working Group meetup in Palo Alto.
- Perf P2 bug 1174770 - tpaint regressions (3%-33%) in e10s mode compared to non-e10s mode
- I have a plan for how to attack this. Tentative results show us beating non-e10s on OS X. Investigating what needs to be further done for Windows and Linux to get us over the edge, and then I can polishing and landing the work
- bug 1254669 - Tab progress listener doesn't know that browser starts at blank after remoteness flip
- bug 1254865 - remote-browser.xml's browser-child.js should not send a sync message on load
- bug 1251032 - Have ContentParent send RenderFrameInfo down when responding to the CreateWindow sync message
- (No bug filed yet) - Have gBrowserInit.delayedStartup on e10s only run once content has been painted and composited
- Perf P1 bug 1226564 - [e10s] CACHE V2 telemetry probe regressions
- Just started to piece this together. I'm going to need to talk to jduell or mayhemer to see how much we care about the remaining probes / whether or not they matter for e10s.
bobowen
- bug 1189846 - Print Edit 15.10 and bug 1236015 - Windows 10 print to PDF bug - nearly have something working for bug 1189846 - sorting out print settings a bit as part of that, which should help with the other bug.
chutten
Plugin Jank Release Criteria - For correctness/completness' sake need to aggregate all Flash responses together, but prelim results show no problems.
bug 1226564 - apparently the cache probes we've been looking at might not be the most relevant. Added different ones as recommended to the "Big Analysis of Everything E10s" notebook (this one) so we can keep an eye on them. Currently pending :rvitillo's review, but prelim results look better with e10s than without.
Somehow my name was added as being responsible for the memory criteria so I did some poking around. tp5o's Private Bytes is presently a valid measure in e10s as it sums parent+child measurements. It's a little weird, though, in that there are twice as many measurements coming out of the e10s test run than the non-e10s test run. Tracking it on bug 1250169.
jimm
- bug 1041599 (M9, Broken audio session volume controls on Windows) - Currently broken in e10s and non-e10s. Have a wip that improves things but still have some issues remaining with shutdown.