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

Issue 2209613002: Remove WorkerEventQueue::EventDispatcherTask (Closed)

Created:
4 years, 4 months ago by tzik
Modified:
4 years, 4 months ago
Reviewers:
hiroshige, nhiroki
CC:
chromium-reviews, blink-reviews, falken, kinuko+worker_chromium.org, blink-worker-reviews_chromium.org, horo+watch_chromium.org, yuryu
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove WorkerEventQueue::EventDispatcherTask EventDispatcherTask is the last blocker of ExecutionContextTask removal. It holds an Event and WorkerEventQueue instance, and makes the Event cancellable. This CL reimplements the cancellation mechanism without the custom ExecutionContextTask and removes the custom one. BUG=630139 Committed: https://crrev.com/3697042db3e1ee433545c06bed5aee95657ebc16 Cr-Commit-Position: refs/heads/master@{#409732}

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : update #

Total comments: 4

Patch Set 4 : -extra LF, -PtrUtil.h #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -70 lines) Patch
M third_party/WebKit/Source/core/workers/WorkerEventQueue.h View 1 2 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerEventQueue.cpp View 1 2 3 2 chunks +25 lines, -66 lines 0 comments Download

Messages

Total messages: 24 (18 generated)
tzik
PTAL
4 years, 4 months ago (2016-08-03 14:49:58 UTC) #13
nhiroki
lgtm with minor comments https://codereview.chromium.org/2209613002/diff/40001/third_party/WebKit/Source/core/workers/WorkerEventQueue.cpp File third_party/WebKit/Source/core/workers/WorkerEventQueue.cpp (right): https://codereview.chromium.org/2209613002/diff/40001/third_party/WebKit/Source/core/workers/WorkerEventQueue.cpp#newcode30 third_party/WebKit/Source/core/workers/WorkerEventQueue.cpp:30: #include "core/dom/ExecutionContextTask.h" Is this no ...
4 years, 4 months ago (2016-08-04 02:08:39 UTC) #16
tzik
https://codereview.chromium.org/2209613002/diff/40001/third_party/WebKit/Source/core/workers/WorkerEventQueue.cpp File third_party/WebKit/Source/core/workers/WorkerEventQueue.cpp (right): https://codereview.chromium.org/2209613002/diff/40001/third_party/WebKit/Source/core/workers/WorkerEventQueue.cpp#newcode30 third_party/WebKit/Source/core/workers/WorkerEventQueue.cpp:30: #include "core/dom/ExecutionContextTask.h" On 2016/08/04 02:08:39, nhiroki wrote: > Is ...
4 years, 4 months ago (2016-08-04 04:48:46 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/2209613002/60001
4 years, 4 months ago (2016-08-04 06:29:28 UTC) #20
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 4 months ago (2016-08-04 07:42:12 UTC) #22
commit-bot: I haz the power
4 years, 4 months ago (2016-08-04 07:43:45 UTC) #24
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/3697042db3e1ee433545c06bed5aee95657ebc16
Cr-Commit-Position: refs/heads/master@{#409732}

Powered by Google App Engine
This is Rietveld 408576698