RESOLVED LATER 50243
[Qt][WK2] Forward cookie requests to the UI process.
https://bugs.webkit.org/show_bug.cgi?id=50243
Summary [Qt][WK2] Forward cookie requests to the UI process.
Jocelyn Turcotte
Reported 2010-11-30 09:29:34 PST
The goal is to allow the application to control the cookie persistence.
Attachments
Patch (11.15 KB, patch)
2010-11-30 09:38 PST, Jocelyn Turcotte
no flags
Sam Weinig
Comment 1 2010-11-30 09:32:59 PST
As a future goal is to move all networking out of the WebProcess, is there really a need to do this bit first?
Jocelyn Turcotte
Comment 2 2010-11-30 09:38:05 PST
Andreas Kling
Comment 3 2010-11-30 09:42:38 PST
(In reply to comment #1) > As a future goal is to move all networking out of the WebProcess, is there really a need to do this bit first? Where can we read more about this? :)
Jocelyn Turcotte
Comment 4 2010-12-02 12:48:18 PST
Comment on attachment 75159 [details] Patch (In reply to comment #1) > As a future goal is to move all networking out of the WebProcess, is there really a need to do this bit first? As we don't have a global cookie jar in Qt like you do on Cocoa, this patch helps development with web sites needing credentials. This is quite temporary, I don't have any problem keeping it in our branch to avoid pollution until things straighten out.
Note You need to log in before you can comment on or make changes to this bug.