Bug 54339 - [Qt][WK2] Need implementation of ResourceRequest and ResourceResponse serialization
Summary: [Qt][WK2] Need implementation of ResourceRequest and ResourceResponse seriali...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P1 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2011-02-12 09:26 PST by Balazs Kelemen
Modified: 2011-02-14 01:28 PST (History)
1 user (show)

See Also:


Attachments
Patch (2.18 KB, patch)
2011-02-12 16:22 PST, Balazs Kelemen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.