Electrolysis/Meetings/2016-05-05

From MozillaWiki
< Electrolysis‎ | Meetings
Revision as of 16:04, 5 May 2016 by Chutten (talk | contribs) (→‎chutten: filling in)
Jump to navigation Jump to search


« previous week | index | next week »

billm

  • Working through some tryserver failures for bug 1262671.
  • Still looking at stability in general. Filed bug 1269961 to figure out whether ShutDownKill crashes could be leading to our horrible stability numbers in telemetry. Filed bug 1270308 to figure out how we can improve the ShutDownKill issues.

mconley

  • M9 bug 1263887 - [e10s] Select dropdowns in e10s mode do not notice changes to the <select> after it has opened.
    • Uplifted to Aurora
  • bug 1261842 - Make initial browser remote sooner if we're defaulting to using remote tabs
    • I've written a bunch of tests. WIP patches in bug 1267720.
    • In the midst of the nsWindowWatcher refactor.
  • bug 1166351 - XBL parent bindings not properly attached - tabs suddenly do not switch or close properly
    • Got r+ from bholley on two of the patches. Last one is waiting. My try push is frustratingly unhappy though, so I'll be looking at this.
  • Bunch of reviews and needinfos.


bsmedberg

  • b1 crash rates: https://sql.telemetry.mozilla.org/queries/271#445
    • non-e10s: 9.2
    • e10s: 27.2
    • a full 33% of e10s content crashes in b1 were caused by bug 1255823 which is fixed for b2, so we expect the crash rate for b2 to stabilize around 20
    • theory going around that shutdown crashes are inflating this beyond reason (and not showing up in crash-stats): see billm
  • OOM is better but still a concern

chutten

kanru

  • bug 1259192 REOPENED:: crash in mozalloc_abort | NS_DebugBreak | mozilla::ipc::FatalError | mozilla::net::PHttpChannelChild::FatalError | mozilla::net::PHttpChannelChild::OnMessageReceived
    • Bug reopened because of new ongoing crashes
    • Some initial analysis
  • bug 1264642 NEW:: Reduce the size of PBrowser::Msg_AsyncMessage IPC messages
    • passed all js tests and all test_postMessages.html
    • publish WIP patches and summarize current status

thinker

  • bug 1253241 NEW:: [e10s] "Scroll of Lorem Ipsum" testcase causes graphic glitches when hide menupopup after open Inspector
    • under review.

cervantes

  • bug 1259480 [e10s] FatalError crash in PContentChild::Read from PContentChild::SendReadPrefsArray
    • Running talos to investigate the impact of checksum in IPC messages
  • bug 1258317 REOPENED:: crash in mozilla::ipc::TransferHandleToProcess (PBackground related)
    • Looking at the crash reports and dumps
    • Traceing sandbox code
    • Working on the patch as suggested by bobowen

tchou

  • bug 1245068 NEW:: [e10s] Ctrl+mouse wheel to change zoom level doesn't work if web page is not focused
    • tracing GetContentViewer whether it is called from the EventStateManager associated with the window where the wheel event occurred
    • submitted wip and asked for feedback
  • bug 1005844
    • Persuading to land the patches as it might reduce our OOM rate

wcpan

  • bug 1259641 RESOLVED::FIXED [e10s] MediaFeatureValuesChangedAllDocuments takes tons of time when resizing e10s window
    • Request uplift

ddurst

  • confirmed that crash-stats data directly integrated with re:dash will not be soon (but is being worked on)
  • creating ipynb for use as cron for 1265015, needs review after testing

felipe

  • bug 1268921 - Allow non-integer values to be specified for the rollout sampling
  • Tests spreadsheets
  • Marionette on Beta

bobowen

  • bug 1035125 - On Windows, plugin-container.exe is linked against the sandbox_s library twice - patches up for review, but there could be a problem with VS2015 (see bug 1265615)