Electrolysis/Meetings/2016-06-02: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(add my contributions to weekly e10s meeting)
Line 9: Line 9:
* {{bug|1274074}} - console.log()ging too much data can crash e10s via IPC call from mozilla::dom::ProcessGlobal::SendAsyncMessage -- landed
* {{bug|1274074}} - console.log()ging too much data can crash e10s via IPC call from mozilla::dom::ProcessGlobal::SendAsyncMessage -- landed
* {{bug|1275430}} - Add telemetry and logging to record content process failures to start -- landed
* {{bug|1275430}} - Add telemetry and logging to record content process failures to start -- landed
== jimicy ==
* {{bug|1261299}} -  Mac OS X Services is not available for e10s tab content
** patch in the works.
** Using nsAutoCopyListener that is used on Linux for the kSelectionClipboard.
** Async messages to parent whenever text selection changes, caching that text selection.
* {{bug|1162050}} - Remove draggesture and dragdrop events
** reviewed by enn

Revision as of 15:53, 2 June 2016


« previous week | index | next week »

haik

  • bug 1274074 - console.log()ging too much data can crash e10s via IPC call from mozilla::dom::ProcessGlobal::SendAsyncMessage -- landed
  • bug 1275430 - Add telemetry and logging to record content process failures to start -- landed

jimicy

  • bug 1261299 - Mac OS X Services is not available for e10s tab content
    • patch in the works.
    • Using nsAutoCopyListener that is used on Linux for the kSelectionClipboard.
    • Async messages to parent whenever text selection changes, caching that text selection.
  • bug 1162050 - Remove draggesture and dragdrop events
    • reviewed by enn