Re: HTML spec changes about data: URIs and origins

2016-09-13 Thread Daniel Veditz
On Tue, Sep 13, 2016 at 12:25 PM, Boris Zbarsky wrote: > Probably; we know they get created; what we don't know is how they're used. ​Since Gecko is the only engine that behaves this way we can be reasonably sure we won't find public "must use Firefox" web sites depending on this behavior​. Int

Re: Central Moving to Visual Studio 2015 Update 3

2016-09-13 Thread Gregory Szorc
No. But if an update is available, there should be a purple flag icon in the top of the window (near the search box) and there should be a notification telling you updates are available. You can also check for updates in Tools -> Extensions and Updates. Or you can re-run the installer and it will f

Re: Central Moving to Visual Studio 2015 Update 3

2016-09-13 Thread Nicholas Nethercote
On Wed, Sep 14, 2016 at 3:22 AM, Gregory Szorc wrote: > Just landed on the autoland repo and making its way to central shortly is a > transition of the Windows toolchain from Visual Studio 2015 Update 2 / > Windows SDK 10.0.10586.0 to Visual Studio 2015 Update 3 w/ KB3165756 > (version 14.0.25425.

Re: Build taskgraph generation landed

2016-09-13 Thread Gregory Szorc
On Tue, Sep 13, 2016 at 1:02 PM, Dustin Mitchell wrote: > I think many of the concerned people were flagged for r? on bug > 1286075, but for everyone else, it's landed in inbound today. > > If you haven't mucked around with the configuration of which > TaskCluster tasks run for pushes, and how th

Is it possible to build Android application on Mozilla platform?

2016-09-13 Thread Oleksandr Gavenko
Is it possible to build Android application on Mozilla platform? I have limited Firefox extension experience. I see example of standalone applications based on Mozilla, like conkeror: #!/bin/sh XUL_APP_FILE=/usr/share/conkeror/application.ini export XUL_APP_FILE /usr/bin/firefox It is u

Build taskgraph generation landed

2016-09-13 Thread Dustin Mitchell
I think many of the concerned people were flagged for r? on bug 1286075, but for everyone else, it's landed in inbound today. If you haven't mucked around with the configuration of which TaskCluster tasks run for pushes, and how they run, then you can tune out now. If you have a project that I've

Re: HTML spec changes about data: URIs and origins

2016-09-13 Thread Boris Zbarsky
On 9/13/16 3:15 PM, Frederik Braun wrote: First of all, just to see how much breakage to expect when doing this on the web. Right, but my question is how you plan to measure that. So I wonder, is there a code path that we'd always call for DOM access to other window objects than the current g

Re: HTML spec changes about data: URIs and origins

2016-09-13 Thread Frederik Braun
On Tue, Sep 13, 2016 at 5:02 PM, Boris Zbarsky wrote: > On 9/13/16 8:31 AM, Frederik Braun wrote: >> I'd be happy to add a telemetry probe > > > For what, exactly? What do you propose to measure? > First of all, just to see how much breakage to expect when doing this on the web. So I wonder, is

Usability improvements for Firefox automation initiative - Status update #5

2016-09-13 Thread Armen Zambrano G.
On this update we will look at the progress made in the last two weeks. A reminder that this quarter’s main focus is on: * Debugging tests on interactive workers (only Linux on TaskCluster) * Improve end to end times on Try (Thunder Try project) For all bugs and priorities you can check out the

Central Moving to Visual Studio 2015 Update 3

2016-09-13 Thread Gregory Szorc
Just landed on the autoland repo and making its way to central shortly is a transition of the Windows toolchain from Visual Studio 2015 Update 2 / Windows SDK 10.0.10586.0 to Visual Studio 2015 Update 3 w/ KB3165756 (version 14.0.25425.01) / Windows SDK 10.0.14393.0 (the Windows 10 Anniversary Edit

Re: HTML spec changes about data: URIs and origins

2016-09-13 Thread Boris Zbarsky
On 9/13/16 8:31 AM, Frederik Braun wrote: Is back compat the main concern? Yes. Both for websites and addons. There's also a largish amount of work involved in auditing our tests to make sure the change doesn't make a bunch of security tests stop testing what they're trying to test, plus fi

Re: What if you could reinvent Firefox theming?

2016-09-13 Thread Dan Mosedale
I've had good luck with https://addons.mozilla.org/en-US/firefox/addon/theme-font-size-changer/ on Mac. It may be a good place to play with some of the user-experiences available if we want to provide something in core Firefox... Dan 2016-09-09 17:23 GMT-07:00 Myk Melez : > Justin Dolske > 201

Re: HTML spec changes about data: URIs and origins

2016-09-13 Thread Anne van Kesteren
On Tue, Sep 13, 2016 at 2:31 PM, Frederik Braun wrote: > Is back compat the main concern? I'd be happy to add a telemetry probe > and a devtools warning if someone is willing to point me in the right > direction. As I understand it the main potential problem is addons, coupled with internal tests

HTML spec changes about data: URIs and origins

2016-09-13 Thread Frederik Braun
Firefox treats iframes pointing to a data URL as same-origin. This is all well-known, was part of the HTML spec and has been discussed before [1,2] What has changed now is the HTML spec text[3]: Given that EdgeHTML, Webkit and Blink violated this requirement, the standard now turned around and ass