Electrolysis/Meetings/2015-12-03: Difference between revisions
< Electrolysis | Meetings
Jump to navigation
Jump to search
(→vladan) |
|||
Line 44: | Line 44: | ||
** {{bug|1225074}}: Derived dataset for e10s experiments | ** {{bug|1225074}}: Derived dataset for e10s experiments | ||
* {{bug|1230196}}: Release channel should support e10s prefs | * {{bug|1230196}}: Release channel should support e10s prefs | ||
== jimm == | |||
* bug |
Revision as of 17:03, 3 December 2015
« previous week | index | next week »
mconley
- M8 bug 1177310 - [e10s] Stop using CPOWs on application shutdown
- Final reviews are in, and has landed on fx-team.
- Hoping I can get some QA eyes on this, since we don't have an amazing test story for full browser restart (yet - see bug 1228120). Either manually banging on it, or helping me keep an eye on Bugzilla and the support channels about any lost sessions or crashes on shutdown.
- M8 bug 1159827 - [e10s] We always show the spinner when closing a tab
- Unable to reproduce this. Blocked waiting on STR.
- M8 bug 1227312 - Investigate: many more content process crashes than aborts should not be possible.
- Reasonably certain I found cause - we were double-counting the number of crash reports we were gathering (details). Handed off to jimm because it's touchy code that he's familiar with.
- Perf P1 bug 1193838 - Make it possible to gather profiles from processes that have exited
- This landed on inbound today
- Perf P1 bug 1195295 - content-sessionStore.js sends a sync message to the parent in SyncHandler.init
- Patch written and reviewed. Waiting on bug 1177310 to land and stick.
- Perf P1 bug 1221846 - Get Task Tracer working on desktop
- Almost got this building - just dealing with a linker error.
- I've got local modifications in the Gecko Profiler add-on to let us toggle this feature.
- Talked to cervantes in #perf, and we're going to have a chat in Orlando - seems that the UI for interpreting Task Tracer logs isn't amazing for analysis, and they want to try building it into Cleopatra instead.
- bug 1225921 - Async tab and window flushing may make it possible to accidentally save tabs we want to forget
- Tests and potential patch written. Waiting on review feedback.
- bug 1226333 - Add tests for async window flushing
- Been doing lots of try pushes to get the intermittents figured out. Seems to be related to the increasing ID that we send from the child so that the parent doesn't accidentally overwrite synchronously flushed data with asynchronously flushed data... interestingly, the intermittents go away with bug 1195295 landed, but I'd still like to understand why this is happening.
bobowen
- bug 1156742 - print to xps with low integrity sandbox - three patches left needing review, two with changes that I've discussed with Bas already and one that I'm not sure if he has looked at yet.
- bug 1173371 - Web page is not shown when launching Firefox from network drive on Windows - because of issues with a full update (bug 1228604) of the chromium code, it looks like I'll have to take the fix I need for this in isolation. Then I can look into the other changes it will require.
- bug 1198368 - [e10s] [ADBE 4044716] Playing Amazon Instant Video using Flash in NPAPI sandbox hangs the chrome process - cpeterson only saw this on Amazon and they have stopped using flash, so he closed it.
- bug 1189846 - Print Edit 15.10 add-on no longer works with e10s and sandboxing enabled - need to look into adding some way of initiating the print from the parent with settings that we can add a RemotePrintJob into.
- bug 1217185 - e10s video performance is very bad - looks like this is being caused by USER_INTERACTIVE of JOB_INTERACTIVE, investigating further.
vladan
- Beta 43 experiment scrapped, to be run on Beta 44 bug 1229104 instead
- We'll try to get the blockers of the bug in time for beta1, but these bugs will not block or delay the Beta 44 experiment
- bug 1198209: Measuring overall memory usage
- bug 1228437: BHR reporting isn't working in the e10s child process
- bug 1224374: BHR pseudo-stack coverage needs to be expanded
- bug 1228147: Add telemetry probe for synchronous scroll performance
- bug 1225074: Derived dataset for e10s experiments
- bug 1230196: Release channel should support e10s prefs
jimm
- bug