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

Issue 2506693002: Enable Initialization of the Task Scheduler by Default in the Browser Process (Closed)

Created:
4 years, 1 month ago by robliao
Modified:
4 years, 1 month ago
Reviewers:
gab, brettw, fdoray, sdefresne
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Enable Initialization of the Task Scheduler by Default in the Browser Process This change also centralizes the initialization to components/task_scheduler. BUG=662053 Committed: https://crrev.com/35980e3860cd6bb4241e9b4a6213048dcd6920e4 Cr-Commit-Position: refs/heads/master@{#433057}

Patch Set 1 #

Total comments: 10

Patch Set 2 : CR Feedback + Centralization #

Total comments: 30

Patch Set 3 : CR Feedback #

Patch Set 4 : Rebase on edc8bea and Mark Dependent on https://crrev.com/2501763002 #

Patch Set 5 : Rebase to 542c74f + Merge SequencedWorkerPool Enable Calls #

Patch Set 6 : Rebase to 8f211d4 Unroll SequencedWorkerPool changes due to revert #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -93 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/chrome_browser_main.cc View 1 2 5 4 chunks +1 line, -29 lines 0 comments Download
M components/task_scheduler_util/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
A components/task_scheduler_util/DEPS View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M components/task_scheduler_util/initialization_util.h View 1 2 1 chunk +3 lines, -8 lines 0 comments Download
M components/task_scheduler_util/initialization_util.cc View 1 2 3 4 5 6 chunks +55 lines, -7 lines 0 comments Download
M ios/chrome/app/strings/ios_strings.grd View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ios/chrome/browser/ios_chrome_main_parts.mm View 1 3 chunks +1 line, -39 lines 0 comments Download

Messages

Total messages: 65 (35 generated)
robliao
4 years, 1 month ago (2016-11-15 18:07:05 UTC) #2
fdoray
https://codereview.chromium.org/2506693002/diff/1/chrome/browser/chrome_browser_main.cc File chrome/browser/chrome_browser_main.cc (right): https://codereview.chromium.org/2506693002/diff/1/chrome/browser/chrome_browser_main.cc#newcode318 chrome/browser/chrome_browser_main.cc:318: void MaybeInitializeTaskScheduler() { No Maybe https://codereview.chromium.org/2506693002/diff/1/chrome/browser/chrome_browser_main.cc#newcode322 chrome/browser/chrome_browser_main.cc:322: } To ...
4 years, 1 month ago (2016-11-15 18:40:17 UTC) #3
gab
https://codereview.chromium.org/2506693002/diff/1/chrome/browser/chrome_browser_main.cc File chrome/browser/chrome_browser_main.cc (right): https://codereview.chromium.org/2506693002/diff/1/chrome/browser/chrome_browser_main.cc#newcode322 chrome/browser/chrome_browser_main.cc:322: } On 2016/11/15 18:40:16, fdoray wrote: > To migrate ...
4 years, 1 month ago (2016-11-15 20:40:33 UTC) #4
robliao
Done. Thanks! https://codereview.chromium.org/2506693002/diff/1/chrome/browser/chrome_browser_main.cc File chrome/browser/chrome_browser_main.cc (right): https://codereview.chromium.org/2506693002/diff/1/chrome/browser/chrome_browser_main.cc#newcode318 chrome/browser/chrome_browser_main.cc:318: void MaybeInitializeTaskScheduler() { On 2016/11/15 18:40:17, fdoray ...
4 years, 1 month ago (2016-11-16 19:04:17 UTC) #8
fdoray
lgtm with nits https://codereview.chromium.org/2506693002/diff/60001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/2506693002/diff/60001/chrome/app/generated_resources.grd#newcode13794 chrome/app/generated_resources.grd:13794: + Enables the browser task scheduler ...
4 years, 1 month ago (2016-11-16 19:23:59 UTC) #9
gab
lvg, please use bug # 662053 for this CL and also note that I think ...
4 years, 1 month ago (2016-11-16 19:32:17 UTC) #10
gab
On 2016/11/16 19:32:17, gab wrote: > lvg, please use bug # 662053 for this CL ...
4 years, 1 month ago (2016-11-16 19:33:33 UTC) #11
robliao
https://codereview.chromium.org/2506693002/diff/60001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/2506693002/diff/60001/chrome/app/generated_resources.grd#newcode13787 chrome/app/generated_resources.grd:13787: + desc="Name of about:flag option to control redirection to ...
4 years, 1 month ago (2016-11-16 19:42:56 UTC) #13
gab
https://codereview.chromium.org/2506693002/diff/60001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/2506693002/diff/60001/chrome/app/generated_resources.grd#newcode13787 chrome/app/generated_resources.grd:13787: + desc="Name of about:flag option to control redirection to ...
4 years, 1 month ago (2016-11-16 19:45:48 UTC) #14
robliao
https://codereview.chromium.org/2506693002/diff/60001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/2506693002/diff/60001/chrome/app/generated_resources.grd#newcode13787 chrome/app/generated_resources.grd:13787: + desc="Name of about:flag option to control redirection to ...
4 years, 1 month ago (2016-11-16 19:50:50 UTC) #15
gab
lgtm % I'd still like to see the blocking bugs addressed before landing
4 years, 1 month ago (2016-11-16 20:10:25 UTC) #16
robliao
On 2016/11/16 20:10:25, gab wrote: > lgtm % I'd still like to see the blocking ...
4 years, 1 month ago (2016-11-16 20:28:59 UTC) #17
robliao
brettw@chromium.org: Please review changes in chrome/* components/* sdefresne@chromium.org: Please review changes in ios/* Thanks!
4 years, 1 month ago (2016-11-16 20:35:51 UTC) #19
sdefresne
ios/ lgtm
4 years, 1 month ago (2016-11-17 09:56:35 UTC) #24
gab
On 2016/11/16 20:35:51, robliao wrote: > https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=brettw@chromium.org: Please review changes in > chrome/* > components/* ...
4 years, 1 month ago (2016-11-17 14:41:26 UTC) #25
brettw
c_b_m lgtm
4 years, 1 month ago (2016-11-17 14:42:14 UTC) #26
robliao
On 2016/11/17 14:41:26, gab wrote: > On 2016/11/16 20:35:51, robliao wrote: > > https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=brettw@chromium.org: Please ...
4 years, 1 month ago (2016-11-17 14:57:40 UTC) #27
gab
On 2016/11/17 14:57:40, robliao wrote: > On 2016/11/17 14:41:26, gab wrote: > > On 2016/11/16 ...
4 years, 1 month ago (2016-11-17 15:01:25 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/2506693002/120001
4 years, 1 month ago (2016-11-17 18:36:00 UTC) #35
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/307174)
4 years, 1 month ago (2016-11-17 18:46:20 UTC) #37
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/2506693002/120001
4 years, 1 month ago (2016-11-17 18:49:02 UTC) #39
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/307187)
4 years, 1 month ago (2016-11-17 19:17:07 UTC) #41
robliao
fdoray: Please sanity check the SequencedWorkerPool changes merge. Thanks!
4 years, 1 month ago (2016-11-17 20:26:33 UTC) #43
fdoray
Enable SWP change lgtm
4 years, 1 month ago (2016-11-17 20:42:54 UTC) #46
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/2506693002/160001
4 years, 1 month ago (2016-11-17 22:09:33 UTC) #50
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/2506693002/180001
4 years, 1 month ago (2016-11-17 22:55:29 UTC) #57
commit-bot: I haz the power
Failed to apply the patch.
4 years, 1 month ago (2016-11-18 00:38:57 UTC) #59
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/2506693002/180001
4 years, 1 month ago (2016-11-18 02:17:52 UTC) #61
commit-bot: I haz the power
Committed patchset #6 (id:180001)
4 years, 1 month ago (2016-11-18 03:24:07 UTC) #63
commit-bot: I haz the power
4 years, 1 month ago (2016-11-18 03:28:25 UTC) #65
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/35980e3860cd6bb4241e9b4a6213048dcd6920e4
Cr-Commit-Position: refs/heads/master@{#433057}

Powered by Google App Engine
This is Rietveld 408576698