RESOLVED FIXED 141975
Implement more of the data fetching API
https://bugs.webkit.org/show_bug.cgi?id=141975
Summary Implement more of the data fetching API
Anders Carlsson
Reported 2015-02-24 10:22:49 PST
Implement more of the data fetching API
Attachments
Patch (29.65 KB, patch)
2015-02-24 10:29 PST, Anders Carlsson
kling: review+
Anders Carlsson
Comment 1 2015-02-24 10:29:43 PST
WebKit Commit Bot
Comment 2 2015-02-24 10:33:15 PST
Attachment 247243 [details] did not pass style-queue: ERROR: Source/WebKit2/UIProcess/WebProcessProxy.h:125: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/WebKit2/UIProcess/WebProcessProxy.h:230: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/WebKit2/UIProcess/WebProcessProxy.cpp:653: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.cpp:113: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.cpp:116: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.cpp:153: Extra space before ( in function call [whitespace/parens] [4] Total errors found: 6 in 15 files If any of these errors are false positives, please file a bug against check-webkit-style.
Andreas Kling
Comment 3 2015-02-24 10:35:00 PST
Comment on attachment 247243 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=247243&action=review r=me > Source/WebCore/loader/cache/MemoryCache.h:151 > + WEBCORE_EXPORT HashSet<RefPtr<SecurityOrigin>> originsWithCache(SessionID); Seems like this could be const.
Anders Carlsson
Comment 4 2015-02-24 10:55:25 PST
Csaba Osztrogonác
Comment 5 2015-02-24 11:46:24 PST
Csaba Osztrogonác
Comment 6 2015-02-24 11:50:36 PST
One more fix was needed because of the following warning: ../../Source/WebKit2/UIProcess/WebProcessProxy.cpp: In member function ‘virtual void WebKit::WebProcessProxy::connectionDidClose(IPC::Connection&)’: ../../Source/WebKit2/UIProcess/WebProcessProxy.cpp:152:21: error: missing initializer for member ‘WebKit::WebsiteData::entries’ [-Werror=missing-field-initializers] callback({ }); ^ fix landed in http://trac.webkit.org/changeset/180579 Let me know if you know better fix to initialize entries member of WebsiteData.
Note You need to log in before you can comment on or make changes to this bug.