WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 54339
[Qt][WK2] Need implementation of ResourceRequest and ResourceResponse serialization
https://bugs.webkit.org/show_bug.cgi?id=54339
Summary
[Qt][WK2] Need implementation of ResourceRequest and ResourceResponse seriali...
Balazs Kelemen
Reported
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.
Attachments
Patch
(2.18 KB, patch)
2011-02-12 16:22 PST
,
Balazs Kelemen
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Balazs Kelemen
Comment 1
2011-02-12 16:22:10 PST
Created
attachment 82245
[details]
Patch
Balazs Kelemen
Comment 2
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.
Balazs Kelemen
Comment 3
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
>
Balazs Kelemen
Comment 4
2011-02-14 01:28:19 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug