Confirmed users, Bureaucrats and Sysops emeriti
998
edits
(→mconley: Reorganize stuff) |
|||
Line 24: | Line 24: | ||
* '''Perf P1''' {{bug|1223780}} - [e10s][telemetry] regressions in EVENTLOOP_UI_LAG_EXP_MS (3 metrics: parent, children, parent + children) | * '''Perf P1''' {{bug|1223780}} - [e10s][telemetry] regressions in EVENTLOOP_UI_LAG_EXP_MS (3 metrics: parent, children, parent + children) | ||
** I have a theory that sync messages from the child (for things like screen data, cookies, etc) contribute to this. Looking to prove this today. | ** I have a theory that sync messages from the child (for things like screen data, cookies, etc) contribute to this. Looking to prove this today. | ||
* '''Perf P1''' {{bug|1195295}} - content-sessionStore.js sends a sync message to the parent in SyncHandler.init | |||
** Landed! SessionStore is now CPOW-free. [http://mzl.la/1NVlwjm Got a nice talos improvement too.] | |||
* {{bug|1182595}} - Make profile dumping work with e10s | * {{bug|1182595}} - Make profile dumping work with e10s | ||
** Have a work-in-progress patch that makes gathering profiles from talos-e10s tests work properly! | ** Have a work-in-progress patch that makes gathering profiles from talos-e10s tests work properly! | ||
Line 30: | Line 32: | ||
** I got profiles for this and have a number of leads - the biggest one being the Browser:Init sync message from browser-child.js | ** I got profiles for this and have a number of leads - the biggest one being the Browser:Init sync message from browser-child.js | ||
** Expect a wiki page and a video soon | ** Expect a wiki page and a video soon | ||
* {{bug|1225921}} - Async tab and window flushing may make it possible to accidentally save tabs we want to forget | * {{bug|1225921}} - Async tab and window flushing may make it possible to accidentally save tabs we want to forget | ||
** Fixed. | ** Fixed. |