Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Issue 1713143002: Remove most of the blink::Task wrapping of WTF::Function outside WebTaskRunner (Closed)

Created:
4 years, 10 months ago by hiroshige
Modified:
4 years, 10 months ago
CC:
chromium-reviews, blink-reviews-platform-graphics_chromium.org, dshwang, kinuko+worker_chromium.org, kinuko+watch, rwlbuis, pdr+graphicswatchlist_chromium.org, drott+blinkwatch_chromium.org, blink-reviews-html_chromium.org, Justin Novosad, hongchan, dglazkov+blink, Rik, blink-reviews-bindings_chromium.org, gavinp+loader_chromium.org, loading-reviews_chromium.org, blink-worker-reviews_chromium.org, vmpstr+blinkwatch_chromium.org, Mads Ager (chromium), jbroman, Raymond Toy, blink-reviews, krit, Nate Chapin, Stephen Chennney, tyoshino+watch_chromium.org, ajuma+watch-canvas_chromium.org, falken, f(malita), oilpan-reviews, horo+watch_chromium.org, danakj+watch_chromium.org, kouhei+heap_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove most of the blink::Task wrapping of WTF::Function outside WebTaskRunner To prepare for splitting WTF::Function into same-thread and cross-thread classes (see Issue 588224), this CL: - Removes most of the blink::Task wrapping of WTF::Function. - Removes most of #include "platform/Task.h". - Replaces postTask(WebTaskRunner::Task*) with postTask(PassOwnPtr<Closure>) where possible. BUG=588224 Committed: https://crrev.com/3b7f33e65be2c0f06a8b2a6a414090aff57f8185 Cr-Commit-Position: refs/heads/master@{#377951}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : Rebase. #

Patch Set 5 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -141 lines) Patch
M third_party/WebKit/Source/bindings/core/v8/RejectedPromises.cpp View 1 2 3 3 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ScriptStreamerTest.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.h View 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp View 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreator.cpp View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.cpp View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerInspectorProxy.h View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerInspectorProxy.cpp View 5 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerThread.h View 1 2 3 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerThread.cpp View 1 2 3 9 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/fetch/CompositeDataConsumerHandle.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/CompositeDataConsumerHandleTest.cpp View 12 chunks +27 lines, -28 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.h View 8 chunks +12 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.cpp View 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/DataConsumerHandleUtil.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/DataConsumerTee.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/DataConsumerTeeTest.cpp View 3 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/mediacapturefromelement/OnRequestCanvasDrawListener.cpp View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/mediacapturefromelement/TimedCanvasDrawListener.cpp View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.cpp View 3 chunks +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.cpp View 3 chunks +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webdatabase/DatabaseTask.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webdatabase/DatabaseThread.cpp View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/WebScheduler.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/WebThreadSupportingGC.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp View 3 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/ReverbConvolver.cpp View 1 2 3 4 3 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/ImageFrameGeneratorTest.cpp View 1 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/HeapPage.cpp View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/heap/HeapTest.cpp View 1 9 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/web/WebNode.cpp View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/tests/SpinLockTest.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 31 (15 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1713143002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1713143002/20001
4 years, 10 months ago (2016-02-19 19:47:59 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_chromium_gn_compile_dbg/builds/24598)
4 years, 10 months ago (2016-02-19 20:19:06 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1713143002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1713143002/40001
4 years, 10 months ago (2016-02-19 22:40:49 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-20 00:11:22 UTC) #9
hiroshige
Hi, This is CL#1 of the 2 main CLs of my "Assign Thread Affinity to ...
4 years, 10 months ago (2016-02-21 18:56:54 UTC) #12
kinuko
lgtm as far as this lgt scheduler folks.
4 years, 10 months ago (2016-02-22 04:44:03 UTC) #13
haraken
LGTM
4 years, 10 months ago (2016-02-22 09:39:26 UTC) #14
Sami
lgtm.
4 years, 10 months ago (2016-02-22 12:17:02 UTC) #15
hiroshige
alexclarke@, could you take a look?
4 years, 10 months ago (2016-02-26 04:32:56 UTC) #16
alex clarke (OOO till 29th)
Didn't realize you where waiting on me. LGTM
4 years, 10 months ago (2016-02-26 16:25:28 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1713143002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1713143002/40001
4 years, 10 months ago (2016-02-26 16:30:22 UTC) #19
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/27885) android_chromium_gn_compile_dbg on ...
4 years, 10 months ago (2016-02-26 16:41:25 UTC) #21
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1713143002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1713143002/80001
4 years, 10 months ago (2016-02-26 18:00:42 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1713143002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1713143002/80001
4 years, 10 months ago (2016-02-26 19:53:11 UTC) #27
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 10 months ago (2016-02-26 20:12:00 UTC) #29
commit-bot: I haz the power
4 years, 10 months ago (2016-02-26 20:13:36 UTC) #31
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/3b7f33e65be2c0f06a8b2a6a414090aff57f8185
Cr-Commit-Position: refs/heads/master@{#377951}

Powered by Google App Engine
This is Rietveld 408576698