Electrolysis/Meetings/2016-06-02: Difference between revisions
< Electrolysis | Meetings
Jump to navigation
Jump to search
(RyanVM) |
(Add updates from kanru's team) |
||
Line 24: | Line 24: | ||
** All Win7 e10s tests now riding the Gecko 48 train. | ** All Win7 e10s tests now riding the Gecko 48 train. | ||
** Working on enabling Win8 e10s tests on Gecko 48+ release branches. | ** Working on enabling Win8 e10s tests on Gecko 48+ release branches. | ||
== cervantes == | |||
* {{bug|1272018}} NEW:: Use shared memory to send images for drag and drop | |||
** Ready to land | |||
* {{bug|1275398}} NEW:: Use shared memory to send images in IPCDataTransfer | |||
** Ready to land | |||
== ting == | |||
* {{bug|1274075}} NEW:: IndexedDB ObjectStore AddOrPut operation crashes when attempting to send too much data via an IPC pipe | |||
** submitted wip v1 | |||
== wcpan == | |||
* {{bug|1264566}} NEW:: [e10s] UAC error message "Acces Denied" when doing action on file/folder after upload in Firefox with form submit | |||
** request for review | |||
** tracing leaked nsMIMEInputStream, ni smaug | |||
== kanru == | |||
* {{bug|1264642}} NEW:: Reduce the contiguous address space needed for StructuredClone serialization | |||
** refactoring and rebasing patches | |||
* {{bug|1271890}} NEW:: Crash in base::win::PEImage::GetProcAddress | |||
** Summarize current findings | |||
** Investigating, trying to understand sandbox broker |
Revision as of 15:56, 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 content text selection changes, caching that text selection in parent.
- bug 1162050 - Remove draggesture and dragdrop events
- reviewed by enn
RyanVM
- Softvision verified the OSX 10.6-10.8 and WinXP e10s blocks on Aurora48.
- bug 1276237 - Run all possible e10s test suites on the release branches for Gecko 48+
- Enabled most Linux debug e10s tests on Gecko 48+. mochitest-dt still too intermittent to enable.
- All Win7 e10s tests now riding the Gecko 48 train.
- Working on enabling Win8 e10s tests on Gecko 48+ release branches.
cervantes
- bug 1272018 NEW:: Use shared memory to send images for drag and drop
- Ready to land
- bug 1275398 NEW:: Use shared memory to send images in IPCDataTransfer
- Ready to land
ting
- bug 1274075 NEW:: IndexedDB ObjectStore AddOrPut operation crashes when attempting to send too much data via an IPC pipe
- submitted wip v1
wcpan
- bug 1264566 NEW:: [e10s] UAC error message "Acces Denied" when doing action on file/folder after upload in Firefox with form submit
- request for review
- tracing leaked nsMIMEInputStream, ni smaug
kanru
- bug 1264642 NEW:: Reduce the contiguous address space needed for StructuredClone serialization
- refactoring and rebasing patches
- bug 1271890 NEW:: Crash in base::win::PEImage::GetProcAddress
- Summarize current findings
- Investigating, trying to understand sandbox broker