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 2810883002: [scheduler] Remove webthread_impl_for_worker_scheduler from public API. (Closed)

Created:
3 years, 8 months ago by altimin
Modified:
3 years, 8 months ago
CC:
blink-reviews, blink-reviews-api_chromium.org, chromium-reviews, darin-cc_chromium.org, dglazkov+blink, jam, kinuko+watch, mlamouri+watch-content_chromium.org, scheduler-bugs_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[scheduler] Remove webthread_impl_for_worker_scheduler from public API. As a first step of simplification of public/platform/scheduler, do not expose WebThreadImplForWorkerScheduler to content/ and use WebThreadBase::Create{Worker,Compositor}Thread instead. R=skyostil@chromium.org,alexclarke@chromium.org,kinuko@chromium.org BUG=710063 Review-Url: https://codereview.chromium.org/2810883002 Cr-Commit-Position: refs/heads/master@{#463620} Committed: https://chromium.googlesource.com/chromium/src/+/c7369bf0679442fa79338ab4502ef836b2244c03

Patch Set 1 #

Total comments: 3

Patch Set 2 : Add TODO to remove WebThreadBase from public API #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -113 lines) Patch
M content/child/blink_platform_impl.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 4 chunks +3 lines, -22 lines 0 comments Download
M third_party/WebKit/Source/platform/scheduler/child/webthread_base.cc View 2 chunks +36 lines, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/scheduler/child/webthread_impl_for_worker_scheduler.h View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/scheduler/child/webthread_impl_for_worker_scheduler.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/scheduler/child/webthread_impl_for_worker_scheduler_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/scheduler/renderer/webthread_impl_for_renderer_scheduler.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/scheduler/renderer/webthread_impl_for_renderer_scheduler.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/scheduler/utility/webthread_impl_for_utility_thread.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/public/platform/scheduler/child/webthread_base.h View 1 2 chunks +9 lines, -0 lines 0 comments Download
D third_party/WebKit/public/platform/scheduler/child/webthread_impl_for_worker_scheduler.h View 1 chunk +0 lines, -79 lines 0 comments Download
M third_party/WebKit/public/platform/scheduler/renderer/renderer_scheduler.h View 1 chunk +4 lines, -3 lines 0 comments Download
M third_party/WebKit/public/platform/scheduler/utility/webthread_impl_for_utility_thread.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 22 (13 generated)
altimin
PTAL
3 years, 8 months ago (2017-04-10 19:20:43 UTC) #3
Sami
https://codereview.chromium.org/2810883002/diff/1/third_party/WebKit/public/platform/scheduler/child/webthread_base.h File third_party/WebKit/public/platform/scheduler/child/webthread_base.h (right): https://codereview.chromium.org/2810883002/diff/1/third_party/WebKit/public/platform/scheduler/child/webthread_base.h#newcode25 third_party/WebKit/public/platform/scheduler/child/webthread_base.h:25: static std::unique_ptr<WebThreadBase> CreateWorkerThread( Could we put these in WebThread ...
3 years, 8 months ago (2017-04-11 10:03:10 UTC) #6
altimin
https://codereview.chromium.org/2810883002/diff/1/third_party/WebKit/public/platform/scheduler/child/webthread_base.h File third_party/WebKit/public/platform/scheduler/child/webthread_base.h (right): https://codereview.chromium.org/2810883002/diff/1/third_party/WebKit/public/platform/scheduler/child/webthread_base.h#newcode25 third_party/WebKit/public/platform/scheduler/child/webthread_base.h:25: static std::unique_ptr<WebThreadBase> CreateWorkerThread( On 2017/04/11 10:03:10, Sami wrote: > ...
3 years, 8 months ago (2017-04-11 10:44:35 UTC) #7
Sami
lgtm. https://codereview.chromium.org/2810883002/diff/1/third_party/WebKit/public/platform/scheduler/child/webthread_base.h File third_party/WebKit/public/platform/scheduler/child/webthread_base.h (right): https://codereview.chromium.org/2810883002/diff/1/third_party/WebKit/public/platform/scheduler/child/webthread_base.h#newcode25 third_party/WebKit/public/platform/scheduler/child/webthread_base.h:25: static std::unique_ptr<WebThreadBase> CreateWorkerThread( On 2017/04/11 10:44:35, altimin wrote: ...
3 years, 8 months ago (2017-04-11 11:46:29 UTC) #8
altimin
+jochen@ for content/ changes
3 years, 8 months ago (2017-04-11 11:52:45 UTC) #10
jochen (gone - plz use gerrit)
content lgtm
3 years, 8 months ago (2017-04-11 11:54:00 UTC) #11
kinuko
lgtm
3 years, 8 months ago (2017-04-11 12:17:03 UTC) #12
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/2810883002/20001
3 years, 8 months ago (2017-04-11 14:22:03 UTC) #19
commit-bot: I haz the power
3 years, 8 months ago (2017-04-11 14:30:19 UTC) #22
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/c7369bf0679442fa79338ab4502e...

Powered by Google App Engine
This is Rietveld 408576698