Bug 40339

Summary: Support combined blobs in v8/SerializedScriptValue and clean-up Blob constructors
Product: WebKit Reporter: Kinuko Yasuda <kinuko>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Kinuko Yasuda
Reported 2010-06-08 15:30:56 PDT
Currently writeBlob and readBlob in v8/SerializedScriptValue.cpp are only assuming single-file-based blobs, but they will need to support string/file/combined blobs made by BlobBuilder. The Blob::create(path) and Blob(path) constructors that take a file path also need to be clean up.
Attachments
Note You need to log in before you can comment on or make changes to this bug.