Confirmed users
995
edits
m (Fixed bug links) |
(→RyanVM) |
||
(7 intermediate revisions by 6 users not shown) | |||
Line 32: | Line 32: | ||
* {{bug|1186585}} (p1 perf - 28.2% - 48.5% tps talos regression with e10s enabled) - did some profiling, it seems like the compositor spends more time in RecvUpdateNoSwap, I wonder why does that take more time in e10s. The compositor should do the same work for tab switch in both case no? It is not (just) APZ I tested it. | * {{bug|1186585}} (p1 perf - 28.2% - 48.5% tps talos regression with e10s enabled) - did some profiling, it seems like the compositor spends more time in RecvUpdateNoSwap, I wonder why does that take more time in e10s. The compositor should do the same work for tab switch in both case no? It is not (just) APZ I tested it. | ||
* {{bug|1248806}} - (p1 crash - Recursive initialization of nsLayoutStatics when capability.policy.policynames is set) - this flag is used for various corporations for intranet and what not. Legacy stuff but it's important (Bobby tried to remove it once but had to put it back in the end for the high demand) I see a few solutions for the problem want to talk to Bobby or Boris about which one should I pick. | * {{bug|1248806}} - (p1 crash - Recursive initialization of nsLayoutStatics when capability.policy.policynames is set) - this flag is used for various corporations for intranet and what not. Legacy stuff but it's important (Bobby tried to remove it once but had to put it back in the end for the high demand) I see a few solutions for the problem want to talk to Bobby or Boris about which one should I pick. | ||
== mrbkap == | |||
* {{bug|1183915}} - Landed drag and drop of images from Firefox to certain other applications. | |||
* {{bug|1095484}} - WIP - Making links to extension-added custom protocol handlers work from content processes. Debugging some bugs in the patch. | |||
* More test fixes and work related to tests. | |||
== poiru == | == poiru == | ||
* [https://gist.github.com/poiru/1ceec405172bcafa7305 Latest analysis] | * [https://gist.github.com/poiru/1ceec405172bcafa7305 Latest analysis] | ||
* Crash rate seems to vary significantly build by build, trying to figure out why | * {{bug|1222890}} Crash rate seems to vary significantly build by build, trying to figure out why | ||
== chutten == | == chutten == | ||
Chatted with :avih and :jmaher about talos tests and e10s (specifically concerned with tp5o_responsiveness). We now have a handle on why the number is so much better in e10s (it's measuring in the parent only) and :avih's tracking down someone who wants to be responsible for the test longer-term. | |||
== bobowen == | == bobowen == | ||
* {{bug|1245309}} - D3D11CreateDevice fails with E_FAIL in sandbox - mchang has reproduced this, but I can't on any of the three machines I have with an nvidia card. It's blocking {{bug|1246505}} to let the low integrity sandbox ride the trains. | * {{bug|1245309}} - D3D11CreateDevice fails with E_FAIL in sandbox - mchang has reproduced this, but I can't on any of the three machines I have with an nvidia card. It's blocking {{bug|1246505}} to let the low integrity sandbox ride the trains. | ||
* {{bug|1247959}} - window.dump() does not work on Windows when sandboxed - {{bug|1173698}} has been duped to this one. The same work around of redirecting stdout/err to a file seems to work. | * {{bug|1247959}} - window.dump() does not work on Windows when sandboxed - {{bug|1173698}} has been duped to this one. The same work around of redirecting stdout/err to a file seems to work. | ||
== bsmedberg == | |||
* Regression in slow-script dialog count has been identified and cpeterson will arrange a meeting to determine next steps. | |||
* https://wiki.mozilla.org/Electrolysis/Release_Criteria | |||
== RyanVM == | |||
* Avi has been working to identify owners for the Talos test suites and their current status of e10s vs. non-e10s. Will be going through the results to work to identify owners of tests that need investigation. | |||
* Ongoing discussions about manual test coverage for e10s |