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

Issue 342103003: Support UseCounter in dedicated workers. (Closed)

Created:
6 years, 6 months ago by tkent
Modified:
6 years, 6 months ago
CC:
blink-reviews, kinuko+worker_chromium.org, horo+watch_chromium.org, falken
Project:
blink
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : UseCounterTask and explicit #

Total comments: 2

Patch Set 3 : Support countDeprecation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -13 lines) Patch
M Source/core/frame/UseCounter.h View 1 2 4 chunks +11 lines, -6 lines 0 comments Download
M Source/core/frame/UseCounter.cpp View 1 2 2 chunks +15 lines, -4 lines 0 comments Download
M Source/core/workers/DedicatedWorkerGlobalScope.h View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M Source/core/workers/DedicatedWorkerGlobalScope.cpp View 1 2 1 chunk +35 lines, -1 line 0 comments Download
M Source/core/workers/WorkerGlobalScope.h View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M Source/core/workers/WorkerGlobalScope.cpp View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M Source/core/workers/WorkerObjectProxy.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/workers/WorkerObjectProxy.cpp View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
tkent
Please review this. I confirmed MeasureAs= in Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.idl worked well.
6 years, 6 months ago (2014-06-19 05:10:02 UTC) #1
haraken
LGTM, but sof@ might want to take another look. https://codereview.chromium.org/342103003/diff/1/Source/core/workers/DedicatedWorkerGlobalScope.cpp File Source/core/workers/DedicatedWorkerGlobalScope.cpp (right): https://codereview.chromium.org/342103003/diff/1/Source/core/workers/DedicatedWorkerGlobalScope.cpp#newcode86 Source/core/workers/DedicatedWorkerGlobalScope.cpp:86: ...
6 years, 6 months ago (2014-06-19 05:29:01 UTC) #2
tkent
https://codereview.chromium.org/342103003/diff/1/Source/core/workers/DedicatedWorkerGlobalScope.cpp File Source/core/workers/DedicatedWorkerGlobalScope.cpp (right): https://codereview.chromium.org/342103003/diff/1/Source/core/workers/DedicatedWorkerGlobalScope.cpp#newcode86 Source/core/workers/DedicatedWorkerGlobalScope.cpp:86: class CounterTask : public ExecutionContextTask { On 2014/06/19 05:29:01, ...
6 years, 6 months ago (2014-06-19 05:34:09 UTC) #3
sof
s/decicated/dedicated/ in CL title (and description.) https://codereview.chromium.org/342103003/diff/20001/Source/core/frame/UseCounter.cpp File Source/core/frame/UseCounter.cpp (right): https://codereview.chromium.org/342103003/diff/20001/Source/core/frame/UseCounter.cpp#newcode622 Source/core/frame/UseCounter.cpp:622: if (!context || ...
6 years, 6 months ago (2014-06-19 06:26:04 UTC) #4
tkent
> s/decicated/dedicated/ in CL title (and description.) Done. https://codereview.chromium.org/342103003/diff/20001/Source/core/frame/UseCounter.cpp File Source/core/frame/UseCounter.cpp (right): https://codereview.chromium.org/342103003/diff/20001/Source/core/frame/UseCounter.cpp#newcode622 Source/core/frame/UseCounter.cpp:622: if ...
6 years, 6 months ago (2014-06-19 06:58:44 UTC) #5
sof
lgtm; not having to keep a separate per-Worker UseCounter bitset is preferable and simpler. (Need ...
6 years, 6 months ago (2014-06-19 07:08:50 UTC) #6
tkent
The CQ bit was checked by tkent@chromium.org
6 years, 6 months ago (2014-06-19 07:13:45 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tkent@chromium.org/342103003/40001
6 years, 6 months ago (2014-06-19 07:14:40 UTC) #8
tyoshino (SeeGerritForStatus)
Chatted with tkent@ offline. FTR, there're some paths we can postTask() to some Document instance ...
6 years, 6 months ago (2014-06-19 08:06:25 UTC) #9
sof
Just a suggestion, a PSA to blink-dev might possibly be worth doing once this has ...
6 years, 6 months ago (2014-06-19 09:01:33 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-19 10:29:37 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: win_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu_triggered_tests/builds/19152)
6 years, 6 months ago (2014-06-19 10:29:38 UTC) #12
tkent
On 2014/06/19 09:01:33, sof wrote: > Just a suggestion, a PSA to blink-dev might possibly ...
6 years, 6 months ago (2014-06-19 10:45:23 UTC) #13
tkent
The CQ bit was checked by tkent@chromium.org
6 years, 6 months ago (2014-06-19 10:45:27 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tkent@chromium.org/342103003/40001
6 years, 6 months ago (2014-06-19 10:46:10 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-19 12:28:53 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: win_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu_triggered_tests/builds/19175)
6 years, 6 months ago (2014-06-19 12:28:54 UTC) #17
tkent
The CQ bit was checked by tkent@chromium.org
6 years, 6 months ago (2014-06-19 12:45:18 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tkent@chromium.org/342103003/40001
6 years, 6 months ago (2014-06-19 12:46:18 UTC) #19
tkent
6 years, 6 months ago (2014-06-19 13:45:14 UTC) #20
Message was sent while issue was closed.
Committed patchset #3 manually as r176511 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698