Bug 110364 - ResourceHandle::loadResourceSynchronously should have blob support in cross-platform code
Summary: ResourceHandle::loadResourceSynchronously should have blob support in cross-p...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-20 12:05 PST by Alexey Proskuryakov
Modified: 2013-02-20 13:04 PST (History)
10 users (show)

See Also:


Attachments
proposed patch (11.72 KB, patch)
2013-02-20 12:09 PST, Alexey Proskuryakov
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2013-02-20 12:05:58 PST
Currently, each platform talks to BlobRegistry on its own.

This is a step towards better abstracting out blob support from ResourceHandle platform bits.
Comment 1 Alexey Proskuryakov 2013-02-20 12:09:36 PST
Created attachment 189353 [details]
proposed patch
Comment 2 Alexey Proskuryakov 2013-02-20 13:04:26 PST
Committed <http://trac.webkit.org/changeset/143487>.