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