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

Issue 2870273002: Worklet: Enable TaskRunnerHelper to handle MainThreadWorkletGlobalScope (Closed)

Created:
3 years, 7 months ago by nhiroki
Modified:
3 years, 7 months ago
Reviewers:
kinuko, kinuko (google)
CC:
chromium-reviews, sof, eae+blinkwatch, blink-reviews-dom_chromium.org, dglazkov+blink, blink-reviews, rwlbuis
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Worklet: Enable TaskRunnerHelper to handle MainThreadWorkletGlobalScope MainThreadWorklet runs on the main thread and tasks on that should be managed by the per-frame task runners. This CL associates them in TaskRunnerHelper::Get(). This is necessary for implementing module loading on main thread worklets. (see https://codereview.chromium.org/2826313003/) BUG=627945 Review-Url: https://codereview.chromium.org/2870273002 Cr-Commit-Position: refs/heads/master@{#470851} Committed: https://chromium.googlesource.com/chromium/src/+/905a5fd6040cc73a6adaff129faa5bf0b1edfc2a

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -9 lines) Patch
M third_party/WebKit/Source/core/dom/TaskRunnerHelper.cpp View 2 chunks +14 lines, -9 lines 2 comments Download

Messages

Total messages: 33 (16 generated)
nhiroki
PTAL, thanks!
3 years, 7 months ago (2017-05-10 00:14:24 UTC) #3
kinuko (google)
https://codereview.chromium.org/2870273002/diff/1/third_party/WebKit/Source/core/dom/TaskRunnerHelper.cpp File third_party/WebKit/Source/core/dom/TaskRunnerHelper.cpp (right): https://codereview.chromium.org/2870273002/diff/1/third_party/WebKit/Source/core/dom/TaskRunnerHelper.cpp#newcode82 third_party/WebKit/Source/core/dom/TaskRunnerHelper.cpp:82: return Get(type, ToDocument(execution_context)); would Get(type, ToDocument(nullptr)) work? actually what ...
3 years, 7 months ago (2017-05-10 01:04:46 UTC) #6
nhiroki
Thanks for your comments. https://codereview.chromium.org/2870273002/diff/1/third_party/WebKit/Source/core/dom/TaskRunnerHelper.cpp File third_party/WebKit/Source/core/dom/TaskRunnerHelper.cpp (right): https://codereview.chromium.org/2870273002/diff/1/third_party/WebKit/Source/core/dom/TaskRunnerHelper.cpp#newcode82 third_party/WebKit/Source/core/dom/TaskRunnerHelper.cpp:82: return Get(type, ToDocument(execution_context)); On 2017/05/10 ...
3 years, 7 months ago (2017-05-10 01:15:41 UTC) #7
kinuko (google)
On 2017/05/10 01:15:41, nhiroki (maybe slow) wrote: > Thanks for your comments. > > https://codereview.chromium.org/2870273002/diff/1/third_party/WebKit/Source/core/dom/TaskRunnerHelper.cpp ...
3 years, 7 months ago (2017-05-10 01:27:18 UTC) #8
kinuko (google)
On 2017/05/10 01:27:18, kinuko (google) wrote: > On 2017/05/10 01:15:41, nhiroki (maybe slow) wrote: > ...
3 years, 7 months ago (2017-05-10 01:29:52 UTC) #9
kinuko
lgtm as we already have had the code. I feel this overload resolution is getting ...
3 years, 7 months ago (2017-05-10 01:39:08 UTC) #10
nhiroki
On 2017/05/10 01:39:08, kinuko wrote: > lgtm as we already have had the code. > ...
3 years, 7 months ago (2017-05-10 01:45:27 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2870273002/1
3 years, 7 months ago (2017-05-10 02:06:02 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_TIMED_OUT, build has not started yet; ...
3 years, 7 months ago (2017-05-10 04:09:25 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2870273002/1
3 years, 7 months ago (2017-05-10 04:39:59 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/449642)
3 years, 7 months ago (2017-05-10 07:08:11 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2870273002/1
3 years, 7 months ago (2017-05-11 01:56:35 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/367841)
3 years, 7 months ago (2017-05-11 03:07:58 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2870273002/1
3 years, 7 months ago (2017-05-11 03:34:26 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/451323)
3 years, 7 months ago (2017-05-11 05:29:49 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2870273002/1
3 years, 7 months ago (2017-05-11 05:32:34 UTC) #30
commit-bot: I haz the power
3 years, 7 months ago (2017-05-11 06:52:03 UTC) #33
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/905a5fd6040cc73a6adaff129faa...

Powered by Google App Engine
This is Rietveld 408576698