Electrolysis/Meetings/2015-06-18

From MozillaWiki
Jump to: navigation, search

gabor

  • Bug 1100498 - add-on warnings, landed
  • Bug 1164014 - shim optimisation, uplifted to aurora, intermittent failures on PGO builds (bug 1172468)
  • Bug 1153872 - GetTabOffset, CPOW crash, patch landed
  • Bug 1142219 - :target pseudo selector, WFM closed
  • some reviews and various small things around xpconnect

ursula

  • Bug 1168589 is landed on central - newtab-customize-panel has successfully been converted into an HTML element to help with the migration of xul to xhtml of newtab page and allow it to run in content with proper communication to parent process (Bug 1167601 - which depends on Bug 1171344 for removal of search panel to land so i can rebase on top of that)
  • Follow up Bug 1175657 which fixes RTL mode in the customization panel is set for check in needed and should go through
  • Working on Bug 102165 which will move newtab into content completely - making progress on it but still working away to find the best design to fix the problem.

jimicy (Jimmy Wang)

  • (in progress) Bug 653065 - Make the lightweight theme web installer ready for e10s
   * implemented functionality in e10s. Move parts to content script (content.js). Tests pass in non-e10s. Tests fail in e10s.
   * rewriting tests as async tests with add_tasks()

Neil

* 1123422 - selecting text doesn't work when chrome is focused
* 1153518 - cannot drop  on selection in urlbar
* 1132518 - F6 document navigation, address some review comments

== gw280 ==
* all m7 select bugs done!
* still working on the background colour flashing issue, it's very involved with layout code.
* passed off one bug to gabor. turns out it was a WORKSFORME anyway.

mconley

  • M6 - bug 863514 - Electrolysis: Make gesture support work
    • I've addressed masayuki's feedback and confirmed that the patch works
    • Doesn't actually address the summary of the bug. This bug has become about panning with trackpads on OS X. I will likely file a new one for the rest of the gestures, and rewire dependencies.
  • M7 - bug 1116188 - [e10s] Stop using sync messages for Gecko profiler
    • Fixed and landed. New version of Gecko Profiler Add-on has shipped with async support. No more deadlocks!
  • M7 - bug 1096550 - Dragging tab from one window to another on different displays zooms in
    • Fixed and landed.
  • M7 - bug 1166351 - Unable to access new tabs and unable to close any tab
    • I have an idea of how we can try to "trap" this bug with some logging. Patch this afternoon.
  • M? - bug 1170488 - browser.documentURI goes out of sync when doing same-document navigation in e10s
    • This was causing CTP breakage and potential confusion for other bits of browser chrome code or add-ons.
    • Fix is on inbound
  • Filed a bunch of talos and performance related bugs with jmaher and avih

jimm

  • bug 1080687 (tabs crash on system shutdown) - waiting on review
  • bug 1152109 (flash widget disappears/flashes when caret is in the widget) - on inbound
  • bug 1152326 (flash plugin is continuously flickering if multiple windows are open) - on inbound
  • bug 1152300 (windowed Flash steals keyboard input) - wip

Tracy

  • nothing notable beyond add-on triage and browser chrome test learning
  • on PTO, tomorrow, 2015-06-19. Perhaps on PTO some part of first week in July (parents in town)

billm

  • Bug 1164543 - Hangs with plugins on shutdown. Patches reviewed, will land.
  • Bug 1175770 - Posted initial patch for extensions.

Giorgio

  • ABE porting:
 x committed improved module composition and legacy loader
 x Currently working to migrate the DNS resolution stuff and resolving other dependencies
  • Helping the Tails project with their cross-browser download and verify add-on
  • Released NoScript 2.6.9.27 fixing video blocking issue due to redirectTo()

blassey

  • bug 1161166 - Shared memory for OSX, landed, in todays nightly
  • bug 1158561 - Hang with ClearSiteData. Just got tests to pass, need to clean up the patch.
  • bug 1166132 - Talos test for tab switching, will get back to this next

mrbkap

  • bug 1151848 - Working on a patch for crash calling SendGetCurrentScreenConfiguration
  • bug 1169268 - Investigating crash pasting files
  • bug 1168223 - Editor crash while focusing -- this turned out to be caused by some IME code. Masayuki and ehsan were discussing it but there's no conclusion yet.