Bug 132689

Summary: Make BlobDataFileReference manage its sandbox extension
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebCore Misc.Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: bunhere, cdumez, commit-queue, gyuyoung.kim, rakuco, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch andersca: review+

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.