Bug 110364

Summary: ResourceHandle::loadResourceSynchronously should have blob support in cross-platform code
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Page LoadingAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: danw, gustavo, michaeln, mifenton, mrobinson, rakuco, rwlbuis, tonikitoo, webkit.review.bot, yong.li.webkit
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch andersca: review+

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>.