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

Issue 1898363003: Worker: Strictly check the current running thread (Closed)

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

Description

Worker: Strictly check the current running thread BUG=n/a Committed: https://crrev.com/15530c60150b1015a58b27153acea9af60dd3937 Cr-Commit-Position: refs/heads/master@{#389745}

Patch Set 1 : #

Total comments: 4

Patch Set 2 : rebase #

Patch Set 3 : review comments #

Patch Set 4 : #

Total comments: 1

Patch Set 5 : include WTF.h #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -48 lines) Patch
M third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h View 1 2 3 4 chunks +14 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.cpp View 1 2 3 4 11 chunks +53 lines, -26 lines 0 comments Download
M third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerThread.h View 4 chunks +9 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerThread.cpp View 1 9 chunks +19 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThreadTest.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 32 (19 generated)
nhiroki
PTAL, thanks!
4 years, 8 months ago (2016-04-22 10:42:32 UTC) #8
kinuko
generally looking good https://codereview.chromium.org/1898363003/diff/120001/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h File third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h (right): https://codereview.chromium.org/1898363003/diff/120001/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h#newcode101 third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h:101: bool isWorkerObjectThread() const; It's true that ...
4 years, 8 months ago (2016-04-25 06:51:28 UTC) #9
nhiroki
Thank you for reviewing! Updated. https://codereview.chromium.org/1898363003/diff/120001/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h File third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h (right): https://codereview.chromium.org/1898363003/diff/120001/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h#newcode101 third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h:101: bool isWorkerObjectThread() const; On ...
4 years, 7 months ago (2016-04-26 07:01:03 UTC) #10
yhirano
lgtm https://codereview.chromium.org/1898363003/diff/180001/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.cpp File third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.cpp (right): https://codereview.chromium.org/1898363003/diff/180001/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.cpp#newcode47 third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.cpp:47: #include "core/workers/WorkerThreadStartupData.h" #include "wtf/WTF.h"
4 years, 7 months ago (2016-04-26 07:44:46 UTC) #11
kinuko
lgtm.
4 years, 7 months ago (2016-04-26 08:07:07 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1898363003/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1898363003/200001
4 years, 7 months ago (2016-04-26 08:09:15 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/173166)
4 years, 7 months ago (2016-04-26 08:20:18 UTC) #17
nhiroki
+haraken@ for Source/web/WebSharedWorkerImpl.cpp Let me use TBR because this simply adds one header inclusion and ...
4 years, 7 months ago (2016-04-26 09:07:44 UTC) #21
haraken
LGTM
4 years, 7 months ago (2016-04-26 09:08:12 UTC) #22
nhiroki
On 2016/04/26 09:08:12, haraken wrote: > LGTM Ah, thank you! :)
4 years, 7 months ago (2016-04-26 09:10:14 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1898363003/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1898363003/240001
4 years, 7 months ago (2016-04-26 09:42:31 UTC) #28
commit-bot: I haz the power
Committed patchset #6 (id:240001)
4 years, 7 months ago (2016-04-26 11:08:01 UTC) #30
commit-bot: I haz the power
4 years, 7 months ago (2016-04-26 11:09:23 UTC) #32
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/15530c60150b1015a58b27153acea9af60dd3937
Cr-Commit-Position: refs/heads/master@{#389745}

Powered by Google App Engine
This is Rietveld 408576698