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

Issue 2077093002: Rename SchedulerWorkerThread* to SchedulerWorker* (Closed)

Created:
4 years, 6 months ago by robliao
Modified:
4 years, 6 months ago
Reviewers:
danakj, gab, fdoray
CC:
chromium-reviews, gab+watch_chromium.org, robliao+watch_chromium.org, fdoray+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@rename2
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Rename SchedulerWorkerThread* to SchedulerWorker* This rename is in preparation for virtualized Scheduler Workers which will introduce SchedulerWorker::Thread. BUG=553459 TBR=danakj Committed: https://crrev.com/7a58439650da70e6b6cfedb80de104b55b092603 Cr-Commit-Position: refs/heads/master@{#401364}

Patch Set 1 #

Total comments: 44

Patch Set 2 : CR Feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+428 lines, -1228 lines) Patch
M base/BUILD.gn View 2 chunks +6 lines, -6 lines 0 comments Download
M base/base.gyp View 1 chunk +2 lines, -2 lines 0 comments Download
M base/base.gypi View 1 chunk +4 lines, -4 lines 0 comments Download
M base/task_scheduler/delayed_task_manager.h View 2 chunks +6 lines, -7 lines 0 comments Download
M base/task_scheduler/delayed_task_manager.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M base/task_scheduler/delayed_task_manager_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M base/task_scheduler/priority_queue.h View 1 chunk +5 lines, -5 lines 0 comments Download
M base/task_scheduler/scheduler_service_thread.h View 3 chunks +5 lines, -5 lines 0 comments Download
M base/task_scheduler/scheduler_service_thread.cc View 3 chunks +12 lines, -14 lines 0 comments Download
A + base/task_scheduler/scheduler_worker.h View 1 3 chunks +40 lines, -40 lines 0 comments Download
A + base/task_scheduler/scheduler_worker.cc View 5 chunks +23 lines, -23 lines 0 comments Download
M base/task_scheduler/scheduler_worker_pool.h View 2 chunks +18 lines, -19 lines 0 comments Download
M base/task_scheduler/scheduler_worker_pool_impl.h View 1 5 chunks +29 lines, -29 lines 0 comments Download
M base/task_scheduler/scheduler_worker_pool_impl.cc View 1 21 chunks +117 lines, -124 lines 0 comments Download
M base/task_scheduler/scheduler_worker_pool_impl_unittest.cc View 1 9 chunks +25 lines, -25 lines 0 comments Download
A + base/task_scheduler/scheduler_worker_stack.h View 2 chunks +20 lines, -20 lines 0 comments Download
A + base/task_scheduler/scheduler_worker_stack.cc View 2 chunks +12 lines, -13 lines 0 comments Download
A + base/task_scheduler/scheduler_worker_stack_unittest.cc View 1 3 chunks +48 lines, -52 lines 0 comments Download
D base/task_scheduler/scheduler_worker_thread.h View 1 chunk +0 lines, -114 lines 0 comments Download
D base/task_scheduler/scheduler_worker_thread.cc View 1 chunk +0 lines, -111 lines 0 comments Download
D base/task_scheduler/scheduler_worker_thread_stack.h View 1 chunk +0 lines, -56 lines 0 comments Download
D base/task_scheduler/scheduler_worker_thread_stack.cc View 1 chunk +0 lines, -40 lines 0 comments Download
D base/task_scheduler/scheduler_worker_thread_stack_unittest.cc View 1 chunk +0 lines, -171 lines 0 comments Download
D base/task_scheduler/scheduler_worker_thread_unittest.cc View 1 chunk +0 lines, -291 lines 0 comments Download
A + base/task_scheduler/scheduler_worker_unittest.cc View 11 chunks +39 lines, -40 lines 0 comments Download
M base/task_scheduler/sequence.h View 1 chunk +2 lines, -2 lines 0 comments Download
M base/task_scheduler/task_scheduler_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M base/task_scheduler/task_tracker.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M base/task_scheduler/task_traits.h View 1 chunk +1 line, -1 line 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 31 (13 generated)
robliao
Here's the second round!
4 years, 6 months ago (2016-06-17 21:33:01 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2077093002/1
4 years, 6 months ago (2016-06-17 21:33:26 UTC) #4
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-17 22:21:27 UTC) #6
fdoray
PTAnL https://codereview.chromium.org/2077093002/diff/1/base/task_scheduler/scheduler_worker.h File base/task_scheduler/scheduler_worker.h (right): https://codereview.chromium.org/2077093002/diff/1/base/task_scheduler/scheduler_worker.h#newcode36 base/task_scheduler/scheduler_worker.h:36: // the thread managed by the SchedulerWorker instance. ...
4 years, 6 months ago (2016-06-20 15:08:40 UTC) #7
robliao
Done. Thanks! https://codereview.chromium.org/2077093002/diff/1/base/task_scheduler/scheduler_worker.h File base/task_scheduler/scheduler_worker.h (right): https://codereview.chromium.org/2077093002/diff/1/base/task_scheduler/scheduler_worker.h#newcode36 base/task_scheduler/scheduler_worker.h:36: // the thread managed by the SchedulerWorker ...
4 years, 6 months ago (2016-06-20 17:50:09 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2077093002/20001
4 years, 6 months ago (2016-06-22 00:38:52 UTC) #10
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-22 02:16:08 UTC) #12
fdoray
lgtm
4 years, 6 months ago (2016-06-22 17:17:23 UTC) #13
gab
Rename rubberstamp lgtm (didn't look closely)
4 years, 6 months ago (2016-06-22 17:18:13 UTC) #14
robliao
danakj@chromium.org: Please review this name change CL. Thanks!
4 years, 6 months ago (2016-06-22 17:18:47 UTC) #16
gab
On 2016/06/22 17:18:47, robliao wrote: > https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=danakj@chromium.org: Please review this name change CL. Thanks! I ...
4 years, 6 months ago (2016-06-22 17:23:40 UTC) #17
robliao
On 2016/06/22 17:23:40, gab wrote: > On 2016/06/22 17:18:47, robliao wrote: > > https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=danakj@chromium.org: Please ...
4 years, 6 months ago (2016-06-22 17:27:22 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2077093002/20001
4 years, 6 months ago (2016-06-22 18:18:03 UTC) #22
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-22 18:27:50 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2077093002/20001
4 years, 6 months ago (2016-06-22 18:29:32 UTC) #26
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 6 months ago (2016-06-22 18:36:59 UTC) #28
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/7a58439650da70e6b6cfedb80de104b55b092603 Cr-Commit-Position: refs/heads/master@{#401364}
4 years, 6 months ago (2016-06-22 18:39:26 UTC) #30
danakj
4 years, 6 months ago (2016-06-22 19:36:55 UTC) #31
Message was sent while issue was closed.
LGTM

Powered by Google App Engine
This is Rietveld 408576698