Electrolysis/Meetings/2016-09-01

From MozillaWiki
Jump to: navigation, search


« previous week | index | next week »

mconley

  • bug 1298219 - about:sessionrestore shows a crashed tab after force-quitting the machine twice
    • Finally figured this one out. The crash is due to a shutdown kill from the shutdown timer for a short-lived content process that is still waiting to start up.
    • The bug is that we're still dispatching the oop-browser-crashed event on browsers that have flipped remoteness.
    • I have a patch up and I'm working on a regression test.
    • Would be good to know how many of our shutdown kill crashes are from short-lived content processes.
  • bug 1294456 - [e10s] After opening a tab/window Marionette hangs if any command is send which executes in the listener.js frame script
    • Fixed this, so our tree sheriffs are getting happier!
  • Going to help out with crash reporting. Specifically:
    • bug 1241459 - [e10s] A crashed background tab does not give option to submit. This will be helpful for e10s-multi
    • bug 1287178 - "you have an unsubmitted crash report" even though crash reporter is disabled
      • Got legal sign-off to give users option to submit these automatically, thank goodness. Have a preliminary spec from UX.
  • Mentoring a contributor who's going through our dead CPOW intermittents and fixing them. Example: bug 1134307, bug 1254867, bug 1283704

jimicy

  • Thanks for an awesome internship!
  • bug 1297539 - Handle eContentCommandPasteTransferable for remote targets
    • Wrapping up. Will be done today.

felipe

wcpan

  • bug 1046166 REOPENED:: [e10s] userContent.css does not work
    • Linux: loaded, but can not get style information from DevTools
    • MacOS: didn't load at all
    • no crash, but got more to do

ting

  • bug 1293501 NEW:: Add debug annotation/code for the crash in ReleaseData()
    • Bug 1293501 received r+, about landing for another crash annotation
  • bug 1297314 RESOLVED::FIXED Crash in mozilla::ipc::FatalError | mozilla::dom::PContentParent::Write from ContentParent::RecvKeywordToURI()
    • Bug 1297314 requested for uplift

kanru

  • bug 1051567 RESOLVED::FIXED [e10s] Crash in [@ mozilla::ipc::MessageChannel::OnChannelErrorFromLink]
    • landed
  • bug 1296439 NEW:: Crash in IPCError-content | (msgtype=0x2000C,name=???) Route error: message sent to unknown actor ID

gsvelto

  • Nothing specific to report on the e10s front; I'm sill waiting for all the required machinery to land in order to get client-side stack traces for content process crashes but that's taking longer than expected