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

Issue 389633002: Move system.* family of APIs to extensions/ (Closed)

Created:
6 years, 5 months ago by tmpsantos
Modified:
6 years, 3 months ago
CC:
chromium-reviews, tfarina, extensions-reviews_chromium.org, chromium-apps-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Move system.* family of APIs to extensions/ As side effect, this APIs will also be available for the app_shell. The patch also removes the dependence this API has on the g_browser_process and thus, no longer will depend on chrome/. BUG=392842 Committed: https://crrev.com/89e236b4594095c089b53d9cd4d521eb81860721 Cr-Commit-Position: refs/heads/master@{#293512}

Patch Set 1 #

Patch Set 2 : Fixed chromeos build #

Patch Set 3 : Fixed chromeos build #

Patch Set 4 : Fixed chromeos build #

Patch Set 5 : Better comments #

Total comments: 3

Patch Set 6 : Addressed review comments #

Patch Set 7 : Fixed gn build #

Total comments: 2

Patch Set 8 : No ash/ dependency anymore #

Total comments: 2

Patch Set 9 : Inlined simple getters and removed redundant namespace decl #

Total comments: 8

Patch Set 10 : Fixed StorageMonitor init order and moved SystemInfoAPI init to e/browser/ #

Patch Set 11 : GN build fix #

Patch Set 12 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+612 lines, -2572 lines) Patch
D chrome/browser/extensions/api/system_cpu/OWNERS View 1 chunk +0 lines, -1 line 0 comments Download
D chrome/browser/extensions/api/system_cpu/cpu_info_provider.h View 1 chunk +0 lines, -60 lines 0 comments Download
D chrome/browser/extensions/api/system_cpu/cpu_info_provider.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -70 lines 0 comments Download
D chrome/browser/extensions/api/system_cpu/cpu_info_provider_linux.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -70 lines 0 comments Download
D chrome/browser/extensions/api/system_cpu/cpu_info_provider_mac.cc View 1 chunk +0 lines, -54 lines 0 comments Download
D chrome/browser/extensions/api/system_cpu/cpu_info_provider_win.cc View 1 chunk +0 lines, -73 lines 0 comments Download
D chrome/browser/extensions/api/system_cpu/system_cpu_api.h View 1 chunk +0 lines, -25 lines 0 comments Download
D chrome/browser/extensions/api/system_cpu/system_cpu_api.cc View 1 chunk +0 lines, -35 lines 0 comments Download
M chrome/browser/extensions/api/system_cpu/system_cpu_apitest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
D chrome/browser/extensions/api/system_display/OWNERS View 1 chunk +0 lines, -1 line 0 comments Download
D chrome/browser/extensions/api/system_display/display_info_provider.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -73 lines 0 comments Download
D chrome/browser/extensions/api/system_display/display_info_provider.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -94 lines 0 comments Download
D chrome/browser/extensions/api/system_display/system_display_api.h View 1 chunk +0 lines, -37 lines 0 comments Download
D chrome/browser/extensions/api/system_display/system_display_api.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -55 lines 0 comments Download
M chrome/browser/extensions/api/system_display/system_display_apitest.cc View 1 2 3 4 5 6 7 4 chunks +7 lines, -8 lines 0 comments Download
D chrome/browser/extensions/api/system_info/OWNERS View 1 chunk +0 lines, -1 line 0 comments Download
D chrome/browser/extensions/api/system_info/system_info_api.h View 1 chunk +0 lines, -47 lines 0 comments Download
D chrome/browser/extensions/api/system_info/system_info_api.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -258 lines 0 comments Download
D chrome/browser/extensions/api/system_info/system_info_provider.h View 1 chunk +0 lines, -98 lines 0 comments Download
D chrome/browser/extensions/api/system_info/system_info_provider.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -68 lines 0 comments Download
D chrome/browser/extensions/api/system_memory/OWNERS View 1 chunk +0 lines, -1 line 0 comments Download
D chrome/browser/extensions/api/system_memory/memory_info_provider.h View 1 chunk +0 lines, -47 lines 0 comments Download
D chrome/browser/extensions/api/system_memory/memory_info_provider.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -45 lines 0 comments Download
D chrome/browser/extensions/api/system_memory/system_memory_api.h View 1 chunk +0 lines, -26 lines 0 comments Download
D chrome/browser/extensions/api/system_memory/system_memory_api.cc View 1 chunk +0 lines, -31 lines 0 comments Download
M chrome/browser/extensions/api/system_memory/system_memory_apitest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
D chrome/browser/extensions/api/system_network/OWNERS View 1 chunk +0 lines, -1 line 0 comments Download
D chrome/browser/extensions/api/system_network/system_network_api.h View 1 chunk +0 lines, -38 lines 0 comments Download
D chrome/browser/extensions/api/system_network/system_network_api.cc View 1 chunk +0 lines, -74 lines 0 comments Download
M chrome/browser/extensions/api/system_network/system_network_apitest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
D chrome/browser/extensions/api/system_storage/OWNERS View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/system_storage/storage_api_test_util.h View 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/extensions/api/system_storage/storage_info_provider.h View 1 chunk +0 lines, -86 lines 0 comments Download
D chrome/browser/extensions/api/system_storage/storage_info_provider.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -123 lines 0 comments Download
D chrome/browser/extensions/api/system_storage/system_storage_api.h View 1 chunk +0 lines, -64 lines 0 comments Download
D chrome/browser/extensions/api/system_storage/system_storage_api.cc View 1 chunk +0 lines, -147 lines 0 comments Download
M chrome/browser/extensions/api/system_storage/system_storage_apitest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/system_storage/system_storage_eject_apitest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/extensions/browser_context_keyed_service_factories.cc View 1 2 3 4 5 6 7 8 9 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/extensions/chrome_extensions_browser_client.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/extensions/chrome_extensions_browser_client.cc View 1 2 3 4 5 6 7 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/extensions/display_info_provider_aura.h View 1 2 3 4 5 6 7 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/display_info_provider_aura.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/display_info_provider_chromeos.h View 1 2 3 4 5 6 7 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/display_info_provider_chromeos.cc View 1 2 3 4 5 6 7 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/extensions/display_info_provider_chromeos_unittest.cc View 1 2 3 4 5 6 7 29 chunks +35 lines, -35 lines 0 comments Download
M chrome/browser/extensions/display_info_provider_mac.h View 1 2 3 4 5 6 7 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/display_info_provider_mac.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/display_info_provider_win.h View 1 2 3 4 5 6 7 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/display_info_provider_win.cc View 1 2 3 4 5 6 7 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -25 lines 0 comments Download
M chrome/common/extensions/api/_api_features.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -23 lines 0 comments Download
M chrome/common/extensions/api/_permission_features.json View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -55 lines 0 comments Download
M chrome/common/extensions/api/schemas.gypi View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -5 lines 0 comments Download
D chrome/common/extensions/api/system_cpu.idl View 1 chunk +0 lines, -55 lines 0 comments Download
D chrome/common/extensions/api/system_display.idl View 1 chunk +0 lines, -150 lines 0 comments Download
D chrome/common/extensions/api/system_memory.idl View 1 chunk +0 lines, -21 lines 0 comments Download
D chrome/common/extensions/api/system_network.idl View 1 chunk +0 lines, -30 lines 0 comments Download
D chrome/common/extensions/api/system_storage.idl View 1 chunk +0 lines, -83 lines 0 comments Download
M chrome/common/extensions/permissions/chrome_api_permissions.cc View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -5 lines 0 comments Download
M device/media_transfer_protocol/media_transfer_protocol.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +26 lines, -0 lines 0 comments Download
M extensions/browser/DEPS View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
A + extensions/browser/api/system_cpu/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/browser/api/system_cpu/cpu_info_provider.h View 1 2 3 4 5 6 7 8 5 chunks +8 lines, -8 lines 0 comments Download
A + extensions/browser/api/system_cpu/cpu_info_provider.cc View 1 2 3 4 5 6 7 8 3 chunks +25 lines, -19 lines 0 comments Download
A + extensions/browser/api/system_cpu/cpu_info_provider_linux.cc View 1 2 3 4 5 6 7 5 chunks +13 lines, -8 lines 0 comments Download
A + extensions/browser/api/system_cpu/cpu_info_provider_mac.cc View 1 2 3 4 5 6 7 3 chunks +7 lines, -6 lines 0 comments Download
A + extensions/browser/api/system_cpu/cpu_info_provider_win.cc View 1 2 3 4 5 6 7 4 chunks +16 lines, -13 lines 0 comments Download
A + extensions/browser/api/system_cpu/system_cpu_api.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + extensions/browser/api/system_cpu/system_cpu_api.cc View 1 chunk +3 lines, -4 lines 0 comments Download
A + extensions/browser/api/system_display/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/browser/api/system_display/display_info_provider.h View 1 2 3 4 5 6 7 4 chunks +7 lines, -7 lines 0 comments Download
A + extensions/browser/api/system_display/display_info_provider.cc View 1 2 3 4 5 6 7 8 3 chunks +8 lines, -7 lines 0 comments Download
A + extensions/browser/api/system_display/system_display_api.h View 1 2 3 4 5 6 7 3 chunks +5 lines, -7 lines 0 comments Download
A + extensions/browser/api/system_display/system_display_api.cc View 1 2 3 4 5 6 7 3 chunks +11 lines, -11 lines 0 comments Download
A + extensions/browser/api/system_info/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/browser/api/system_info/system_info_api.h View 1 2 3 4 5 6 7 3 chunks +4 lines, -6 lines 0 comments Download
A + extensions/browser/api/system_info/system_info_api.cc View 1 2 3 4 5 6 7 4 chunks +14 lines, -15 lines 0 comments Download
A + extensions/browser/api/system_info/system_info_provider.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + extensions/browser/api/system_info/system_info_provider.cc View 1 2 3 4 5 6 7 2 chunks +10 lines, -9 lines 0 comments Download
A + extensions/browser/api/system_memory/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/browser/api/system_memory/memory_info_provider.h View 1 2 3 4 5 6 7 8 4 chunks +9 lines, -7 lines 0 comments Download
A + extensions/browser/api/system_memory/memory_info_provider.cc View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -7 lines 0 comments Download
A + extensions/browser/api/system_memory/system_memory_api.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + extensions/browser/api/system_memory/system_memory_api.cc View 1 2 3 4 5 6 7 1 chunk +7 lines, -5 lines 0 comments Download
A + extensions/browser/api/system_network/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/browser/api/system_network/system_network_api.h View 2 chunks +6 lines, -6 lines 0 comments Download
A + extensions/browser/api/system_network/system_network_api.cc View 1 2 3 4 5 6 7 2 chunks +32 lines, -23 lines 0 comments Download
A + extensions/browser/api/system_storage/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/browser/api/system_storage/storage_info_provider.h View 1 2 3 4 5 6 7 5 chunks +10 lines, -11 lines 0 comments Download
A + extensions/browser/api/system_storage/storage_info_provider.cc View 1 2 3 4 5 6 7 4 chunks +17 lines, -17 lines 0 comments Download
A + extensions/browser/api/system_storage/system_storage_api.h View 1 2 3 4 5 6 7 3 chunks +5 lines, -6 lines 0 comments Download
A + extensions/browser/api/system_storage/system_storage_api.cc View 1 2 3 4 5 6 7 5 chunks +28 lines, -29 lines 0 comments Download
M extensions/browser/browser_context_keyed_service_factories.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -0 lines 0 comments Download
M extensions/browser/extensions_browser_client.h View 1 2 3 4 5 6 7 2 chunks +6 lines, -0 lines 0 comments Download
M extensions/browser/test_extensions_browser_client.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M extensions/browser/test_extensions_browser_client.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +5 lines, -0 lines 0 comments Download
M extensions/common/api/_api_features.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +23 lines, -0 lines 0 comments Download
M extensions/common/api/_permission_features.json View 1 2 3 4 5 6 7 8 9 1 chunk +55 lines, -0 lines 0 comments Download
M extensions/common/api/schemas.gypi View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +5 lines, -0 lines 0 comments Download
A + extensions/common/api/system_cpu.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/common/api/system_display.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/common/api/system_memory.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/common/api/system_network.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/common/api/system_storage.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
M extensions/common/permissions/extensions_api_permissions.cc View 1 2 3 4 5 6 7 8 9 1 chunk +5 lines, -0 lines 0 comments Download
M extensions/extensions.gyp View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +27 lines, -0 lines 0 comments Download
M extensions/shell/DEPS View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/shell/app_shell.gyp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -0 lines 0 comments Download
M extensions/shell/browser/shell_browser_main_parts.cc View 1 2 3 4 5 6 7 8 9 3 chunks +12 lines, -0 lines 0 comments Download
A extensions/shell/browser/shell_display_info_provider.h View 1 2 3 4 5 6 7 1 chunk +32 lines, -0 lines 0 comments Download
A extensions/shell/browser/shell_display_info_provider.cc View 1 2 3 4 5 6 7 1 chunk +38 lines, -0 lines 0 comments Download
M extensions/shell/browser/shell_extensions_browser_client.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M extensions/shell/browser/shell_extensions_browser_client.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +21 lines, -0 lines 0 comments Download

Messages

Total messages: 32 (4 generated)
tmpsantos
hongbo.min@intel.com: Please review changes in thestig@chromium.org: Please review changes in yoz@chromium.org: Please review changes in
6 years, 5 months ago (2014-07-11 14:00:49 UTC) #1
Lei Zhang
On 2014/07/11 14:00:49, tmpsantos wrote: > mailto:hongbo.min@intel.com: Please review changes in > > mailto:thestig@chromium.org: Please ...
6 years, 5 months ago (2014-07-11 19:34:51 UTC) #2
tmpsantos
On 2014/07/11 19:34:51, Lei Zhang wrote: > On 2014/07/11 14:00:49, tmpsantos wrote: > > mailto:hongbo.min@intel.com: ...
6 years, 5 months ago (2014-07-13 16:09:28 UTC) #3
Hongbo Min
lgtm for cpu/storage/display/memory part. Thanks for your effort on well-formed refactoring!
6 years, 5 months ago (2014-07-14 03:04:43 UTC) #4
Lei Zhang
chrome/ and device/ lgtm
6 years, 5 months ago (2014-07-14 19:14:54 UTC) #5
Yoyo Zhou
https://codereview.chromium.org/389633002/diff/80001/apps/shell/browser/shell_extensions_browser_client.cc File apps/shell/browser/shell_extensions_browser_client.cc (right): https://codereview.chromium.org/389633002/diff/80001/apps/shell/browser/shell_extensions_browser_client.cc#newcode250 apps/shell/browser/shell_extensions_browser_client.cc:250: // this method. I'm confused - is this meant ...
6 years, 5 months ago (2014-07-15 00:39:13 UTC) #6
tmpsantos
On 2014/07/15 00:39:13, Yoyo Zhou wrote: > https://codereview.chromium.org/389633002/diff/80001/apps/shell/browser/shell_extensions_browser_client.cc > File apps/shell/browser/shell_extensions_browser_client.cc (right): > > https://codereview.chromium.org/389633002/diff/80001/apps/shell/browser/shell_extensions_browser_client.cc#newcode250 ...
6 years, 5 months ago (2014-07-16 08:41:13 UTC) #7
tmpsantos
+derat for incoming /ash dependency.
6 years, 5 months ago (2014-07-17 11:39:01 UTC) #8
Daniel Erat
https://codereview.chromium.org/389633002/diff/200001/extensions/browser/DEPS File extensions/browser/DEPS (right): https://codereview.chromium.org/389633002/diff/200001/extensions/browser/DEPS#newcode2 extensions/browser/DEPS:2: "+ash", extensions/browser/ shouldn't depend on ash/. the code that ...
6 years, 5 months ago (2014-07-17 13:51:52 UTC) #9
tmpsantos
https://codereview.chromium.org/389633002/diff/200001/extensions/browser/DEPS File extensions/browser/DEPS (right): https://codereview.chromium.org/389633002/diff/200001/extensions/browser/DEPS#newcode2 extensions/browser/DEPS:2: "+ash", On 2014/07/17 13:51:52, Daniel Erat wrote: > extensions/browser/ ...
6 years, 5 months ago (2014-07-17 14:39:04 UTC) #10
Daniel Erat
the ash dependency should be pulled out in a separate change before this one goes ...
6 years, 5 months ago (2014-07-17 15:40:04 UTC) #11
James Cook
On 2014/07/17 15:40:04, Daniel Erat wrote: > the ash dependency should be pulled out in ...
6 years, 5 months ago (2014-07-17 17:17:10 UTC) #12
tmpsantos
On 2014/07/17 17:17:10, James Cook wrote: > On 2014/07/17 15:40:04, Daniel Erat wrote: > > ...
6 years, 5 months ago (2014-07-17 18:55:49 UTC) #13
Daniel Erat
On 2014/07/17 18:55:49, tmpsantos wrote: > On 2014/07/17 17:17:10, James Cook wrote: > > On ...
6 years, 5 months ago (2014-07-17 22:53:58 UTC) #14
tmpsantos
On 2014/07/17 22:53:58, Daniel Erat wrote: > On 2014/07/17 18:55:49, tmpsantos wrote: > > On ...
6 years, 3 months ago (2014-08-30 00:09:34 UTC) #15
Daniel Erat
lgtm https://codereview.chromium.org/389633002/diff/240001/extensions/browser/api/system_memory/memory_info_provider.h File extensions/browser/api/system_memory/memory_info_provider.h (right): https://codereview.chromium.org/389633002/diff/240001/extensions/browser/api/system_memory/memory_info_provider.h#newcode18 extensions/browser/api/system_memory/memory_info_provider.h:18: const core_api::system_memory::MemoryInfo& memory_info() const; nit: inline simple accessors ...
6 years, 3 months ago (2014-08-30 01:44:20 UTC) #16
Lei Zhang
chrome/ and device/ lgtm
6 years, 3 months ago (2014-08-30 03:11:49 UTC) #17
Lei Zhang
On 2014/08/30 03:11:49, Lei Zhang wrote: > chrome/ and device/ lgtm Just like before. :)
6 years, 3 months ago (2014-08-30 03:12:28 UTC) #18
tmpsantos
+jamescook, PTAL
6 years, 3 months ago (2014-09-03 21:23:17 UTC) #20
miket_OOO
lgtm
6 years, 3 months ago (2014-09-03 21:43:03 UTC) #21
James Cook
Looks good but a couple questions about init/shutdown. https://codereview.chromium.org/389633002/diff/320001/chrome/browser/extensions/browser_context_keyed_service_factories.cc File chrome/browser/extensions/browser_context_keyed_service_factories.cc (right): https://codereview.chromium.org/389633002/diff/320001/chrome/browser/extensions/browser_context_keyed_service_factories.cc#newcode153 chrome/browser/extensions/browser_context_keyed_service_factories.cc:153: extensions::SystemInfoAPI::GetFactoryInstance(); ...
6 years, 3 months ago (2014-09-03 22:22:58 UTC) #22
tmpsantos
Thanks for reviewing! https://codereview.chromium.org/389633002/diff/320001/chrome/browser/extensions/browser_context_keyed_service_factories.cc File chrome/browser/extensions/browser_context_keyed_service_factories.cc (right): https://codereview.chromium.org/389633002/diff/320001/chrome/browser/extensions/browser_context_keyed_service_factories.cc#newcode153 chrome/browser/extensions/browser_context_keyed_service_factories.cc:153: extensions::SystemInfoAPI::GetFactoryInstance(); On 2014/09/03 22:22:58, James Cook ...
6 years, 3 months ago (2014-09-04 12:51:58 UTC) #23
James Cook
LGTM
6 years, 3 months ago (2014-09-04 16:49:53 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thiago.santos@intel.com/389633002/360001
6 years, 3 months ago (2014-09-05 08:47:59 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/52066) mac_chromium_rel_swarming on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_swarming/builds/10546) win8_chromium_rel ...
6 years, 3 months ago (2014-09-05 08:56:59 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thiago.santos@intel.com/389633002/380001
6 years, 3 months ago (2014-09-05 12:28:47 UTC) #30
commit-bot: I haz the power
Committed patchset #12 (id:380001) as bf713ae07c7c6711d80f0d78067b91e7e96bef4e
6 years, 3 months ago (2014-09-05 13:30:38 UTC) #31
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:39:14 UTC) #32
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/89e236b4594095c089b53d9cd4d521eb81860721
Cr-Commit-Position: refs/heads/master@{#293512}

Powered by Google App Engine
This is Rietveld 408576698