Bug 142395 - Don't use dispatch_semaphore in NetworkCacheStorage
Summary: Don't use dispatch_semaphore in NetworkCacheStorage
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-06 06:44 PST by Antti Koivisto
Modified: 2015-03-06 09:31 PST (History)
1 user (show)

See Also:


Attachments
patch (4.90 KB, patch)
2015-03-06 06:49 PST, Antti Koivisto
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2015-03-06 06:44:40 PST
Less platform code
Comment 1 Antti Koivisto 2015-03-06 06:49:07 PST
Created attachment 248062 [details]
patch
Comment 2 WebKit Commit Bot 2015-03-06 06:50:27 PST
Attachment 248062 [details] did not pass style-queue:


ERROR: Source/WebKit2/NetworkProcess/cache/NetworkCacheIOChannel.h:45:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/NetworkProcess/cache/NetworkCacheIOChannelCocoa.mm:78:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/NetworkProcess/cache/NetworkCacheIOChannelCocoa.mm:98:  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.
Comment 3 Antti Koivisto 2015-03-06 09:31:42 PST
https://trac.webkit.org/r181161