Electrolysis/Meetings/2015-10-01

From MozillaWiki
Jump to: navigation, search

mconley

  • M8 - bug 1204301 - In an e10s window, Nightly does not bring up the master password dialog when required for TLS client authentication
    • Fixed. Thanks for the review, billm!
  • M8 - bug 1202634 - [e10s] links with target=_blank in private browsing popup open in non-private window
    • Fixed. Thanks for this review too, billm!
  • M8 - bug 1110511 - Implement about:tabcrashed spec
    • I have a preliminary set of patches up, will request review today once I've done more testing
  • M8 - bug 1141041 - [e10s] Opening the "View" > "Page Style" menu in remote browser causes unsafe CPOW usage warnings
    • Following a tip from Gijs on the DOMLinkAdded events to detect when stylesheets are loaded, but apparently we don't fire that event for stylesheets - filed bug 1210074.
    • Likely going to go with billm's suggestion of asynchronously populating the menupopup
  • Hardware refresh, which put me out of commission for half of yesterday, but I'm back in business now.
  • smaug added a handy way of getting at the active nsITabParent for a browser window in bug 1209621.
    • nsIDocShellTreeOwner.primaryTabParent

gabor

  • contextmenu patch up for review
  • Bug 1196975 - Stop using shims in SDK code
 have been looking into what shims are we using in SDK,
 in most cases we use them accidentally, hard to turn them off
 because their scope is shared... I'm trying to fix it on SDK side,
 there is some progress (made some add-ons run without hitting any shim
 code)
  • some reviews

jimm

  • bug 1158111 (m8, tab offset caching) - fixed
  • bug 1198459 (m8, disabled e10s with a11y) - kicked out, this decision is currently under reconsideration
  • bug 1199892 (m8, mouse cursor flicker with both e10s/non-e10s) - investigated, looks like a patch that landed this spring can be backed out which fixes the problem.
  • bug 1137944 (m7, plugin positioning bug) - pretty much done, just waiting on two final reviews from roc

mrbkap

  • Investigated bug 1165558 (save pdf doesn't prompt for location)- have patch (easy). working on tests and should be up for review today.
  • Attached rest of patches to bug 1169268 (crash pasting files).

Giorgio

  • Released NoScript 2.6.9.37 with some incremental fixes
  • Pushing WebExtensions (esp. WebRequest) envelope with the firewall add-on
  • Heard back from IE Tab guys, finally (billm taking them on board, apparently)
  • Tails installer and verification SDK-based add-on.
 Should it use XPCOM/require("chrome") or pure JavaScript crypto?
  • Next week (5th to 10th) invited in Washington for the OTF summit, gonna meet
 Tails & Tor people and do networking with other add-on dependent projects, 
 but most likely  won't be able to attend the e10s meetings :(
     

billm

Almost done with PermitUnload patch