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

Issue 2220213002: [worklets] Move ConsoleMessageStorage to WorkerThread instead of WorkerGlobalScope. (Closed)

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

Description

[worklets] Move ConsoleMessageStorage to WorkerThread instead of WorkerGlobalScope. BUG=567358 Committed: https://crrev.com/c5bdd71fddc3d7eb58c6a9f403cc755a15e37f80 Cr-Commit-Position: refs/heads/master@{#410812}

Patch Set 1 #

Patch Set 2 : fix crash. #

Patch Set 3 : fix crash. #

Patch Set 4 : rebase. #

Total comments: 2

Patch Set 5 : address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -32 lines) Patch
M third_party/WebKit/Source/core/workers/DedicatedWorkerThread.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/DedicatedWorkerThread.cpp View 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/workers/SharedWorkerThread.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/SharedWorkerThread.cpp View 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerGlobalScope.h View 1 2 3 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp View 1 2 3 3 chunks +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerThread.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerThread.cpp View 1 2 3 4 3 chunks +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.cpp View 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerThread.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerThread.cpp View 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 33 (19 generated)
ikilpatrick
4 years, 4 months ago (2016-08-08 14:07:30 UTC) #12
dgozman
lgtm
4 years, 4 months ago (2016-08-08 15:38:32 UTC) #15
nhiroki
lgtm
4 years, 4 months ago (2016-08-08 15:42:47 UTC) #16
ikilpatrick
+majidvp/flackr for compositorworker/
4 years, 4 months ago (2016-08-08 16:42:02 UTC) #18
yhirano
lgtm https://codereview.chromium.org/2220213002/diff/60001/third_party/WebKit/Source/core/workers/WorkerThread.cpp File third_party/WebKit/Source/core/workers/WorkerThread.cpp (right): https://codereview.chromium.org/2220213002/diff/60001/third_party/WebKit/Source/core/workers/WorkerThread.cpp#newcode568 third_party/WebKit/Source/core/workers/WorkerThread.cpp:568: if (m_consoleMessageStorage) Why don't you clear the pointer ...
4 years, 4 months ago (2016-08-09 06:33:06 UTC) #19
flackr
lgtm
4 years, 4 months ago (2016-08-09 11:45:38 UTC) #20
majidvp
On 2016/08/09 11:45:38, flackr wrote: > lgtm compositorworker lgtm
4 years, 4 months ago (2016-08-09 13:35:17 UTC) #21
ikilpatrick
Thanks all! https://codereview.chromium.org/2220213002/diff/60001/third_party/WebKit/Source/core/workers/WorkerThread.cpp File third_party/WebKit/Source/core/workers/WorkerThread.cpp (right): https://codereview.chromium.org/2220213002/diff/60001/third_party/WebKit/Source/core/workers/WorkerThread.cpp#newcode568 third_party/WebKit/Source/core/workers/WorkerThread.cpp:568: if (m_consoleMessageStorage) On 2016/08/09 06:33:06, yhirano wrote: ...
4 years, 4 months ago (2016-08-09 14:13:58 UTC) #22
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/2220213002/80001
4 years, 4 months ago (2016-08-09 14:14:32 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/233829)
4 years, 4 months ago (2016-08-09 14:19:45 UTC) #27
haraken
owner LGTM
4 years, 4 months ago (2016-08-09 15:44:24 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/2220213002/80001
4 years, 4 months ago (2016-08-09 17:43:30 UTC) #30
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 4 months ago (2016-08-09 20:52:57 UTC) #31
commit-bot: I haz the power
4 years, 4 months ago (2016-08-09 20:55:02 UTC) #33
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/c5bdd71fddc3d7eb58c6a9f403cc755a15e37f80
Cr-Commit-Position: refs/heads/master@{#410812}

Powered by Google App Engine
This is Rietveld 408576698