Re: Intent to unship: jar: URIs from content

2015-10-19 Thread Gregory Szorc
On Sat, Oct 17, 2015 at 3:48 PM, Ben Kelly wrote: > On Oct 16, 2015 6:17 PM, "Robert O'Callahan" wrote: > > I guess the right fix would be to have a Web proxy service that accepts > > URLs in a custom format, unpacks ZIP files and serves their contents.

Re: Intent to unship: jar: URIs from content

2015-10-19 Thread Boris Zbarsky
On 10/19/15 4:07 PM, Gregory Szorc wrote: Or you could register a custom content type handler (possibly via a special "Gecko Hackers" Firefox add-on) that runs an appropriate mach command when said file is downloaded. This ignores the point about running the file after downloading having

Re: Intent to unship: jar: URIs from content

2015-10-17 Thread Ben Kelly
On Oct 16, 2015 6:17 PM, "Robert O'Callahan" wrote: > I guess the right fix would be to have a Web proxy service that accepts > URLs in a custom format, unpacks ZIP files and serves their contents. Bugzilla could do this in a service worker.

Re: Intent to unship: jar: URIs from content

2015-10-16 Thread Boris Zbarsky
On 10/16/15 1:13 PM, Gregory Szorc wrote: On Thu, Oct 15, 2015 at 4:08 PM, Robert O'Callahan wrote: I'm sad that I won't be able to use jar: URLs to load testcases in ZIP files uploaded to Bugzilla, but this sounds like the right thing to do. If this is a common use

Re: Intent to unship: jar: URIs from content

2015-10-16 Thread Gregory Szorc
On Thu, Oct 15, 2015 at 4:08 PM, Robert O'Callahan wrote: > I'm sad that I won't be able to use jar: URLs to load testcases in ZIP > files uploaded to Bugzilla, but this sounds like the right thing to do. > If this is a common use case, then `mach test` should be able to

Re: Intent to unship: jar: URIs from content

2015-10-16 Thread Robert O'Callahan
On Sat, Oct 17, 2015 at 6:13 AM, Gregory Szorc wrote: > On Thu, Oct 15, 2015 at 4:08 PM, Robert O'Callahan > wrote: > >> I'm sad that I won't be able to use jar: URLs to load testcases in ZIP >> files uploaded to Bugzilla, but this sounds like the right

Re: Intent to unship: jar: URIs from content

2015-10-15 Thread Ehsan Akhgari
On 2015-10-15 7:08 PM, Robert O'Callahan wrote: I'm sad that I won't be able to use jar: URLs to load testcases in ZIP files uploaded to Bugzilla, but this sounds like the right thing to do. When speaking with Boris on IRC today he also mentioned that he does use jar URLs in this way. You

Re: Intent to unship: jar: URIs from content

2015-10-15 Thread Nicholas Alexander
On Thu, Oct 15, 2015 at 10:58 AM, Ehsan Akhgari wrote: > We currently support URLs such as http://mxr.mozilla.org/mozilla-central/source/modules/libjar/test/mochitest/bug403331.zip?raw=1=application/java-archive!/test.html>. > This is a Firefox specific feature that no

Re: Intent to unship: jar: URIs from content

2015-10-15 Thread Jason Duell
OMG yes please. Jason On Thu, Oct 15, 2015 at 11:31 AM, Ehsan Akhgari wrote: > On 2015-10-15 1:58 PM, Ehsan Akhgari wrote: > >> We currently support URLs such as >> >

Re: Intent to unship: jar: URIs from content

2015-10-15 Thread Bobby Holley
Huzzah! Thanks for fixing this Ehsan. On Thu, Oct 15, 2015 at 10:58 AM, Ehsan Akhgari wrote: > We currently support URLs such as http://mxr.mozilla.org/mozilla-central/source/modules/libjar/test/mochitest/bug403331.zip?raw=1=application/java-archive!/test.html>. > This

Re: Intent to unship: jar: URIs from content

2015-10-15 Thread Ehsan Akhgari
On 2015-10-15 1:58 PM, Ehsan Akhgari wrote: We currently support URLs such as . This is a Firefox specific feature that no other engine implements, and it

Re: Intent to unship: jar: URIs from content

2015-10-15 Thread Aaron Klotz
SGTM! On 10/15/2015 11:58 AM, Ehsan Akhgari wrote: We currently support URLs such as . This is a Firefox specific feature that no other engine implements,