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

Issue 2580253002: Specify TaskType of posted Task explicitly in worker (7) (Closed)

Created:
4 years ago by tzik
Modified:
4 years ago
Reviewers:
haraken, nhiroki
CC:
chromium-reviews, shimazu+worker_chromium.org, kinuko+worker_chromium.org, blink-reviews, horo+watch_chromium.org, falken+watch_chromium.org, blink-worker-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Specify TaskType of posted Task explicitly in worker Workers doesn't have the scheduler in Blink. So, its tasks are unthrottled anyway. This CL assigns it as TaskType::Internal for now rather than using TaskType::Unspecified. BUG=624696 Committed: https://crrev.com/90e944766a9d44dc9243dbf53e2b12a43d37c28d Cr-Commit-Position: refs/heads/master@{#439414}

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : s/Unthrottled/Internal/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M third_party/WebKit/Source/core/workers/WorkerEventQueue.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerGlobalScope.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 24 (16 generated)
tzik
PTAL
4 years ago (2016-12-18 14:41:24 UTC) #5
haraken
Can we use Internal unless the task is really an unthrottable one?
4 years ago (2016-12-18 14:55:48 UTC) #6
tzik
On 2016/12/18 14:55:48, haraken wrote: > Can we use Internal unless the task is really ...
4 years ago (2016-12-18 23:23:12 UTC) #11
haraken
LGTM
4 years ago (2016-12-19 00:12:37 UTC) #13
nhiroki
drive-by lgtm
4 years ago (2016-12-19 02:56:31 UTC) #17
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/2580253002/40001
4 years ago (2016-12-19 05:16:02 UTC) #19
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years ago (2016-12-19 05:20:34 UTC) #22
commit-bot: I haz the power
4 years ago (2016-12-19 05:23:23 UTC) #24
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/90e944766a9d44dc9243dbf53e2b12a43d37c28d
Cr-Commit-Position: refs/heads/master@{#439414}

Powered by Google App Engine
This is Rietveld 408576698