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

From MozillaWiki
Jump to navigation Jump to search
(Gabriele Svelto activity)
(Add updates from kanru's team)
Line 5: Line 5:


<small>[[Electrolysis/Meetings/{{#time: Y-m-d | {{SUBPAGENAME}} -1 week}}|&laquo; previous week]] | [[Electrolysis/Meetings|index]] | [[Electrolysis/Meetings/{{#time: Y-m-d | {{SUBPAGENAME}} +1 week}}|next week &raquo;]]</small>
<small>[[Electrolysis/Meetings/{{#time: Y-m-d | {{SUBPAGENAME}} -1 week}}|&laquo; previous week]] | [[Electrolysis/Meetings|index]] | [[Electrolysis/Meetings/{{#time: Y-m-d | {{SUBPAGENAME}} +1 week}}|next week &raquo;]]</small>


== kanru ==
== kanru ==
* {{bug|1258312}} (crash in mozalloc_abort | NS_DebugBreak | mozilla::ipc::FatalError | mozilla::dom::PBrowserChild::FatalError | mozilla::dom::PBrowserChild::OnMessageReceived) - requested review for diagnose patches
== ting ==
* {{bug|1197913}} (M9, Moving the cursor outside the <select> drop-down list doesn't keep the last hovered item highlighted) - landed
* {{bug|1255968}} (P1, Interruptible reflow is broken in e10s) - under review
* {{bug|1259512}} (P1, significantly higher rates of OOM crashes in the content process of Firefox with e10s than in the main process of non-e10s) - checking jemalloc profiling and stats report mechanism
== cervantes ==
* {{bug|1253575}} (crash in mozalloc_abort | NS_DebugBreak | mozilla::ipc::GeckoChildProcessHost::OpenPrivilegedHandle) - investigating
* {{bug|1257486}} (Add additional memory annotations to content process crash reports) - under review


== gsvelto ==
== gsvelto ==

Revision as of 15:08, 31 March 2016


« previous week | index | next week »


kanru

  • bug 1258312 (crash in mozalloc_abort | NS_DebugBreak | mozilla::ipc::FatalError | mozilla::dom::PBrowserChild::FatalError | mozilla::dom::PBrowserChild::OnMessageReceived) - requested review for diagnose patches

ting

  • bug 1197913 (M9, Moving the cursor outside the <select> drop-down list doesn't keep the last hovered item highlighted) - landed
  • bug 1255968 (P1, Interruptible reflow is broken in e10s) - under review
  • bug 1259512 (P1, significantly higher rates of OOM crashes in the content process of Firefox with e10s than in the main process of non-e10s) - checking jemalloc profiling and stats report mechanism

cervantes

  • bug 1253575 (crash in mozalloc_abort | NS_DebugBreak | mozilla::ipc::GeckoChildProcessHost::OpenPrivilegedHandle) - investigating
  • bug 1257486 (Add additional memory annotations to content process crash reports) - under review

gsvelto

  • All the mochitests under browser/base/content/test/general have a fix, not all the fixes have landed yet though
  • I've moved to fixing the tests under dom/base starting with the ones affecting the clipboard, progress is slow since I'm unfamiliar with this code and the first one I tackled turned out to be a real issue in Firefox when running with e10s enabled
    • bug 1258857 - (Enable test_copypaste.html with e10s) - Patch ready to fix an issue when serializing the clipboard contents for transfer over IPC, still have to fix the remaining tests