Electrolysis/Meetings/2015-11-12
< Electrolysis | Meetings
Jump to navigation
Jump to search
« previous week | index | next week »
jimm
- bug 1190364 (m8, plugin info sometimes fails with e10s) - patch landed to clean up some potential failure in chrome apis that gets ignored by content process. Waiting to see if it helps.
- bug 1096804 (m8, taskbar previews support) - wip
- bug 1222662 (mouse cursor bug with plugins) - investigated, have a fix in mind.
- aurora telemetry experiment results:
- analysis: https://github.com/vitillo/e10s_analyses/blob/master/aurora/e10s_experiment.ipynb
- all histogram comparison: https://github.com/vitillo/e10s_analyses/blob/master/aurora/e10s_all_histograms_experiment.ipynb
- no-addons: https://github.com/vitillo/e10s_analyses/blob/master/aurora/addons/e10s_noext_experiment.ipynb
- at-least-one-addon: https://github.com/vitillo/e10s_analyses/blob/master/aurora/addons/e10s_onlyext_experiment.ipynb
- Adblock Plus: https://github.com/vitillo/e10s_analyses/blob/master/aurora/addons/e10s_top_extension_experiment.ipynb
- top hangs stack comparison: https://github.com/vitillo/e10s_analyses/blob/c0acecf4aaeb3c284a86a0bbbc4a15cd8d7e8281/aurora/e10s_top_hang_stacks.ipynb
- crash rate analysis: https://github.com/vitillo/e10s_analyses/blob/7f772cf920bf833065cfbdcebe81e9ca3cfc3aeb/aurora/e10s_crash_rate.ipynb
- meeting with e10s performance team, they have a lot todo. e10s related work has priority.
- bug 1222849 tracking bug list
- buglist triage discussion: https://docs.google.com/spreadsheets/d/1FIaGNv1q750mo9S7cJJY_8erbiF7j9snyX8Yd0diAbA/edit#gid=0
bobowen
- bug 1156742 - print to xps with low integrity sandbox - fonts are really hard - fixed various problems found in testing:
- memory corruption from the way I was pulling out names from TrueType files
- timeout due to misunderstanding the way nsPagePrintTimer works
- added a load of null checking to the Moz2D event playback code, as it currently just expects everything to be fine
- added a new patch to only send the font data once and cache on the parent, scaled font then reference that
- just found issue with TrueType font collections for GDI fonts, working on fixing that now
tracy
mconley
- M8 bug 1209689 - Crashed tab indicates all tabs have crashed and every tab loads the crashed tab page
- Waiting on last reviews.
- This will make it so that if the content process crashes, the background tabs will be restore on demand, even if the user has restore on demand disabled. This is to avoid a crash loop in the event that the crash was caused by a background tab.
- M8 bug 1171708 - [e10s] Stop using CPOWs for window closing
- Patches up. Writing a test for an edge-case that billm noticed yesterday.
- M8 bug 1177310 - [e10s] Stop using CPOWs on application shutdown
- Starting on this. This is my last M8 (for now).
- bug 1193838 - Make it possible to gather profiles from processes that have exited, and bug 1103094 - Start profiling subprocesses if the parent process is already profiling
- Haven't started on this yet - hoping too once I get my last M8 out the door.
- The usual reviews
- Gave JS / DOM onboarding. Also been doing lots of debiased interviewing duty.