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

From MozillaWiki
Jump to navigation Jump to search
m (→‎cpeterson: e10s tests)
 
(2 intermediate revisions by 2 users not shown)
Line 70: Line 70:


== mrbkap ==
== mrbkap ==
* {{bug|1271244}} - about: shims partially broke - fix checked in.
* {{bug|1095484}} - irc: links ignored in child process - investigated and decided that it doesn't make sense for us to do anything (Chatzilla might as well make it work). Also, Honza's bug might make this Just Work (TM).
* A bunch of reviews


==elan==
==elan==
Line 75: Line 78:
** Here's notes from our kick off about this topic: http://bit.ly/1TZZ7nW
** Here's notes from our kick off about this topic: http://bit.ly/1TZZ7nW
** Let's sift through details in tomorrow's cross-functional, if you have any opinions about the roll-out for 48 please attend
** Let's sift through details in tomorrow's cross-functional, if you have any opinions about the roll-out for 48 please attend
* Add-Ons Roadmapping, please add topics: http://bit.ly/1TRA4Fp
* Add-Ons Roadmapping, please add topics: https://docs.google.com/a/mozilla.com/document/d/1h1w3VJA2SAlsfgUf56XSw1hX8ld90eZc_kW6MDqmfSQ/edit?usp=sharing


== cpeterson ==
== cpeterson ==
* rvitillo's [https://sql.telemetry.mozilla.org/dashboard/e10s-client-count-beta-e10scontrol- Engagement Ratio] dashboard now excludes XP users.
* rvitillo's [https://sql.telemetry.mozilla.org/dashboard/e10s-client-count-beta-e10scontrol- Engagement Ratio] dashboard now excludes XP users.
* disabled tests: I am tracking individual test owners and status in [https://docs.google.com/spreadsheets/d/10UeyRoiWV2HjkWwAU51HXyXAV7YLi4BjDm55mr5Xv6c/edit#gid=1053606518 this spreadsheet].
* disabled tests: I am tracking individual test owners and status in [https://docs.google.com/spreadsheets/d/10UeyRoiWV2HjkWwAU51HXyXAV7YLi4BjDm55mr5Xv6c/edit#gid=1053606518 this spreadsheet].
* [https://wiki.mozilla.org/E10s/Status/m9#M9_bugs_fixed_in_49_but_not_uplifted_to_48 List of bugs fixed in 49 but not uplifted 48]


== gsvelto ==
== gsvelto ==

Latest revision as of 16:20, 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

chutten

week5 analysis is in.

  • Back up to 800k clients in each of test and control branches
  • SLOW_SCRIPT_PAGE_COUNT is down again, to 0.05 per hour (for clients who experience at least one)
  • Otherwise, nothing of note.

Note that the folder structure of vitillo/e10s_analyses has changed, so update your bookmarks. I've already updated the links on the Release Criteria page so that they aren't broken there.

mconley

  • bug 1261842 - Make initial browser remote sooner if we're defaulting to using remote tabs
    • First chunk: bug 1276738 - Add tests for nsWindowWatcher's window opening behaviours
      • Landed last night, bounced, re-landed with some tests on Android disabled for good reasons.
  • M9 bug 1275384 - [e10s] bugzilla text boxes fail to take focus
    • Landed on central. Awaiting uplift approval.
  • M9 bug 1266799 - [e10s] Investigate slow fullscreen transition in content DOM for Yahoo music player
    • Patch up this afternoon.

felipe

mrbkap

  • bug 1271244 - about: shims partially broke - fix checked in.
  • bug 1095484 - irc: links ignored in child process - investigated and decided that it doesn't make sense for us to do anything (Chatzilla might as well make it work). Also, Honza's bug might make this Just Work (TM).
  • A bunch of reviews

elan

cpeterson

gsvelto

  • bug 1262852 Patch almost ready capturing better minidumps for plugin hangs

aklotz