- From: <bugzilla@jessica.w3.org>
- Date: Wed, 18 Jun 2014 21:05:25 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25987 --- Comment #5 from Arun <arun@mozilla.com> --- This is fixed per discussions on the listserv. 1. The Blob URL Store is no longer between "units of similar origin browsing contexts" but on the global object that supports URL.createFor or URL.createObjectURL. http://dev.w3.org/2006/webapi/FileAPI/#lifeTime http://dev.w3.org/2006/webapi/FileAPI/#originOfBlobURL 2. Origin extraction is through recursive invocation of basic URL parsing, which parses identifiers (scheme data components of Blob URLs) into scheme, host, port; we return a tuple of these. http://dev.w3.org/2006/webapi/FileAPI/#extractionOfOriginFromIdentifier If further spec problems/bugs exist, I'd prefer *specific* bugs rather than re-opening this. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Wednesday, 18 June 2014 21:05:30 UTC