RESOLVED FIXED 141273
Avoid copying std::functions across threads in NetworkCacheStorage
https://bugs.webkit.org/show_bug.cgi?id=141273
Summary Avoid copying std::functions across threads in NetworkCacheStorage
Antti Koivisto
Reported 2015-02-04 16:19:51 PST
The current behavior is bug-prone.
Attachments
patch (16.57 KB, patch)
2015-02-04 16:38 PST, Antti Koivisto
no flags
rebased (16.57 KB, patch)
2015-02-04 16:45 PST, Antti Koivisto
kling: review+
Antti Koivisto
Comment 1 2015-02-04 16:38:00 PST
Antti Koivisto
Comment 2 2015-02-04 16:45:33 PST
WebKit Commit Bot
Comment 3 2015-02-04 16:48:01 PST
Attachment 246067 [details] did not pass style-queue: ERROR: Source/WebKit2/NetworkProcess/cache/NetworkCacheStorage.h:167: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/WebKit2/NetworkProcess/cache/NetworkCacheStorage.h:174: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/WebKit2/NetworkProcess/cache/NetworkCacheStorageCocoa.mm:410: Extra space before ( in function call [whitespace/parens] [4] Total errors found: 3 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style.
Andreas Kling
Comment 4 2015-02-04 16:49:12 PST
Comment on attachment 246067 [details] rebased View in context: https://bugs.webkit.org/attachment.cgi?id=246067&action=review r=me > Source/WebKit2/NetworkProcess/cache/NetworkCacheStorageCocoa.mm:359 > + auto& retrieve = *retrieveOperation; Whenever I see code like this it makes me wonder if we should have a never-null unique_ptr.
Antti Koivisto
Comment 5 2015-02-05 06:32:10 PST
Note You need to log in before you can comment on or make changes to this bug.