Electrolysis/Meetings/2014-09-04
From MozillaWiki
< Electrolysis | Meetings
« previous week | index | next week »
tests
- mconley wants to know when are we going to fix our e10s tests?
- not running browser-chrome tests with e10s
- mhammond helping fix tests
mossop
- Now tracking bugs in the Firefox backlog
- App tabs fixed but bounced (bug 961867)
- Retaining history up for feedback (bug 999239, 1041917)
- URI fixup fixed (bug 1048618)
- Playing with a remote page helper to make converting about: pages to e10s easier
cpeterson
- e10s performance has gotten pretty bad. Someone should investigate these bugs:
- bug 1058859 - general sluggishness with e10s
- bug 1037179 - session restore takes 2x longer with e10s
- bug 1062713 - YouTube takes 3x longer to load videos with e10s
jimm
- pdfjs is still waiting on reviews. yury promised me today it's next in his queue.
- non-e10s bug 1060738 (WebRTC sharing busted on Windows) consumed most of my time this week unfortunately.
- Linux browser chrome tests should be running on mc very soon. (bug 1061014)
- bug 698371 (thumbnails) - didn't progress much this week.
allison
- out sick, will probably not be present at meeting. Hope everyone had a nice holiday
- started digging into 1058320 [e10s] ]Add shim for addSystemEventListener
- billm, do you think you'll be adding more to the shim section of -https://developer.mozilla.org/en-US/docs/User:billmccloskey/e10s/Compatibility_with_Legacy_Addons ?
- investigating incoming needinfos, addon bug reports for trends, possible shims, and cpows
- big thanks to QA for pitching in to find the status on the missing addons in the top 25
- provided input on proposed polaris project (tinfoil hat firefox) & proposed firefox data collection module
- provided some technical input to recruiting for the CMU TOC and other upcoming college career fairs
bjacob
- Dug into the state of disabling e10s when accessibility is in use (bug 1047076). Might be able to detect DLL injection early enough on windows to disable remote tabs.
mconley
- M2.1 Bug 899347 - Make click-to-play work in e10s
- This is really close. All tests passing, just hunting down a leak on debug builds. Got first round of feedback from georg.
- Helped figure out Bug 1059036 - [e10s] Undo Close Tab would not load tab contents with handyman - reviewed patches. That should fix a bunch of blank tab stuff.
- M2.x Bug 1057966 - [e10s] The help menu is blank
- Fixed!
- M2.2 Bug 927424 - Implement |shouldFocusContent| for RemoteFinder.jsm
- Have a solution, will post patch soon
- While working this, I _think_ I've discovered that nsIFocusManager.setFocus might not actually work properly in the content process. Trying to prove that now.
johns
- debugging IPC bridge to plugin processes