Electrolysis/Meetings/2016-03-17: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
(gw280)
Line 46: Line 46:
*Clarity on HB Survey situation: {{Bug|1223895}}  
*Clarity on HB Survey situation: {{Bug|1223895}}  
*(WIP)Trackback schedule to organize all the details for Beta 47: https://docs.google.com/spreadsheets/d/101ra3HjqyufjP79JkGa4e0RyHPLVlJXS43rXtKuoJw4/edit#gid=0. This week's focus needs to be getting the second phase of current experiment ready for next week (Felipe).
*(WIP)Trackback schedule to organize all the details for Beta 47: https://docs.google.com/spreadsheets/d/101ra3HjqyufjP79JkGa4e0RyHPLVlJXS43rXtKuoJw4/edit#gid=0. This week's focus needs to be getting the second phase of current experiment ready for next week (Felipe).
== gw280 ==
* {{bug|1114647}} - content process rename. feedback is in, Jeff managed to get a BD contact for Panda AV and they're going to whitelist the new executable names. I have some minor review comments to address then we can probably land this on nightly. Will coordinate with Jeff to minimise disruption when it lands.
* {{bug|1176019}} - retain layers for background tabs. have a WIP patch.
* {{bug|1255841}} - hidden select elements get selected. I'm pretty sure I know what the issue is here, and I will have a patch today.
* {{bug|1213432}} - D3D11 WARP perf. Spoke to jrmuizel about this. Basic layers is much faster than WARP for scrolling, and Milan's concern was that we need WARP to have decent video performance. {{bug|1254877}} was filed to investigate WARP video performance, and it looks like Basic is faster than WARP for video as well. I think we can make a very strong case to not support WARP.

Revision as of 16:08, 17 March 2016

« previous week | index | next week »

jimm

  • bug 1041599 (M9, Broken audio session volume controls on Windows) - Fixed
  • bug 1241060 (M9, Flash Player content appears on top of devtools) - additional debugging this week on these matrix values that are throwing off some checks in the layer code. AFAICT everything looks right, but the check we're doing incorrect. Need to chat with layout on this. Generally isn't a major issue, if should be a minor change.
  • bug 1245165 (M9, No plugin name and version annotations on plugin crashes with e10s turned on) - just picked this up, no progress yet.

chutten

Plugin Jank analysis performed on *_INSTANCE_* measures. No concerns. _MODULE_ measures have now been fixed by :aklotz for uplift into 46 (bug 1256943). Will need further analysis.

mconley

  • Back in TO after travels
  • Perf P1 bug 1226564 - [e10s] CACHE V2 telemetry probe regressions
  • Perf P2 bug 1174770 - tpaint regressions (3%-33%) in e10s mode compared to non-e10s mode
    • I'm currently trying to confirm that we're measuring the right thing with MozAfterPaint, because I'm not convinced. Coordinating with mstange who is doing similar work in bug 1254628
  • bug 1256468 - [e10s] Add-on ReloadEvery doesn't refresh (unsafe CPOW usage in RemoteAddonsParent.jsm and webNavigation.sessionHistory is undefined)
    • One of our shims was slightly broken, so I fixed it and added a test. Will request uplift soon.
  • bug 1255511 - Onbeforeunload dialogs appear twice for each tab when I exit/restart Firefox
    • Landed on central. Will request uplift soon.
  • bug 1255578 - "winData is undefined(TypeError)" error on getWindowState called during window unload event
    • Working with an add-on author to try to find a workaround for breakage due to the CPOW-less async window flushing stuff

felipe

  • Running first beta46 experiment
  • Planning for the next phase of tests on beta46
    • Improvements to the staged rollout code (tracked at bug 1257265)
    • Test-plan written
  • Many test reviews

gabor

  • bug 1247420 - (m9 1247420 - Hovering over a select popup inside ul elements breaks hover css selector on list elements) - regression from Bug 1083365, I spent a lot of time reading hover state management code and debugged this for a couple of days, starting to understand slowly. Discussing the results with Smaug. I need some more time...
  • bug 1254081 - (p1 perf - tabpaint regression on XP and linux) - trying to figure out why is profiling not working on this test...
  • bug 1225160 - (crash in JSAutoCompartment::JSAutoCompartment | mozJSComponentLoader::ImportInto) - this is unrelated to e10s but... is the browser toolbox debugger not function with e10s really??

RyanVM

  • Ash is up and running, chasing down some permafails still
  • Draft test plan is under review
  • Discussed addons testing w/ Kev, Jorge, and Andy

elan

gw280

  • bug 1114647 - content process rename. feedback is in, Jeff managed to get a BD contact for Panda AV and they're going to whitelist the new executable names. I have some minor review comments to address then we can probably land this on nightly. Will coordinate with Jeff to minimise disruption when it lands.
  • bug 1176019 - retain layers for background tabs. have a WIP patch.
  • bug 1255841 - hidden select elements get selected. I'm pretty sure I know what the issue is here, and I will have a patch today.
  • bug 1213432 - D3D11 WARP perf. Spoke to jrmuizel about this. Basic layers is much faster than WARP for scrolling, and Milan's concern was that we need WARP to have decent video performance. bug 1254877 was filed to investigate WARP video performance, and it looks like Basic is faster than WARP for video as well. I think we can make a very strong case to not support WARP.