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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |