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

Issue 2929113002: Enable spare RenderProcessHost to be preinitialized. (Closed)

Created:
3 years, 6 months ago by mattcary
Modified:
3 years, 5 months ago
CC:
chromium-reviews, jam, nasko+codewatch_chromium.org, darin-cc_chromium.org, creis+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Enable spare RenderProcessHost to be preinitialized. Enables a preinitialization of an unbound RenderProcessHost, and refactors RenderProcessHost creation to allow that to be used where appropriate. BUG=730587 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2929113002 Cr-Commit-Position: refs/heads/master@{#486372} Committed: https://chromium.googlesource.com/chromium/src/+/28c8676d89927c00b9e64dfdb7681027d93a37df

Patch Set 1 #

Patch Set 2 : remove race from test #

Total comments: 6

Patch Set 3 : comments #

Patch Set 4 : GetProcesses should be in this CL. #

Patch Set 5 : actually track storage shutdown #

Patch Set 6 : check connection #

Total comments: 10

Patch Set 7 : comments #

Patch Set 8 : Add WarmupManager hook #

Total comments: 4

Patch Set 9 : comments #

Patch Set 10 : browsertests #

Total comments: 7

Patch Set 11 : comments #

Total comments: 1

Patch Set 12 : Omnibox hook #

Total comments: 56

Patch Set 13 : comments #

Total comments: 14

Patch Set 14 : comments #

Patch Set 15 : comments #

Patch Set 16 : remove unneeded include #

Total comments: 4

Patch Set 17 : comments #

Patch Set 18 : tweaks #

Total comments: 14

Patch Set 19 : comments #

Patch Set 20 : added comments #

Total comments: 15

Patch Set 21 : comments #

Patch Set 22 : feature/bugfix #

Patch Set 23 : rebase #

Total comments: 2

Patch Set 24 : isNTPPage/rebase #

Patch Set 25 : git cl format added histograms.xml erroneously to the cl #

Patch Set 26 : bugfix #

Patch Set 27 : Change creation of storage partition to not break unittests with subtle threading issues #

Unified diffs Side-by-side diffs Delta from patch set Stats (+615 lines, -37 lines) Patch
M chrome/android/java/src/org/chromium/chrome/browser/ChromeFeatureList.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +22 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/omnibox/AutocompleteController.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/android/chrome_feature_list.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/android/chrome_feature_list.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/android/warmup_manager.cc View 1 2 3 4 5 6 7 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/flag_descriptions.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/flag_descriptions.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +6 lines, -0 lines 0 comments Download
M content/browser/browser_context.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +3 lines, -1 line 0 comments Download
M content/browser/frame_host/render_frame_host_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +6 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_process_host_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 3 chunks +172 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 6 chunks +41 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 10 chunks +240 lines, -22 lines 0 comments Download
M content/browser/renderer_host/render_process_host_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +44 lines, -0 lines 0 comments Download
M content/public/browser/render_process_host.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +25 lines, -0 lines 0 comments Download
M content/public/test/mock_render_process_host.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +7 lines, -0 lines 0 comments Download
M content/public/test/mock_render_process_host.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +4 lines, -0 lines 0 comments Download
M tools/metrics/histograms/enums.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 3 chunks +13 lines, -11 lines 0 comments Download

Messages

Total messages: 81 (28 generated)
Benoit L
https://codereview.chromium.org/2929113002/diff/20001/content/browser/renderer_host/render_process_host_impl.cc File content/browser/renderer_host/render_process_host_impl.cc (right): https://codereview.chromium.org/2929113002/diff/20001/content/browser/renderer_host/render_process_host_impl.cc#newcode486 content/browser/renderer_host/render_process_host_impl.cc:486: spare_render_process_host_ = RenderProcessHostImpl::CreateRenderProcessHost( Wouldn't this leak the previous one ...
3 years, 6 months ago (2017-06-09 14:35:22 UTC) #2
mattcary
https://codereview.chromium.org/2929113002/diff/20001/content/browser/renderer_host/render_process_host_impl.cc File content/browser/renderer_host/render_process_host_impl.cc (right): https://codereview.chromium.org/2929113002/diff/20001/content/browser/renderer_host/render_process_host_impl.cc#newcode486 content/browser/renderer_host/render_process_host_impl.cc:486: spare_render_process_host_ = RenderProcessHostImpl::CreateRenderProcessHost( On 2017/06/09 14:35:22, Benoit L wrote: ...
3 years, 6 months ago (2017-06-09 14:40:53 UTC) #3
mattcary
I added handling for partition shutdown, it's sort of caveman, though. LMK.
3 years, 6 months ago (2017-06-09 15:28:17 UTC) #4
mattcary
Camille and Matt--- Here is a start at the spare renderer idea (aka SW speed-up ...
3 years, 6 months ago (2017-06-14 12:13:32 UTC) #6
mattcary
+creis as well on Camille's advice.
3 years, 6 months ago (2017-06-14 12:16:27 UTC) #8
Charlie Reis
Thanks-- I'll try to give this a full review tomorrow, but would it be possible ...
3 years, 6 months ago (2017-06-14 23:51:55 UTC) #9
falken
Looks good. Made some comments. https://codereview.chromium.org/2929113002/diff/100001/content/browser/renderer_host/render_process_host_impl.cc File content/browser/renderer_host/render_process_host_impl.cc (right): https://codereview.chromium.org/2929113002/diff/100001/content/browser/renderer_host/render_process_host_impl.cc#newcode507 content/browser/renderer_host/render_process_host_impl.cc:507: if (!spare_render_process_host_->HasConnection()) { I'm ...
3 years, 6 months ago (2017-06-15 06:46:49 UTC) #10
mattcary
On 2017/06/14 23:51:55, Charlie Reis (slow) wrote: > Thanks-- I'll try to give this a ...
3 years, 6 months ago (2017-06-15 08:14:59 UTC) #11
mattcary
https://codereview.chromium.org/2929113002/diff/100001/content/browser/renderer_host/render_process_host_impl.cc File content/browser/renderer_host/render_process_host_impl.cc (right): https://codereview.chromium.org/2929113002/diff/100001/content/browser/renderer_host/render_process_host_impl.cc#newcode507 content/browser/renderer_host/render_process_host_impl.cc:507: if (!spare_render_process_host_->HasConnection()) { On 2017/06/15 06:46:49, falken wrote: > ...
3 years, 6 months ago (2017-06-15 08:30:40 UTC) #12
mattcary
3 years, 6 months ago (2017-06-15 08:36:08 UTC) #13
mattcary
On 2017/06/15 08:14:59, mattcary wrote: > On 2017/06/14 23:51:55, Charlie Reis (slow) wrote: > > ...
3 years, 6 months ago (2017-06-15 09:50:58 UTC) #14
Benoit L
Thanks, looks good. A few comments. https://codereview.chromium.org/2929113002/diff/140001/chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java File chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java (right): https://codereview.chromium.org/2929113002/diff/140001/chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java#newcode252 chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java:252: * Warms up ...
3 years, 6 months ago (2017-06-15 22:17:11 UTC) #15
mattcary
https://codereview.chromium.org/2929113002/diff/140001/chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java File chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java (right): https://codereview.chromium.org/2929113002/diff/140001/chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java#newcode252 chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java:252: * Warms up a spare, empty renderer that may ...
3 years, 6 months ago (2017-06-16 08:18:56 UTC) #16
mattcary
> On 2017/06/15 22:17:11, Benoit L wrote: > > Can this be named "RenderProcessHost"? > ...
3 years, 6 months ago (2017-06-16 08:21:54 UTC) #17
mattcary
Added browsertests. I suspect there are more corner cases/race conditions around RPHs dying, but it ...
3 years, 6 months ago (2017-06-16 11:00:55 UTC) #18
Benoit L
https://codereview.chromium.org/2929113002/diff/180001/content/browser/renderer_host/render_process_host_browsertest.cc File content/browser/renderer_host/render_process_host_browsertest.cc (right): https://codereview.chromium.org/2929113002/diff/180001/content/browser/renderer_host/render_process_host_browsertest.cc#newcode150 content/browser/renderer_host/render_process_host_browsertest.cc:150: int32_t spare_key = FirstRenderProcessHostKey(); nit: EXPECT_NE(0, spare_key); ? https://codereview.chromium.org/2929113002/diff/180001/content/browser/renderer_host/render_process_host_browsertest.cc#newcode167 ...
3 years, 6 months ago (2017-06-19 11:30:35 UTC) #19
mattcary
https://codereview.chromium.org/2929113002/diff/180001/content/browser/renderer_host/render_process_host_browsertest.cc File content/browser/renderer_host/render_process_host_browsertest.cc (right): https://codereview.chromium.org/2929113002/diff/180001/content/browser/renderer_host/render_process_host_browsertest.cc#newcode150 content/browser/renderer_host/render_process_host_browsertest.cc:150: int32_t spare_key = FirstRenderProcessHostKey(); On 2017/06/19 11:30:35, Benoit L ...
3 years, 6 months ago (2017-06-19 12:55:10 UTC) #20
Benoit L
Thanks for the response! Looks good to me (non-owner, of course). https://codereview.chromium.org/2929113002/diff/180001/content/browser/renderer_host/render_process_host_browsertest.cc File content/browser/renderer_host/render_process_host_browsertest.cc (right): ...
3 years, 6 months ago (2017-06-19 13:20:43 UTC) #21
Charlie Reis
Sorry for the delay in the review! I spent most of today on the other ...
3 years, 6 months ago (2017-06-19 23:57:49 UTC) #22
Charlie Reis
Apologies that this took so long! Seems like a reasonable API to add-- some thoughts ...
3 years, 6 months ago (2017-06-25 23:48:28 UTC) #23
mattcary
Thanks for the review! https://codereview.chromium.org/2929113002/diff/220001/chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java File chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java (right): https://codereview.chromium.org/2929113002/diff/220001/chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java#newcode257 chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java:257: * This uses a different ...
3 years, 5 months ago (2017-06-26 14:45:07 UTC) #24
Charlie Reis
Thanks! Some responses and additional questions below. https://codereview.chromium.org/2929113002/diff/220001/chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java File chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java (right): https://codereview.chromium.org/2929113002/diff/220001/chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java#newcode257 chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java:257: * This ...
3 years, 5 months ago (2017-06-26 21:22:50 UTC) #25
mattcary
https://codereview.chromium.org/2929113002/diff/220001/chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java File chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java (right): https://codereview.chromium.org/2929113002/diff/220001/chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java#newcode257 chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java:257: * This uses a different mechanism than createSpareWebContents, below, ...
3 years, 5 months ago (2017-06-28 13:14:39 UTC) #26
Charlie Reis
Thanks! A few more observations and questions below. https://codereview.chromium.org/2929113002/diff/220001/chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java File chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java (right): https://codereview.chromium.org/2929113002/diff/220001/chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java#newcode257 chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java:257: * ...
3 years, 5 months ago (2017-06-28 22:31:35 UTC) #27
mattcary
https://codereview.chromium.org/2929113002/diff/220001/chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java File chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java (right): https://codereview.chromium.org/2929113002/diff/220001/chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java#newcode257 chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java:257: * This uses a different mechanism than createSpareWebContents, below, ...
3 years, 5 months ago (2017-06-29 12:57:10 UTC) #28
Charlie Reis
Thanks! I've got some additional suggestions below, but I think we're basically ready once those ...
3 years, 5 months ago (2017-06-29 21:09:17 UTC) #29
mattcary
Thanks again for your review! I need to get owners approval for the java code ...
3 years, 5 months ago (2017-06-30 12:37:56 UTC) #30
mattcary
+tedchoc for java owners review. Ted, this is the plan B for speeding up SW ...
3 years, 5 months ago (2017-06-30 12:42:54 UTC) #33
mattcary
https://codereview.chromium.org/2929113002/diff/220001/content/browser/storage_partition_impl.cc File content/browser/storage_partition_impl.cc (right): https://codereview.chromium.org/2929113002/diff/220001/content/browser/storage_partition_impl.cc#newcode405 content/browser/storage_partition_impl.cc:405: RenderProcessHostImpl::OnStoragePartitionShutdown(this); On 2017/06/29 21:09:16, Charlie Reis (slow) wrote: > ...
3 years, 5 months ago (2017-06-30 14:29:46 UTC) #34
Ted C
the java code certainly seems fine, just some clarifying questions about how this relates to ...
3 years, 5 months ago (2017-06-30 16:16:56 UTC) #35
Charlie Reis
LGTM with nits. alexmos@, can you take a look at my last question below? https://codereview.chromium.org/2929113002/diff/380001/content/browser/renderer_host/render_process_host_browsertest.cc ...
3 years, 5 months ago (2017-06-30 21:42:16 UTC) #37
alexmos
https://codereview.chromium.org/2929113002/diff/380001/content/browser/renderer_host/render_process_host_impl.h File content/browser/renderer_host/render_process_host_impl.h (right): https://codereview.chromium.org/2929113002/diff/380001/content/browser/renderer_host/render_process_host_impl.h#newcode359 content/browser/renderer_host/render_process_host_impl.h:359: bool HostHasNotBeenUsed(); On 2017/06/30 21:42:16, Charlie Reis (OOO til ...
3 years, 5 months ago (2017-07-01 00:47:17 UTC) #38
mattcary
https://codereview.chromium.org/2929113002/diff/380001/chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java File chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java (right): https://codereview.chromium.org/2929113002/diff/380001/chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java#newcode263 chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java:263: ThreadUtils.assertOnUiThread(); On 2017/06/30 16:16:56, Ted C wrote: > should ...
3 years, 5 months ago (2017-07-03 08:03:03 UTC) #39
mattcary
https://codereview.chromium.org/2929113002/diff/380001/chrome/android/java/src/org/chromium/chrome/browser/omnibox/AutocompleteController.java File chrome/android/java/src/org/chromium/chrome/browser/omnibox/AutocompleteController.java (right): https://codereview.chromium.org/2929113002/diff/380001/chrome/android/java/src/org/chromium/chrome/browser/omnibox/AutocompleteController.java#newcode166 chrome/android/java/src/org/chromium/chrome/browser/omnibox/AutocompleteController.java:166: WarmupManager.getInstance().createSpareRenderProcessHost(profile); On 2017/07/03 08:03:02, mattcary wrote: > On 2017/06/30 ...
3 years, 5 months ago (2017-07-03 08:08:33 UTC) #40
mattcary
On 2017/07/03 08:08:33, mattcary wrote: > https://codereview.chromium.org/2929113002/diff/380001/chrome/android/java/src/org/chromium/chrome/browser/omnibox/AutocompleteController.java > File > chrome/android/java/src/org/chromium/chrome/browser/omnibox/AutocompleteController.java > (right): > > ...
3 years, 5 months ago (2017-07-04 09:29:05 UTC) #41
Ted C
https://codereview.chromium.org/2929113002/diff/380001/chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java File chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java (right): https://codereview.chromium.org/2929113002/diff/380001/chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java#newcode263 chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java:263: ThreadUtils.assertOnUiThread(); On 2017/07/03 08:03:02, mattcary wrote: > On 2017/06/30 ...
3 years, 5 months ago (2017-07-05 03:54:05 UTC) #42
mattcary
On 2017/07/05 03:54:05, Ted C (OOO till 7.10) wrote: > https://codereview.chromium.org/2929113002/diff/380001/chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java > File chrome/android/java/src/org/chromium/chrome/browser/WarmupManager.java > ...
3 years, 5 months ago (2017-07-05 15:09:54 UTC) #43
Ted C
+mariakhomenko, adding Maria for more insight into low end handling. I was under the impression ...
3 years, 5 months ago (2017-07-05 17:23:36 UTC) #45
kenjibaheux
On 2017/07/05 17:23:36, Ted C (OOO till 7.10) wrote: > +mariakhomenko, adding Maria for more ...
3 years, 5 months ago (2017-07-07 02:29:56 UTC) #46
Benoit L
On 2017/07/07 02:29:56, kenjibaheux wrote: > On 2017/07/05 17:23:36, Ted C (OOO till 7.10) wrote: ...
3 years, 5 months ago (2017-07-07 15:23:39 UTC) #47
mattcary
Makes sense. I've created crbug.com/740957 to track the low-end discussion, please CC as you see ...
3 years, 5 months ago (2017-07-11 14:51:57 UTC) #49
Ted C
lgtm for android-y stuff. I think we might want to tweak the logic to prevent ...
3 years, 5 months ago (2017-07-11 16:21:46 UTC) #58
mattcary
https://codereview.chromium.org/2929113002/diff/440001/chrome/android/java/src/org/chromium/chrome/browser/omnibox/AutocompleteController.java File chrome/android/java/src/org/chromium/chrome/browser/omnibox/AutocompleteController.java (right): https://codereview.chromium.org/2929113002/diff/440001/chrome/android/java/src/org/chromium/chrome/browser/omnibox/AutocompleteController.java#newcode164 chrome/android/java/src/org/chromium/chrome/browser/omnibox/AutocompleteController.java:164: if (!focusedFromFakebox) { On 2017/07/11 16:21:46, Ted C wrote: ...
3 years, 5 months ago (2017-07-12 10:39:17 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/2929113002/470001
3 years, 5 months ago (2017-07-12 10:39:50 UTC) #62
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/497900)
3 years, 5 months ago (2017-07-12 11:12:34 UTC) #64
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/2929113002/490001
3 years, 5 months ago (2017-07-12 15:32:30 UTC) #67
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_tsan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_tsan_rel_ng/builds/114499)
3 years, 5 months ago (2017-07-12 16:15:07 UTC) #69
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/2929113002/490001
3 years, 5 months ago (2017-07-13 08:54:45 UTC) #71
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/408214)
3 years, 5 months ago (2017-07-13 09:27:40 UTC) #73
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/2929113002/510001
3 years, 5 months ago (2017-07-13 13:21:12 UTC) #76
commit-bot: I haz the power
Committed patchset #27 (id:510001) as https://chromium.googlesource.com/chromium/src/+/28c8676d89927c00b9e64dfdb7681027d93a37df
3 years, 5 months ago (2017-07-13 14:26:48 UTC) #79
qyearsley
On 2017/07/13 14:26:48, commit-bot: I haz the power wrote: > Committed patchset #27 (id:510001) as ...
3 years, 5 months ago (2017-07-13 21:37:00 UTC) #80
falken
3 years, 5 months ago (2017-07-14 03:45:31 UTC) #81
Message was sent while issue was closed.
On 2017/07/13 21:37:00, qyearsley wrote:
> On 2017/07/13 14:26:48, commit-bot: I haz the power wrote:
> > Committed patchset #27 (id:510001) as
> >
>
https://chromium.googlesource.com/chromium/src/+/28c8676d89927c00b9e64dfdb768...
> 
> Looks like this is causing failures on
> RenderProcessHostTest.SpareRendererOnProcessReuse failing flakily on Linux
TSan
> Tests; see https://bugs.chromium.org/p/chromium/issues/detail?id=742533
> 
> Does this seem right? This seems like the most likely suspect, but the failure
> is only on one builder; I'd like to try to revert to see if that fixes the
issue
> on the TSan bot...

Yes the revert seems correct because the SpareRendererOnProcessReuse test was
added in this patch.

Powered by Google App Engine
This is Rietveld 408576698