Electrolysis/Meetings/2015-07-30

From MozillaWiki
Jump to: navigation, search

gabor

  • can't attend the meeting this week
  • Bug 863512 - Tab dnd - After trying my luck with various approaches, it turns out that with a simple bugfix for the xul panel popup, this unused feature actually works. Thanks Enn!!! I experiences some smaller glitches in debug build and the delay until we get the image from content side is a bit disturbing. It needs some testing on various platforms and some QA maybe. It would be nice if had an initial image instead of a blank white box (we could even animate it :) ).
  • Bug 1170484 - spelling correction on Facebook - I played a bit with khuey's patch and it does not seem to help. Tried doing microtasks after each chrome task, but it didn't help either. I'm quite worried about this problem. Also, none of the workaround ideas worked out so far :(
  • Various Add-on related planning / reading up

Mossop

  • Reviews for add-ons API
  • Tracking down tab detach bug

jimm

  • bug 1137944 (m7, plugin painting) - wip
  • killhard trends looking really good now that most of those a11y and killhard abort bugs are fixed.

Neil

  • 1099491 - autoscroll not closing on click, fixed
  • 1186398 - regression with change events not firing at the right time in select, fixed
  • 1134585 - no cpows in view selection source, patch being reviewed
  • 1186972 - select in high dpi mode not closing properly, testing patch

mconley

  • M8 - bug 1181475 - [e10s] Shift + back/forward button opens page in a new window but renders blank
    • Waiting on information from ttaubert, Mossop, or anybody who's more familiar with SessionStore than I am
  • M8 - bug 1134252 - [e10s] PBrowserChild::SendGetRenderFrameInfo fails with 'message was deserialized, but contained an illegal value'
    • Landed, uplifted to Aurora
  • M8 - bug 1145916 - printing multiple copies doesn't work with e10s
  • M8 - bug 1175645 - Printing stops working on a particular tab (probably e10s)
    • I can finally reproduce this.
  • Bug 1186956 - 2-20% svgr_opacity/tp5_responsiveness regressions on win* platforms seen on inbound July 21
    • Fixed
  • Lots of reviewing, as usual.
  • Reminder about intern presentations happening today, streaming on AirMo
    • ursula is at 4:30PM ET, 1:30PM PT
    • jimicy is at 4:50PM ET, 1:50PM PT
  • Test informant report generator: http://people.mozilla.org/~ahalberstadt/test-informant/#

== Jimmy (jimicy)

  • Wrapping up M8 Bug 866413 - Farm out pageinfo media fetching to a task. So it doesn't block the same content process.
  • Working on M8 Bug 1183296 - RSS feeds not displayed correctly in E10S tabs on OSX

ursula

  • M8 - Bug 1142034 - Don't show "Restore All Crashed Tabs" when only one tab open fixed and landed on central
  • Continuing on with Bug 1021654, patch is going through lots of review and lots of tests

bobowen

    • bug 1156742 - print to xps with low integrity sandbox - PoC using in memory EMF and then handing back to real device when printing completed (all still in the Child process). Need to look into pagination, which AFAICT is not supported in EMF. Chromium seems to suggest (in code comments) that it uses GDI comments to fake this, but I can't see the actual code. Also, need to look into the other EMF issues they've worked around.
    • bug 1171796 - MOZ_LOG() and stderr from child process are not outputted into log file - landed for NSPR, but needs a follow-up to fix absolute paths (bug 1189352). Also, filed follow-up for stderr console logging problem (bug 1189223).

felipe

  • bug 1166564 - Clearing history does not clear the history for each tab. - writing test
  • bug 1109087 - started looking at: Global indicator is dismissed after closing a loop call even though other active items are using the indicator at the same time. Will catch up with Florian.
  • reviews

Giorgio

  • Gone through my "adopted add-ons of the week". Interesting case MEGA:
 fixing https://bugzilla.mozilla.org/show_bug.cgi?id=940206 should fix it
 Is https://wiki.mozilla.org/Browser_Extensions ready to be shared (not great as a story, anyway)?

mrbkap

  • Still working on register{Protocol,Content}Handler.
  • ahal got back to me with a new test status dashboard. (still need to figure out the state of bugs filed on tests)
  • Should have a few patches ready next week.

gw280

  • m8 - bug 1109714 - RSS feed UI not working due to XUL. Working on rewriting it to use <select> instead. The only user-visible difference should be that the handler icons won't be visible (as select elements don't support them).
  • m8 - bug 1098131 - content area flashes when minimising/unminimising. had a quick look but nothing really found yet.
  • m8 - bug 1177445 - (select popups are too wide) I think we can fix this by inspecting the native theming stuff to look at what the margins are in the popup. I will speak to mstange later today about this.
  • m8 - bug 1184276 - the speculative patch I landed on blassey's advice did resolve the crashes it seems, so I've closed that and filed a followup at bug 1189025 to investigate why nsPluginHost::PluginWithId() is returning nullptr. aurora uplift has been requested for the patch in 1184276.

tracy

  • PTO today and Friday
  • working on enabling more browser chrome tests