- From: <bugzilla@jessica.w3.org>
- Date: Thu, 05 Jun 2014 13:22:09 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25914 --- Comment #8 from Arun <arun@mozilla.com> --- (In reply to Anne from comment #7) > This is wrong. The URL parser is http://url.spec.whatwg.org/ That returns > you components you can operate on. 'scheme data' seems to be the identifier > you want. Or maybe 'scheme data' + "?" + 'query'. I thought it was the other way around: that URL Parser wanted File API to define a way to extract identifiers from Blob URLs. If not, seems like what's needed is: 1. Use URL parser to get scheme data. Other URL components have no meaning, and are not emitted by any method (e.g. URL.createFor or URL.createObjectURL do not emit a fragment, a query, etc., although web developers can append a fragment). 2. Get the origin out of the parsed URL from 1. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Thursday, 5 June 2014 13:22:10 UTC