[Bug 24074] New: new Worker('data:...') should not throw

2013-12-12 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24074 Bug ID: 24074 Summary: new Worker('data:...') should not throw Product: WebAppsWG Version: unspecified Hardware: PC OS: All Status: NEW Severity

Re: [Bug 24074] New: new Worker('data:...') should not throw

2013-12-12 Thread pira...@gmail.com
Should have data: and blob: schemes the same consideration here? 2013/12/12 bugzi...@jessica.w3.org: https://www.w3.org/Bugs/Public/show_bug.cgi?id=24074 Bug ID: 24074 Summary: new Worker('data:...') should not throw Product: WebAppsWG Version

Re: [Bug 24074] New: new Worker('data:...') should not throw

2013-12-12 Thread Boris Zbarsky
On 12/12/13 7:24 AM, pira...@gmail.com wrote: Should have data: and blob: schemes the same consideration here? I would think not, since blob: URLs have a built-in concept of origin that's actually important, so are presumably covered by the origin of worker url is the same as the origin of