This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 22626 - File API needs to add Blob URL store and revocation list for use with URL parsing
Summary: File API needs to add Blob URL store and revocation list for use with URL par...
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: File API (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Arun
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-09 20:40 UTC by Arun
Modified: 2013-08-14 22:44 UTC (History)
1 user (show)

See Also:


Attachments

Description Arun 2013-07-09 20:40:18 UTC
File API needs the notion of a Blob URL store, that is applicable to units of related similar origin browsing contexts and to Workers.  The Blob URL store is a list of Blob URLs and resources.

The revocation list is processed at URL.revoke* and when the global script cleanup jobs list is processed (HTML).

This will be used in conjunction with Bug 17765.
Comment 1 Arun 2013-08-14 22:44:43 UTC
Fixed, see http://dev.w3.org/2006/webapi/FileAPI/#lifeTime