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

Issue 11117011: Keep browser process alive while there are platform apps with background pages running. (Closed)

Created:
8 years, 2 months ago by benwells
Modified:
8 years ago
CC:
chromium-reviews, Aaron Boodman, chromium-apps-reviews_chromium.org, miket_OOO, Matt Perry, tapted, koz (OOO until 15th September), jeremya
Visibility:
Public.

Description

Keep browser process alive while there are platform apps with background pages running. This does not happen on Android or ChromeOS builds: Android does not support browser process keep alive, and ChromeOS does not need or like it. This change prevents platform apps getting killed unceremoniously while they have background pages active. This also delays the process being shutdown after closing the last platform app window, as background pages are kept alive for 15 seconds after their last activity is completed. This change re-lands r165772 which caused problems on Google branded ChromeOS. This version does not add keep alives for ChromeOS and was tested on the ChromeOS try bots. TBR=davemoore@chromium.org for the ash launcher test change. BUG=155457 TEST=Make sure platform apps can be used from the launcher without chrome windows open; make sure Chrome shuts down properly in all cases. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=165772 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170660

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rebase #

Patch Set 3 : WIP #

Patch Set 4 : WIP #

Patch Set 5 : Test #

Patch Set 6 : Getting better #

Patch Set 7 : Tests #

Patch Set 8 : Rebase, more tests #

Patch Set 9 : One test to go #

Patch Set 10 : Last test? #

Patch Set 11 : Try again #

Patch Set 12 : Cleanup #

Patch Set 13 : Delegated #

Total comments: 7

Patch Set 14 : Rebase #

Patch Set 15 : With notification #

Patch Set 16 : Test #

Total comments: 8

Patch Set 17 : Rebase #

Patch Set 18 : Feedback #

Patch Set 19 : Use ProfileDependencyManager to create PlatformAppService #

Total comments: 1

Patch Set 20 : More test failures, android compile #

Patch Set 21 : Rebase #

Patch Set 22 : Unreverted #

Patch Set 23 : Disable on ChromeOS #

Patch Set 24 : Updates for tests #

Total comments: 1

Patch Set 25 : More test fixs #

Patch Set 26 : Update new sync tests #

Total comments: 7

Patch Set 27 : Comments, shorten timeout #

Patch Set 28 : Merge, rebase, fix new tests... #

Patch Set 29 : Yet another test #

Patch Set 30 : Another test #

Patch Set 31 : More logging #

Patch Set 32 : Don't wait for apps that have already exited #

Patch Set 33 : Rebase #

Patch Set 34 : And another test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+523 lines, -147 lines) Patch
M chrome/browser/chromeos/extensions/external_filesystem_apitest.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 27 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/app_window/app_window_apitest.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 27 28 29 30 31 32 33 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 7 chunks +11 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/dns/dns_apitest.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/identity/identity_apitest.cc View 1 2 3 4 5 13 chunks +13 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/media_galleries/media_galleries_apitest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +6 lines, -4 lines 0 comments Download
M chrome/browser/extensions/api/media_galleries_private/media_galleries_private_apitest.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +35 lines, -39 lines 0 comments Download
M chrome/browser/extensions/api/push_messaging/push_messaging_apitest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/serial/serial_apitest.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/socket/socket_apitest.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 +5 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/sync_file_system/sync_file_system_apitest.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 2 chunks +3 lines, -7 lines 0 comments Download
M chrome/browser/extensions/api/system_indicator/system_indicator_apitest.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 27 28 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/system_info_cpu/system_info_cpu_apitest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/system_info_memory/system_info_memory_apitest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/usb/usb_apitest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/extensions/extension_apitest.h View 1 2 3 4 5 1 chunk +7 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_apitest.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 27 28 29 30 31 32 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_browsertest.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_browsertest.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 27 28 29 30 31 32 4 chunks +40 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_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 26 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_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 26 27 28 29 30 31 32 4 chunks +17 lines, -0 lines 0 comments Download
M chrome/browser/extensions/platform_app_browsertest.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 27 30 31 26 chunks +47 lines, -36 lines 0 comments Download
M chrome/browser/extensions/platform_app_browsertest_util.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +12 lines, -3 lines 0 comments Download
M chrome/browser/extensions/platform_app_browsertest_util.cc View 1 2 3 4 5 6 7 8 9 10 15 16 17 18 4 chunks +25 lines, -29 lines 0 comments Download
A chrome/browser/extensions/platform_app_service.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +35 lines, -0 lines 0 comments Download
A chrome/browser/extensions/platform_app_service.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 1 chunk +45 lines, -0 lines 0 comments Download
A chrome/browser/extensions/platform_app_service_factory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +36 lines, -0 lines 0 comments Download
A chrome/browser/extensions/platform_app_service_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +47 lines, -0 lines 0 comments Download
M chrome/browser/extensions/web_view_browsertest.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 5 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_dependency_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 23 24 25 26 27 28 29 30 31 32 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/sync/test/integration/apps_helper.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 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/sync/test/integration/apps_helper.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 3 chunks +25 lines, -0 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_apps_sync_test.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 5 chunks +17 lines, -0 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_apps_sync_test.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 27 5 chunks +13 lines, -0 lines 0 comments Download
M chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.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 27 28 29 30 31 32 15 chunks +18 lines, -11 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi 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 27 28 29 30 31 32 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/test/data/extensions/api_test/media_galleries_private/attachdetach/test.js View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/extensions/platform_apps/geometry/test.js 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 27 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/data/extensions/platform_apps/open_link/main.js View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/data/extensions/platform_apps/windows_api_bounds/background.js 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 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 61 (0 generated)
benwells
Try jobs are running and might show problems with this change, which I am a ...
8 years, 2 months ago (2012-10-12 05:33:38 UTC) #1
benwells
From the try jobs it looks like I'll need to use the command line switches ...
8 years, 2 months ago (2012-10-12 07:52:00 UTC) #2
sky
I don't have a good feel for how much this is going to come up ...
8 years, 2 months ago (2012-10-12 17:06:34 UTC) #3
Aaron Boodman
http://codereview.chromium.org/11117011/diff/1/chrome/browser/extensions/extension_host.cc File chrome/browser/extensions/extension_host.cc (right): http://codereview.chromium.org/11117011/diff/1/chrome/browser/extensions/extension_host.cc#newcode162 chrome/browser/extensions/extension_host.cc:162: extension_host_type_ == chrome::VIEW_TYPE_EXTENSION_BACKGROUND_PAGE) { On 2012/10/12 05:33:38, benwells wrote: ...
8 years, 2 months ago (2012-10-12 17:58:30 UTC) #4
benwells
So ... only one test to go (I think), but I thought before sinking more ...
8 years, 2 months ago (2012-10-25 06:47:54 UTC) #5
bryeung
On 2012/10/25 06:47:54, benwells wrote: > 3) The last bluetooth test has me a bit ...
8 years, 1 month ago (2012-10-25 14:18:59 UTC) #6
benwells
On 2012/10/25 14:18:59, bryeung wrote: > On 2012/10/25 06:47:54, benwells wrote: > > 3) The ...
8 years, 1 month ago (2012-10-25 22:34:36 UTC) #7
benwells
Now ready for review. aa: all of it davemoore: owner for chrome/browser/ui/ash/launcher
8 years, 1 month ago (2012-10-26 05:35:42 UTC) #8
benwells
On 2012/10/26 05:35:42, benwells wrote: > Now ready for review. > > aa: all of ...
8 years, 1 month ago (2012-10-29 05:27:44 UTC) #9
benwells
On 2012/10/29 05:27:44, benwells wrote: > On 2012/10/26 05:35:42, benwells wrote: > > Now ready ...
8 years, 1 month ago (2012-10-29 05:29:40 UTC) #10
benwells
On 2012/10/29 05:29:40, benwells wrote: > On 2012/10/29 05:27:44, benwells wrote: > > On 2012/10/26 ...
8 years, 1 month ago (2012-10-29 07:10:58 UTC) #11
Yoyo Zhou
http://codereview.chromium.org/11117011/diff/47001/chrome/browser/extensions/extension_browsertest.cc File chrome/browser/extensions/extension_browsertest.cc (right): http://codereview.chromium.org/11117011/diff/47001/chrome/browser/extensions/extension_browsertest.cc#newcode564 chrome/browser/extensions/extension_browsertest.cc:564: destroyed_observer.Wait(); This looks like it's only going to wait ...
8 years, 1 month ago (2012-10-30 01:35:21 UTC) #12
benwells
http://codereview.chromium.org/11117011/diff/47001/chrome/browser/extensions/extension_browsertest.cc File chrome/browser/extensions/extension_browsertest.cc (right): http://codereview.chromium.org/11117011/diff/47001/chrome/browser/extensions/extension_browsertest.cc#newcode564 chrome/browser/extensions/extension_browsertest.cc:564: destroyed_observer.Wait(); On 2012/10/30 01:35:22, Yoyo Zhou wrote: > This ...
8 years, 1 month ago (2012-10-30 02:55:23 UTC) #13
Aaron Boodman
http://codereview.chromium.org/11117011/diff/47001/chrome/browser/extensions/extension_host.h File chrome/browser/extensions/extension_host.h (right): http://codereview.chromium.org/11117011/diff/47001/chrome/browser/extensions/extension_host.h#newcode58 chrome/browser/extensions/extension_host.h:58: class Delegate { On 2012/10/30 02:55:23, benwells wrote: > ...
8 years, 1 month ago (2012-10-30 05:30:08 UTC) #14
benwells
With notification, and tests passing. This change highlights the mess that is platform app testing. ...
8 years, 1 month ago (2012-10-31 01:46:35 UTC) #15
Aaron Boodman
Yay, I like this a lot. Thanks for figuring it out. http://codereview.chromium.org/11117011/diff/51007/chrome/browser/extensions/extension_host.cc File chrome/browser/extensions/extension_host.cc (right): ...
8 years, 1 month ago (2012-10-31 07:31:22 UTC) #16
benwells
http://codereview.chromium.org/11117011/diff/51007/chrome/browser/extensions/extension_host.cc File chrome/browser/extensions/extension_host.cc (right): http://codereview.chromium.org/11117011/diff/51007/chrome/browser/extensions/extension_host.cc#newcode477 chrome/browser/extensions/extension_host.cc:477: void ExtensionHost::KeepBrowserProcessAlive() { On 2012/10/31 07:31:22, Aaron Boodman wrote: ...
8 years, 1 month ago (2012-10-31 08:08:22 UTC) #17
Aaron Boodman
lgtm
8 years, 1 month ago (2012-10-31 08:30:37 UTC) #18
benwells
davemoore: could you look at the change to chroem_launcher_controller_browsertest.cc? sky: just chrome/chrome_browser_extensions.gypi needed
8 years, 1 month ago (2012-10-31 08:41:49 UTC) #19
benwells
+sky this time, just for chrome/chrome_browser_extensions.gypi
8 years, 1 month ago (2012-10-31 08:42:28 UTC) #20
sky
LGTM - feel free to TBR me on gyp changes
8 years, 1 month ago (2012-10-31 14:21:35 UTC) #21
benwells
On 2012/10/31 14:21:35, sky wrote: > LGTM - feel free to TBR me on gyp ...
8 years, 1 month ago (2012-10-31 23:04:57 UTC) #22
benwells
Yoyo pointed out how to do the service stuff better, so some slight changes. yoyo: ...
8 years, 1 month ago (2012-11-01 00:17:01 UTC) #23
Yoyo Zhou
LGTM http://codereview.chromium.org/11117011/diff/61011/chrome/browser/extensions/platform_app_service_factory.cc File chrome/browser/extensions/platform_app_service_factory.cc (right): http://codereview.chromium.org/11117011/diff/61011/chrome/browser/extensions/platform_app_service_factory.cc#newcode24 chrome/browser/extensions/platform_app_service_factory.cc:24: ProfileDependencyManager::GetInstance()) { If it doesn't make sense to ...
8 years, 1 month ago (2012-11-01 00:23:41 UTC) #24
sky
.gypi LGTM
8 years, 1 month ago (2012-11-01 14:10:35 UTC) #25
sky
I'm not a good person for profile_dependency_manager.cc. I added Elliot to cover it.
8 years, 1 month ago (2012-11-01 16:15:57 UTC) #26
Elliot Glaysher
profiles lgtm (Also, if Yoyo is correct and your PlatformApp stuff can't outlive the extension ...
8 years, 1 month ago (2012-11-01 17:24:29 UTC) #27
Yoyo Zhou
On 2012/11/01 17:24:29, Elliot Glaysher wrote: > (Also, if Yoyo is correct and your PlatformApp ...
8 years, 1 month ago (2012-11-01 21:25:45 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/11117011/61011
8 years, 1 month ago (2012-11-01 21:27:28 UTC) #29
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
8 years, 1 month ago (2012-11-01 22:02:42 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/11117011/61011
8 years, 1 month ago (2012-11-02 05:33:10 UTC) #31
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
8 years, 1 month ago (2012-11-02 05:48:37 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/11117011/67006
8 years, 1 month ago (2012-11-02 06:47:21 UTC) #33
commit-bot: I haz the power
Failed to apply patch for chrome/browser/extensions/api/sync_file_system/sync_file_system_apitest.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
8 years, 1 month ago (2012-11-02 06:47:33 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/11117011/37041
8 years, 1 month ago (2012-11-02 06:55:59 UTC) #35
commit-bot: I haz the power
Retried try job too often for step(s) content_browsertests
8 years, 1 month ago (2012-11-02 10:18:53 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/11117011/37041
8 years, 1 month ago (2012-11-02 21:10:19 UTC) #37
commit-bot: I haz the power
Change committed as 165772
8 years, 1 month ago (2012-11-02 22:21:02 UTC) #38
Peter Mayo
On 2012/11/02 22:21:02, I haz the power (commit-bot) wrote: > Change committed as 165772 This ...
8 years, 1 month ago (2012-11-08 14:46:14 UTC) #39
benwells
On 2012/11/08 14:46:14, Peter Mayo wrote: > On 2012/11/02 22:21:02, I haz the power (commit-bot) ...
8 years ago (2012-11-27 09:15:13 UTC) #40
benwells
Here is the re-land / unrevert. davidjames: please have a look at the chromeos disabling ...
8 years ago (2012-11-27 10:18:31 UTC) #41
calvinlo
lgtm, I'll take a look at the test again after your patch lands.
8 years ago (2012-11-27 10:21:51 UTC) #42
davidjames
lgtm for Chrome OS disabling. Thanks for adding the comment explaining why. Can you also ...
8 years ago (2012-11-27 14:32:59 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/11117011/85039
8 years ago (2012-11-28 00:14:58 UTC) #44
benwells
+atwilson for chrome/browser/sync changes
8 years ago (2012-11-28 09:15:31 UTC) #45
Andrew T Wilson (Slow)
LGTM with some nits you can ignore. Just a note to remind you to try ...
8 years ago (2012-11-28 10:16:24 UTC) #46
benwells
https://codereview.chromium.org/11117011/diff/76045/chrome/browser/extensions/extension_host.h File chrome/browser/extensions/extension_host.h (right): https://codereview.chromium.org/11117011/diff/76045/chrome/browser/extensions/extension_host.h#newcode134 chrome/browser/extensions/extension_host.h:134: // added. Hosts which have had this called will ...
8 years ago (2012-11-29 06:50:57 UTC) #47
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/11117011/77017
8 years ago (2012-11-29 06:51:37 UTC) #48
commit-bot: I haz the power
Failed to apply patch for chrome/browser/extensions/platform_app_browsertest.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
8 years ago (2012-11-29 06:51:47 UTC) #49
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/11117011/80042
8 years ago (2012-11-29 08:45:14 UTC) #50
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/11117011/75011
8 years ago (2012-11-29 09:46:11 UTC) #51
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/11117011/75011
8 years ago (2012-11-29 10:17:52 UTC) #52
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) browser_tests
8 years ago (2012-11-29 13:23:06 UTC) #53
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/11117011/75011
8 years ago (2012-11-30 00:07:01 UTC) #54
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) browser_tests
8 years ago (2012-11-30 02:01:48 UTC) #55
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/11117011/74022
8 years ago (2012-11-30 21:52:45 UTC) #56
commit-bot: I haz the power
Failed to apply patch for chrome/browser/extensions/extension_apitest.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
8 years ago (2012-11-30 21:53:07 UTC) #57
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/11117011/77064
8 years ago (2012-11-30 22:17:58 UTC) #58
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) content_unittests
8 years ago (2012-11-30 23:51:21 UTC) #59
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/11117011/85051
8 years ago (2012-12-01 02:51:36 UTC) #60
commit-bot: I haz the power
8 years ago (2012-12-01 07:16:48 UTC) #61
Message was sent while issue was closed.
Change committed as 170660

Powered by Google App Engine
This is Rietveld 408576698