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

Issue 16703025: [StorageMonitor] Move StorageMonitor ownership to BrowserProcessImpl (Closed)

Created:
7 years, 6 months ago by Greg Billock
Modified:
7 years, 5 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, nkostylev+watch_chromium.org, sail+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

[StorageMonitor] Move StorageMonitor ownership to BrowserProcessImpl This preserves all gross timings of setup and teardown of the storage monitor. BUG=None Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=212487

Patch Set 1 #

Patch Set 2 : Spruce up ifdefs, remove debugging stuff. #

Patch Set 3 : Rebase #

Patch Set 4 : Fix else #

Patch Set 5 : More test fixes #

Patch Set 6 : Rebase #

Patch Set 7 : Rebase #

Patch Set 8 : Rebase #

Total comments: 20

Patch Set 9 : Fix unit tests #

Patch Set 10 : Lots of changes to get browser tests working with no storage monitor global #

Patch Set 11 : Test fixies #

Patch Set 12 : Rebase #

Total comments: 20

Patch Set 13 : Set storage monitor mock on BrowserProcessImpl directly #

Total comments: 6

Patch Set 14 : Set storage monitor in browser process for unit tests. etc. #

Total comments: 16

Patch Set 15 : syntax fix #

Patch Set 16 : Destroy test linux storage monitor on ui thread #

Patch Set 17 : comments #

Total comments: 4

Patch Set 18 : Fix windows tests #

Patch Set 19 : Rebase #

Total comments: 59

Patch Set 20 : Remove media storage util test from android #

Patch Set 21 : comments and touch-ups #

Patch Set 22 : Change test install api to be clearer #

Patch Set 23 : Remaining spot in win test #

Patch Set 24 : Rebase #

Patch Set 25 : syntax errors, win constructor #

Patch Set 26 : win constructor and syntax fixes #

Patch Set 27 : Rebase #

Total comments: 4

Patch Set 28 : Rebase to master #

Patch Set 29 : lint #

Patch Set 30 : Another rebase #

Patch Set 31 : Base file error... #

Patch Set 32 : Friend decl for win fix #

Patch Set 33 : Catch up to SystemInfoStorage eject test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+328 lines, -196 lines) Patch
M chrome/browser/browser_process.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/browser_process_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/browser_process_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 27 5 chunks +31 lines, -2 lines 0 comments Download
M chrome/browser/chrome_browser_main_linux.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 2 chunks +0 lines, -12 lines 0 comments Download
M chrome/browser/chrome_browser_main_linux.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 2 chunks +0 lines, -16 lines 0 comments Download
M chrome/browser/chrome_browser_main_mac.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 3 chunks +0 lines, -8 lines 0 comments Download
M chrome/browser/chrome_browser_main_mac.mm 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 +0 lines, -7 lines 0 comments Download
M chrome/browser/chrome_browser_main_win.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 3 chunks +0 lines, -9 lines 0 comments Download
M chrome/browser/chrome_browser_main_win.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 2 chunks +0 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/chrome_browser_main_chromeos.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 27 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/chrome_browser_main_chromeos.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 3 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/extensions/api/media_galleries_private/media_galleries_eject_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 5 chunks +12 lines, -13 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 12 13 1 chunk +1 line, -5 lines 0 comments Download
M chrome/browser/extensions/api/system_info_storage/system_info_storage_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 2 chunks +0 lines, -5 lines 0 comments Download
M chrome/browser/extensions/api/system_info_storage/system_info_storage_eject_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 5 chunks +11 lines, -13 lines 0 comments Download
M chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac_unittest.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/media_galleries/win/mtp_device_delegate_impl_win_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 4 chunks +17 lines, -5 lines 0 comments Download
M chrome/browser/storage_monitor/image_capture_device_manager_unittest.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 6 chunks +12 lines, -8 lines 0 comments Download
M chrome/browser/storage_monitor/media_storage_util_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 4 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/storage_monitor/media_transfer_protocol_device_observer_linux_unittest.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 +8 lines, -4 lines 0 comments Download
M chrome/browser/storage_monitor/storage_monitor.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 27 3 chunks +12 lines, -9 lines 0 comments Download
M chrome/browser/storage_monitor/storage_monitor.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 3 chunks +5 lines, -12 lines 0 comments Download
M chrome/browser/storage_monitor/storage_monitor_chromeos.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/storage_monitor/storage_monitor_chromeos_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 3 chunks +11 lines, -3 lines 0 comments Download
M chrome/browser/storage_monitor/storage_monitor_linux.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/storage_monitor/storage_monitor_linux_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 5 chunks +14 lines, -5 lines 0 comments Download
M chrome/browser/storage_monitor/storage_monitor_mac.mm View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/storage_monitor/storage_monitor_mac_unittest.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 4 chunks +10 lines, -3 lines 0 comments Download
M chrome/browser/storage_monitor/storage_monitor_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 3 chunks +16 lines, -5 lines 0 comments Download
M chrome/browser/storage_monitor/storage_monitor_win.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 27 28 29 30 31 2 chunks +2 lines, -5 lines 0 comments Download
M chrome/browser/storage_monitor/storage_monitor_win.cc View 1 2 2 chunks +5 lines, -6 lines 0 comments Download
M chrome/browser/storage_monitor/storage_monitor_win_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 26 27 28 5 chunks +25 lines, -7 lines 0 comments Download
M chrome/browser/storage_monitor/test_storage_monitor.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +13 lines, -2 lines 0 comments Download
M chrome/browser/storage_monitor/test_storage_monitor.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +51 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/extensions/media_galleries_dialog_cocoa_unittest.mm View 1 2 chunks +0 lines, -3 lines 0 comments Download
M chrome/browser/ui/gtk/extensions/media_galleries_dialog_gtk_unittest.cc View 1 2 chunks +0 lines, -3 lines 0 comments Download
M chrome/chrome_tests_unit.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 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/testing_browser_process.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 3 chunks +6 lines, -2 lines 0 comments Download
M chrome/test/base/testing_browser_process.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 5 chunks +31 lines, -2 lines 0 comments Download

Messages

Total messages: 35 (0 generated)
Greg Billock
thestig, can start review. I need to clean up a bit -- had a bunch ...
7 years, 6 months ago (2013-06-12 20:46:59 UTC) #1
Greg Billock
On 2013/06/12 20:46:59, Greg Billock wrote: > thestig, can start review. I need to clean ...
7 years, 6 months ago (2013-06-12 21:24:25 UTC) #2
Greg Billock
On 2013/06/12 21:24:25, Greg Billock wrote: > On 2013/06/12 20:46:59, Greg Billock wrote: > > ...
7 years, 5 months ago (2013-06-26 21:21:56 UTC) #3
Lei Zhang
Should |g_storage_monitor| in storage_monitor.cc continue to exist? Should it be removed in favor of g_browser_process->storage_monitor() ...
7 years, 5 months ago (2013-06-27 00:09:38 UTC) #4
Greg Billock
https://codereview.chromium.org/16703025/diff/60001/chrome/browser/browser_process_impl.cc File chrome/browser/browser_process_impl.cc (right): https://codereview.chromium.org/16703025/diff/60001/chrome/browser/browser_process_impl.cc#newcode925 chrome/browser/browser_process_impl.cc:925: storage_monitor_.reset(chrome::StorageMonitor::Create()); On 2013/06/27 00:09:38, Lei Zhang wrote: > Should ...
7 years, 5 months ago (2013-06-27 18:25:42 UTC) #5
Greg Billock
On 2013/06/27 18:25:42, Greg Billock wrote: > https://codereview.chromium.org/16703025/diff/60001/chrome/browser/browser_process_impl.cc > File chrome/browser/browser_process_impl.cc (right): > > https://codereview.chromium.org/16703025/diff/60001/chrome/browser/browser_process_impl.cc#newcode925 ...
7 years, 5 months ago (2013-06-28 18:34:13 UTC) #6
Lei Zhang
https://codereview.chromium.org/16703025/diff/108001/chrome/browser/browser_process_impl.h File chrome/browser/browser_process_impl.h (right): https://codereview.chromium.org/16703025/diff/108001/chrome/browser/browser_process_impl.h#newcode162 chrome/browser/browser_process_impl.h:162: void SetStorageMonitorForTesting(chrome::StorageMonitor* monitor); I think we can make this ...
7 years, 5 months ago (2013-07-02 23:16:57 UTC) #7
Greg Billock
https://codereview.chromium.org/16703025/diff/108001/chrome/browser/browser_process_impl.h File chrome/browser/browser_process_impl.h (right): https://codereview.chromium.org/16703025/diff/108001/chrome/browser/browser_process_impl.h#newcode162 chrome/browser/browser_process_impl.h:162: void SetStorageMonitorForTesting(chrome::StorageMonitor* monitor); On 2013/07/02 23:16:57, Lei Zhang wrote: ...
7 years, 5 months ago (2013-07-03 17:49:17 UTC) #8
Lei Zhang
Some of the unit tests have multiple StorageMonitors existing at the same time. I'll follow ...
7 years, 5 months ago (2013-07-03 23:25:10 UTC) #9
Lei Zhang
https://codereview.chromium.org/16703025/diff/118001/chrome/browser/storage_monitor/storage_monitor_linux_unittest.cc File chrome/browser/storage_monitor/storage_monitor_linux_unittest.cc (right): https://codereview.chromium.org/16703025/diff/118001/chrome/browser/storage_monitor/storage_monitor_linux_unittest.cc#newcode186 chrome/browser/storage_monitor/storage_monitor_linux_unittest.cc:186: monitor_.reset(new TestStorageMonitorLinux(mtab_file_, &message_loop_)); We should set the TestBrowserProcess's storage_monitor ...
7 years, 5 months ago (2013-07-03 23:46:17 UTC) #10
Greg Billock
https://codereview.chromium.org/16703025/diff/108001/chrome/browser/extensions/api/media_galleries_private/media_galleries_eject_apitest.cc File chrome/browser/extensions/api/media_galleries_private/media_galleries_eject_apitest.cc (right): https://codereview.chromium.org/16703025/diff/108001/chrome/browser/extensions/api/media_galleries_private/media_galleries_eject_apitest.cc#newcode120 chrome/browser/extensions/api/media_galleries_private/media_galleries_eject_apitest.cc:120: monitor_ = chrome::test::TestStorageMonitor::CreateForBrowserTests(); On 2013/07/03 23:25:10, Lei Zhang wrote: ...
7 years, 5 months ago (2013-07-08 18:50:07 UTC) #11
vandebo (ex-Chrome)
https://codereview.chromium.org/16703025/diff/126001/chrome/browser/browser_process_impl.cc File chrome/browser/browser_process_impl.cc (right): https://codereview.chromium.org/16703025/diff/126001/chrome/browser/browser_process_impl.cc#newcode279 chrome/browser/browser_process_impl.cc:279: #if !defined(OS_ANDROID) && !defined(OS_IOS) Without any other context, I ...
7 years, 5 months ago (2013-07-09 15:38:12 UTC) #12
Greg Billock
https://codereview.chromium.org/16703025/diff/126001/chrome/browser/browser_process_impl.cc File chrome/browser/browser_process_impl.cc (right): https://codereview.chromium.org/16703025/diff/126001/chrome/browser/browser_process_impl.cc#newcode279 chrome/browser/browser_process_impl.cc:279: #if !defined(OS_ANDROID) && !defined(OS_IOS) On 2013/07/09 15:38:12, vandebo wrote: ...
7 years, 5 months ago (2013-07-09 17:35:20 UTC) #13
vandebo (ex-Chrome)
https://codereview.chromium.org/16703025/diff/126001/chrome/browser/browser_process_impl.cc File chrome/browser/browser_process_impl.cc (right): https://codereview.chromium.org/16703025/diff/126001/chrome/browser/browser_process_impl.cc#newcode279 chrome/browser/browser_process_impl.cc:279: #if !defined(OS_ANDROID) && !defined(OS_IOS) On 2013/07/09 17:35:21, Greg Billock ...
7 years, 5 months ago (2013-07-09 21:14:11 UTC) #14
Greg Billock
https://codereview.chromium.org/16703025/diff/126001/chrome/browser/browser_process_impl.cc File chrome/browser/browser_process_impl.cc (right): https://codereview.chromium.org/16703025/diff/126001/chrome/browser/browser_process_impl.cc#newcode279 chrome/browser/browser_process_impl.cc:279: #if !defined(OS_ANDROID) && !defined(OS_IOS) On 2013/07/09 21:14:11, vandebo wrote: ...
7 years, 5 months ago (2013-07-09 21:29:06 UTC) #15
vandebo (ex-Chrome)
https://codereview.chromium.org/16703025/diff/126001/chrome/browser/storage_monitor/storage_monitor_win.h File chrome/browser/storage_monitor/storage_monitor_win.h (right): https://codereview.chromium.org/16703025/diff/126001/chrome/browser/storage_monitor/storage_monitor_win.h#newcode31 chrome/browser/storage_monitor/storage_monitor_win.h:31: StorageMonitorWin(VolumeMountWatcherWin* volume_mount_watcher, On 2013/07/09 21:29:06, Greg Billock wrote: > ...
7 years, 5 months ago (2013-07-10 16:57:44 UTC) #16
Greg Billock
https://codereview.chromium.org/16703025/diff/126001/chrome/browser/storage_monitor/storage_monitor_win.h File chrome/browser/storage_monitor/storage_monitor_win.h (right): https://codereview.chromium.org/16703025/diff/126001/chrome/browser/storage_monitor/storage_monitor_win.h#newcode31 chrome/browser/storage_monitor/storage_monitor_win.h:31: StorageMonitorWin(VolumeMountWatcherWin* volume_mount_watcher, On 2013/07/10 16:57:45, vandebo wrote: > On ...
7 years, 5 months ago (2013-07-10 21:11:16 UTC) #17
Greg Billock
https://codereview.chromium.org/16703025/diff/167001/chrome/browser/storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc File chrome/browser/storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc (right): https://codereview.chromium.org/16703025/diff/167001/chrome/browser/storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc#newcode97 chrome/browser/storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc:97: chrome::test::TestStorageMonitor* monitor = no On 2013/07/10 16:57:45, vandebo wrote: ...
7 years, 5 months ago (2013-07-10 21:57:17 UTC) #18
Greg Billock
https://codereview.chromium.org/16703025/diff/167001/chrome/browser/storage_monitor/storage_monitor_win_unittest.cc File chrome/browser/storage_monitor/storage_monitor_win_unittest.cc (right): https://codereview.chromium.org/16703025/diff/167001/chrome/browser/storage_monitor/storage_monitor_win_unittest.cc#newcode136 chrome/browser/storage_monitor/storage_monitor_win_unittest.cc:136: if (browser_process) On 2013/07/10 16:57:45, vandebo wrote: > leak ...
7 years, 5 months ago (2013-07-10 21:59:19 UTC) #19
vandebo (ex-Chrome)
LGTM https://codereview.chromium.org/16703025/diff/167001/chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac_unittest.mm File chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac_unittest.mm (right): https://codereview.chromium.org/16703025/diff/167001/chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac_unittest.mm#newcode187 chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac_unittest.mm:187: chrome::test::TestStorageMonitor* monitor = On 2013/07/10 21:11:16, Greg Billock ...
7 years, 5 months ago (2013-07-11 15:53:00 UTC) #20
Greg Billock
https://codereview.chromium.org/16703025/diff/167001/chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac_unittest.mm File chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac_unittest.mm (right): https://codereview.chromium.org/16703025/diff/167001/chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac_unittest.mm#newcode187 chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac_unittest.mm:187: chrome::test::TestStorageMonitor* monitor = On 2013/07/11 15:53:00, vandebo wrote: > ...
7 years, 5 months ago (2013-07-11 20:53:34 UTC) #21
Greg Billock
On 2013/07/11 20:53:34, Greg Billock wrote: > https://codereview.chromium.org/16703025/diff/167001/chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac_unittest.mm > File chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac_unittest.mm > (right): > > ...
7 years, 5 months ago (2013-07-11 20:58:57 UTC) #22
Evan Stade
gtk lgtm
7 years, 5 months ago (2013-07-11 22:05:46 UTC) #23
sky
LGTM https://codereview.chromium.org/16703025/diff/233001/chrome/browser/browser_process_impl.h File chrome/browser/browser_process_impl.h (right): https://codereview.chromium.org/16703025/diff/233001/chrome/browser/browser_process_impl.h#newcode203 chrome/browser/browser_process_impl.h:203: #if !defined(OS_ANDROID) && !defined(OS_IOS) Would it be clearer ...
7 years, 5 months ago (2013-07-15 17:45:36 UTC) #24
Greg Billock
https://codereview.chromium.org/16703025/diff/233001/chrome/browser/browser_process_impl.h File chrome/browser/browser_process_impl.h (right): https://codereview.chromium.org/16703025/diff/233001/chrome/browser/browser_process_impl.h#newcode203 chrome/browser/browser_process_impl.h:203: #if !defined(OS_ANDROID) && !defined(OS_IOS) On 2013/07/15 17:45:37, sky wrote: ...
7 years, 5 months ago (2013-07-15 20:00:17 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/16703025/239001
7 years, 5 months ago (2013-07-15 20:03:10 UTC) #26
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=15327
7 years, 5 months ago (2013-07-16 00:50:56 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/16703025/247001
7 years, 5 months ago (2013-07-16 00:51:04 UTC) #28
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=15404
7 years, 5 months ago (2013-07-16 08:42:58 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/16703025/262001
7 years, 5 months ago (2013-07-16 15:44:18 UTC) #30
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 5 months ago (2013-07-16 17:18:17 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/16703025/274003
7 years, 5 months ago (2013-07-16 20:14:26 UTC) #32
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=136207
7 years, 5 months ago (2013-07-17 03:00:21 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/16703025/309001
7 years, 5 months ago (2013-07-18 17:03:02 UTC) #34
commit-bot: I haz the power
7 years, 5 months ago (2013-07-19 01:29:04 UTC) #35
Message was sent while issue was closed.
Change committed as 212487

Powered by Google App Engine
This is Rietveld 408576698