Bug 134158 - Remove uses of CrossThreadTask in WorkerThreadableLoader, MemoryCache
Summary: Remove uses of CrossThreadTask in WorkerThreadableLoader, MemoryCache
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zan Dobersek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-21 11:00 PDT by Zan Dobersek
Modified: 2015-02-22 08:19 PST (History)
12 users (show)

See Also:


Attachments
Patch (40.60 KB, patch)
2014-06-21 11:06 PDT, Zan Dobersek
no flags Details | Formatted Diff | Diff
Patch for landing. (39.01 KB, patch)
2014-07-01 12:15 PDT, Zan Dobersek
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2014-06-21 11:00:09 PDT
Remove uses of CrossThreadTask in WorkerThreadableLoader, MemoryCache
Comment 1 Zan Dobersek 2014-06-21 11:06:30 PDT
Created attachment 233538 [details]
Patch
Comment 2 WebKit Commit Bot 2014-06-21 11:08:58 PDT
Attachment 233538 [details] did not pass style-queue:


ERROR: Source/WebCore/loader/cache/MemoryCache.cpp:848:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
ERROR: Source/WebCore/loader/cache/MemoryCache.cpp:867:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
ERROR: Source/WebCore/loader/cache/MemoryCache.cpp:868:  Multi line control clauses should use braces.  [whitespace/braces] [4]
Total errors found: 3 in 16 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Zan Dobersek 2014-07-01 12:15:25 PDT
Created attachment 234185 [details]
Patch for landing.
Comment 4 WebKit Commit Bot 2014-07-01 12:19:24 PDT
Attachment 234185 [details] did not pass style-queue:


ERROR: Source/WebCore/loader/cache/MemoryCache.cpp:848:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
ERROR: Source/WebCore/loader/cache/MemoryCache.cpp:867:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
ERROR: Source/WebCore/loader/cache/MemoryCache.cpp:868:  Multi line control clauses should use braces.  [whitespace/braces] [4]
Total errors found: 3 in 16 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 Zan Dobersek 2015-02-22 08:19:26 PST
This landed as r174583 back in October.
http://trac.webkit.org/changeset/174583