RESOLVED FIXED 105703
Switch WebCookieManager and AuthenticationManager to use the ChildProcess rather than holding on to a Connection
https://bugs.webkit.org/show_bug.cgi?id=105703
Summary Switch WebCookieManager and AuthenticationManager to use the ChildProcess rat...
Sam Weinig
Reported 2012-12-23 19:31:28 PST
Switch WebCookieManager and AuthenticationManager to use the ChildProcess rather than holding on to a Connection
Attachments
Patch (16.91 KB, patch)
2012-12-23 19:37 PST, Sam Weinig
no flags
Patch (18.66 KB, patch)
2012-12-23 20:10 PST, Sam Weinig
mitz: review+
Sam Weinig
Comment 1 2012-12-23 19:37:52 PST
WebKit Review Bot
Comment 2 2012-12-23 19:40:48 PST
Attachment 180634 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit..." exit_code: 1 Source/WebKit2/WebProcess/Cookies/WebCookieManager.h:29: Alphabetical sorting problem. [build/include_order] [4] Total errors found: 1 in 11 files If any of these errors are false positives, please file a bug against check-webkit-style.
Build Bot
Comment 3 2012-12-23 19:45:00 PST
Early Warning System Bot
Comment 4 2012-12-23 19:45:43 PST
EFL EWS Bot
Comment 5 2012-12-23 19:49:26 PST
kov's GTK+ EWS bot
Comment 6 2012-12-23 19:56:20 PST
Sam Weinig
Comment 7 2012-12-23 20:10:18 PST
Sam Weinig
Comment 8 2012-12-23 21:46:05 PST
Csaba Osztrogonác
Comment 9 2012-12-24 00:17:15 PST
(In reply to comment #8) > Committed r138433: <http://trac.webkit.org/changeset/138433> It broke the Qt-Windows build: c:\webkitbuildslave\szeged-windows-1\qt-windows-32bit-release\build\source\webkit2\webprocess\cookies\WebCookieManager.h(53) : error C2061: syntax error : identifier 'uint64_t' c:\webkitbuildslave\szeged-windows-1\qt-windows-32bit-release\build\source\webkit2\webprocess\cookies\WebCookieManager.h(58) : error C2061: syntax error : identifier 'uint64_t' C:\WebKitBuildSlave\szeged-windows-1\qt-windows-32bit-release\build\Source\WebKit2\WebProcess\Cookies\WebCookieManager.cpp(61) : error C2511: 'void WebKit::WebCookieManager::getHostnamesWithCookies(uint64_t)' : overloaded member function not found in 'WebKit::WebCookieManager' c:\webkitbuildslave\szeged-windows-1\qt-windows-32bit-release\build\source\webkit2\webprocess\cookies\WebCookieManager.h(42) : see declaration of 'WebKit::WebCookieManager' C:\WebKitBuildSlave\szeged-windows-1\qt-windows-32bit-release\build\Source\WebKit2\WebProcess\Cookies\WebCookieManager.cpp(108) : error C2511: 'void WebKit::WebCookieManager::getHTTPCookieAcceptPolicy(uint64_t)' : overloaded member function not found in 'WebKit::WebCookieManager' c:\webkitbuildslave\szeged-windows-1\qt-windows-32bit-release\build\source\webkit2\webprocess\cookies\WebCookieManager.h(42) : see declaration of 'WebKit::WebCookieManager'
Csaba Osztrogonác
Comment 10 2012-12-24 00:21:04 PST
Speculative buildfix landed in https://trac.webkit.org/changeset/138435.
Note You need to log in before you can comment on or make changes to this bug.