Bug 54339

Summary: [Qt][WK2] Need implementation of ResourceRequest and ResourceResponse serialization
Product: WebKit Reporter: Balazs Kelemen <kbalazs>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin
Priority: P1 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Patch none

Description Balazs Kelemen 2011-02-12 09:26:56 PST
After r77974 Qt WebKit2 implementation is not more functional, i.e. MiniBrowser does not load a simple page.
The reason is that we lack serialization for ResourceRequest and ResourceResponse so WebFrameLoaderClient
cannot do it's job.
Comment 1 Balazs Kelemen 2011-02-12 16:22:10 PST
Created attachment 82245 [details]
Patch
Comment 2 Balazs Kelemen 2011-02-12 16:27:36 PST
The patch is just a dummy implementation that returns with true from decode
so the core can go with it. 
I do not think it is a good idea to implement this until we know how would
we use it. I am wondering about even the possibility of serializing and reusing
a request or a reply in another process with the Qt network stack.
Comment 3 Balazs Kelemen 2011-02-14 01:28:12 PST
Comment on attachment 82245 [details]
Patch

Clearing flags on attachment: 82245

Committed r78458: <http://trac.webkit.org/changeset/78458>
Comment 4 Balazs Kelemen 2011-02-14 01:28:19 PST
All reviewed patches have been landed.  Closing bug.