RESOLVED FIXED 132689
Make BlobDataFileReference manage its sandbox extension
https://bugs.webkit.org/show_bug.cgi?id=132689
Summary Make BlobDataFileReference manage its sandbox extension
Alexey Proskuryakov
Reported 2014-05-08 10:02:02 PDT
Currently, sandbox extensions for registered file blobs are tracked in WebKit2 in NetworkBlobRegistry, while the files itself are tracked in BlobRegistryImpl. This creates a potential for these getting out of sync. Also, I'm going to make WebCore read the files in some cases, so we'll need a way to consume extensions from WebCore code.
Attachments
proposed patch (39.92 KB, patch)
2014-05-08 10:25 PDT, Alexey Proskuryakov
andersca: review+
Alexey Proskuryakov
Comment 1 2014-05-08 10:25:09 PDT
Created attachment 231077 [details] proposed patch
Alexey Proskuryakov
Comment 2 2014-05-08 11:33:53 PDT
Note You need to log in before you can comment on or make changes to this bug.