<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.mozilla.org/index.php?action=history&amp;feed=atom&amp;title=Electrolysis%2FMeetings%2F2015-09-24</id>
	<title>Electrolysis/Meetings/2015-09-24 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.mozilla.org/index.php?action=history&amp;feed=atom&amp;title=Electrolysis%2FMeetings%2F2015-09-24"/>
	<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Electrolysis/Meetings/2015-09-24&amp;action=history"/>
	<updated>2026-04-09T17:18:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.10</generator>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Electrolysis/Meetings/2015-09-24&amp;diff=1098800&amp;oldid=prev</id>
		<title>Jmathies: Created page with &quot;== mconley == * M8 - {{bug|1204301}} - In an e10s window, Nightly does not bring up the master password dialog when required for TLS client authentication ** Speculative patch...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Electrolysis/Meetings/2015-09-24&amp;diff=1098800&amp;oldid=prev"/>
		<updated>2015-10-01T17:01:53Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== mconley == * M8 - {{bug|1204301}} - In an e10s window, Nightly does not bring up the master password dialog when required for TLS client authentication ** Speculative patch...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== mconley ==&lt;br /&gt;
* M8 - {{bug|1204301}} - In an e10s window, Nightly does not bring up the master password dialog when required for TLS client authentication&lt;br /&gt;
** Speculative patch posted&lt;br /&gt;
** Blocked on review by mayhemer (redirected to him by michal) who is apparently not accepting review requests right now, but is needinfo&amp;#039;d on the bug. Anybody have suggestions for other reviewers? This patch involves the intersection of Necko and NSS...&lt;br /&gt;
* M8 - {{bug|1194897}} - [e10s] window.[location|menu|personal|status|tool]bar.visible is always false&lt;br /&gt;
** Originally, &amp;quot;Clicking a link on digg.com with e10s enabled yields two tabs&amp;quot;&lt;br /&gt;
** Fixed, landed.&lt;br /&gt;
* M8 - {{bug|1202634}} - [e10s] links with target=_blank in private browsing popup open in non-private window&lt;br /&gt;
** Patch posted, waiting on review from billm. Happy to redirect if somebody else wants to take a look.&lt;br /&gt;
* M8 - {{bug|1141041}} - [e10s] Opening the &amp;quot;View&amp;quot; &amp;gt; &amp;quot;Page Style&amp;quot; menu in remote browser &lt;br /&gt;
causes unsafe CPOW usage warnings&lt;br /&gt;
** I have a potential solution to this, but  will not work for stylesheets that are added dynamically. Based on how  niche alternative stylesheets are, and how niche dynamically added  stylesheets are, I suspect this is okay. Will file a follow-up for the dynamic case.&lt;br /&gt;
* M8 - {{bug|1110511}} - Implement about:tabcrashed spec&lt;br /&gt;
** ursula has a start on this, and I&amp;#039;ve picked up where she left off. Should be pretty straight-forward - hope to have a patch today.&lt;br /&gt;
* I&amp;#039;ve been asked to give a quick crash-course on JS / DOM for Gecko hackers for a new hire as part of an onboarding experiment. Spending a few hours this week assembling slides and exercises.&lt;br /&gt;
** Here&amp;#039;s what I&amp;#039;ve got so far: https://github.com/mikeconley/js-and-dom-for-gecko-hackers-talk&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Neil ==&lt;br /&gt;
&lt;br /&gt;
1202176/1204944 - tab dragging image not positioned properly in high dpi modes, done&lt;br /&gt;
1199239 - remove cpow usage from bookmark page command, being reviewed&lt;br /&gt;
1206559 - focus issues with some tests, have possible patch&lt;br /&gt;
&lt;br /&gt;
==elan==&lt;br /&gt;
(read only)&lt;br /&gt;
Beta/GA Criteria lock on Oct 1&lt;br /&gt;
Wrangling &amp;#039;product wanted&amp;#039; &lt;br /&gt;
Working with product to capture requirements &lt;br /&gt;
&lt;br /&gt;
Aurora telemetry study findings: figuring out what they actually mean&lt;br /&gt;
&lt;br /&gt;
==billm==&lt;br /&gt;
Fixed a couple more test failures in PermitUnload patch&lt;br /&gt;
Landed some WebExtension patches&lt;br /&gt;
&lt;br /&gt;
== mrbkap ==&lt;br /&gt;
* Worked through backlog of needinfos and reviews.&lt;br /&gt;
* Investigated bug 1186957 (can&amp;#039;t fill forms in private mode), but can&amp;#039;t reproduce and all obvious modes of failure should Just Work.&lt;br /&gt;
* Will work on getting OSX e10s tests enabled this week.&lt;br /&gt;
&lt;br /&gt;
== Giorgio ==&lt;br /&gt;
* Kept working on the firewall-like WebExtension and taking notes of roadblocks for it &amp;amp; NoScript:&lt;br /&gt;
  - nsIEffectiveTLDService &amp;amp; nsIIDNService replacements Maybe in URL Web API? https://url.spec.whatwg.org/#dom-url-domaintoascii&lt;br /&gt;
  - WebRequest / beforeload equivalent for nsIContentPolicy interception of non-HTTP loads and decisions based on DOM nodes&lt;br /&gt;
  - Bug 1190662, is it supposed to cope also with dynamic resizing?&lt;br /&gt;
  - Really low level stuff, e.g. ScriptlessBGThumbs&lt;br /&gt;
* Still no news from IE Tab, but they seem not interested in maintaining a legacy Firefox add-on:&lt;br /&gt;
  https://getsatisfaction.com/ietab/topics/future-of-ietab2-for-firefox&lt;br /&gt;
&lt;br /&gt;
==blassey==&lt;br /&gt;
* remoting nsHandlerService: finally getting back to this. Spent yesterday unbitrotting my patch&lt;br /&gt;
&lt;br /&gt;
==gabor==&lt;br /&gt;
* WEAPI reviews&lt;br /&gt;
* refactoring the contextmenus patch for WEAPI (taking a bit more time than I expected :( )&lt;/div&gt;</summary>
		<author><name>Jmathies</name></author>
	</entry>
</feed>