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

Issue 2015453002: Worker: Reorder function definitions of WorkerThread (Closed)

Created:
4 years, 6 months ago by nhiroki
Modified:
4 years, 6 months ago
Reviewers:
kinuko
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: Reorder function definitions of WorkerThread This reorders function definitions to match with the order of their declarations, and adds "OnWorkerThread" suffix to function names that must be called on the worker thread. This is a mechanical change and should not change any behavior of this class. BUG=487050 Committed: https://crrev.com/a09afba4549756bfbf0ddd84a34d5c637abf73c8 Cr-Commit-Position: refs/heads/master@{#396133}

Patch Set 1 : #

Total comments: 2

Patch Set 2 : reorder and add "OnWorkerThread" suffix #

Patch Set 3 : fix typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+199 lines, -199 lines) Patch
M third_party/WebKit/Source/core/workers/WorkerThread.h View 1 2 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerThread.cpp View 1 2 7 chunks +192 lines, -192 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 16 (9 generated)
nhiroki
ptal
4 years, 6 months ago (2016-05-25 01:59:03 UTC) #7
kinuko
https://codereview.chromium.org/2015453002/diff/20001/third_party/WebKit/Source/core/workers/WorkerThread.h File third_party/WebKit/Source/core/workers/WorkerThread.h (right): https://codereview.chromium.org/2015453002/diff/20001/third_party/WebKit/Source/core/workers/WorkerThread.h#newcode136 third_party/WebKit/Source/core/workers/WorkerThread.h:136: void performShutdown(); Could we put initialize and shutdown-related methods ...
4 years, 6 months ago (2016-05-25 07:11:22 UTC) #8
nhiroki
Thank you! Updated. https://codereview.chromium.org/2015453002/diff/20001/third_party/WebKit/Source/core/workers/WorkerThread.h File third_party/WebKit/Source/core/workers/WorkerThread.h (right): https://codereview.chromium.org/2015453002/diff/20001/third_party/WebKit/Source/core/workers/WorkerThread.h#newcode136 third_party/WebKit/Source/core/workers/WorkerThread.h:136: void performShutdown(); On 2016/05/25 07:11:22, kinuko ...
4 years, 6 months ago (2016-05-25 23:53:29 UTC) #9
kinuko
lgtm.
4 years, 6 months ago (2016-05-26 01:13:24 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2015453002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2015453002/60001
4 years, 6 months ago (2016-05-26 01:20:22 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years, 6 months ago (2016-05-26 06:16:58 UTC) #14
commit-bot: I haz the power
4 years, 6 months ago (2016-05-26 06:18:28 UTC) #16
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/a09afba4549756bfbf0ddd84a34d5c637abf73c8
Cr-Commit-Position: refs/heads/master@{#396133}

Powered by Google App Engine
This is Rietveld 408576698