[Webkit-unassigned] [Bug 96757] New: Support autoRevoke Blob option in URL.createObjectURL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 14 05:02:50 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=96757

           Summary: Support autoRevoke Blob option in URL.createObjectURL
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kinuko at chromium.org


The File API now has objectURLOptions.autoRevoke option to automatically revoke Blob URLs created by createObjectURL.
The option defaults to true by spec.

http://www.w3.org/TR/FileAPI/#dfn-autoRevoke

It'd be nice to support this feature as we could expect it might reduce memory leaks on unrevoked Blobs.

Defaulting this true could break existing code so it'd be better to announce/ask on webkit-dev before actually making the change.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list