RESOLVED FIXED 149651
Move WebKit2 AsyncTask to WebCore CrossThreadTask
https://bugs.webkit.org/show_bug.cgi?id=149651
Summary Move WebKit2 AsyncTask to WebCore CrossThreadTask
Brady Eidson
Reported 2015-09-29 16:08:37 PDT
Move WebKit2 AsyncTask to WebCore CrossThreadTask 1 - It'll be needed in WebCore for IndexedDB. 2 - It's really only used for an asynchronous task that enforces cross-thread copying, so that's a better name for it.
Attachments
Patch v1 (65.62 KB, patch)
2015-09-29 16:10 PDT, Brady Eidson
achristensen: review+
Patch v1 (75.02 KB, patch)
2015-09-29 16:16 PDT, Brady Eidson
achristensen: review+
Brady Eidson
Comment 1 2015-09-29 16:10:18 PDT
Created attachment 262117 [details] Patch v1
Brady Eidson
Comment 2 2015-09-29 16:16:22 PDT
Created attachment 262118 [details] Patch v1
WebKit Commit Bot
Comment 3 2015-09-29 16:18:08 PDT
Attachment 262118 [details] did not pass style-queue: ERROR: Source/WebKit2/DatabaseProcess/IndexedDB/UniqueIDBDatabase.cpp:311: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/WebKit2/DatabaseProcess/IndexedDB/UniqueIDBDatabase.h:141: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/WebCore/platform/CrossThreadTask.h:37: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/WebCore/platform/CrossThreadTask.h:51: Extra space before ( in function call [whitespace/parens] [4] Total errors found: 4 in 8 files If any of these errors are false positives, please file a bug against check-webkit-style.
Brady Eidson
Comment 4 2015-09-29 16:29:49 PDT
Brady Eidson
Comment 5 2015-09-29 17:17:01 PDT
Note You need to log in before you can comment on or make changes to this bug.