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

Issue 1330443002: Report data usage UMA for Chrome services (Closed)

Created:
5 years, 3 months ago by amohammadkhan
Modified:
5 years, 3 months ago
CC:
asvitkine+watch_chromium.org, blundell+watchlist_chromium.org, bondd+autofillwatch_chromium.org, browser-components-watch_chromium.org, cbentzel+watch_chromium.org, chromium-reviews, darin-cc_chromium.org, droger+watchlist_chromium.org, estade+watch_chromium.org, groby+spellwatch_chromium.org, jam, jdonnelly+autofillwatch_chromium.org, maxbogue+watch_chromium.org, mlamouri+watch-geolocation_chromium.org, Michael van Ouwerkerk, plaree+watch_chromium.org, pvalenzuela+watch_chromium.org, rlp+watch_chromium.org, rouslan+autofillwatch_chromium.org, rouslan+spellwatch_chromium.org, sdefresne+watchlist_chromium.org, tim+watch_chromium.org, zea+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@NewArchServices
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Report data usage UMA for Chrome services data_use_measurement is a component which records the data use of the services, if a DataUseUserData is attached to their request. Hence to measure and compare data use of different services, a small change is needed in the services' code where they create a URLFetcher. After creating a URLFetcher by a service, a proper tag for that service should be attached to the request. Besides the necessary changes in the service, the enum in DataUseUserData and the function returning the names based on this enum should be updated for different services too. Also the name of target services should be added to proper enum and histograms in histograms.xml file. Lastly the dependency files should be updated accordingly too. TBR=bartfab@chromium.org, andrewhayden@chromium.org, rogerta@chromium.org, isherman@chromium.org, rouslan@chromium.org, estade@chromium.org, nyquist@chromium.org, pkasting@chromium.org, zea@chromium.org, mmenke@chromium.org, bengr@chromium.org, timvolodine@chromium.org BUG=527304 Committed: https://crrev.com/aa789c8328a65922859dfd8ca2d9b18212dc3c94 Cr-Commit-Position: refs/heads/master@{#348561}

Patch Set 1 #

Patch Set 2 : Updating the function name and some of gyp files. #

Total comments: 24

Patch Set 3 : Addressing reviewers' comments. #

Total comments: 6

Patch Set 4 : Addressing sclittle's comments. #

Total comments: 6

Patch Set 5 : Addressing reviewers' comments. #

Patch Set 6 : Reverting the changes in //google_apis #

Total comments: 12

Patch Set 7 : Rebased and addressed reviewers' comments. #

Patch Set 8 : Do the necessary plumbing for sync service. #

Total comments: 3

Patch Set 9 : Addressing reviewer's comments. #

Total comments: 2

Patch Set 10 : Rebased to last version of depending CL. #

Patch Set 11 : Rebased. #

Patch Set 12 : Fixing the problem in previous rebase. #

Patch Set 13 : Fixing gn and gyp files for geolocation service. #

Patch Set 14 : Removing Geolocation Service from target services. #

Patch Set 15 : Fix calling Init function in sync_client.cc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+238 lines, -26 lines) Patch
M chrome/browser/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/DEPS View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/profiles/profile_downloader.cc View 1 11 12 13 14 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/spellchecker/feedback_sender.cc View 1 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/spellchecker/spelling_service_client.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_host_core.cc View 1 2 3 4 5 6 7 8 4 chunks +13 lines, -1 line 0 comments Download
M chrome/browser/sync/test/test_http_bridge_factory.h View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/sync/test/test_http_bridge_factory.cc View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill.gypi View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill/core/browser/BUILD.gn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill/core/browser/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill/core/browser/autofill_download_manager.cc View 1 2 chunks +3 lines, -0 lines 0 comments Download
M components/autofill/core/browser/wallet/real_pan_wallet_client.cc View 1 2 chunks +3 lines, -0 lines 0 comments Download
M components/data_use_measurement/core/data_use_user_data.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +13 lines, -0 lines 0 comments Download
M components/data_use_measurement/core/data_use_user_data.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +26 lines, -0 lines 0 comments Download
M components/domain_reliability.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/domain_reliability/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/domain_reliability/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M components/domain_reliability/uploader.cc View 1 2 chunks +3 lines, -0 lines 0 comments Download
M components/google.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/google/core/browser/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/google/core/browser/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M components/google/core/browser/google_url_tracker.cc View 1 2 3 4 5 6 2 chunks +4 lines, -0 lines 0 comments Download
M components/invalidation.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/invalidation/impl/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/invalidation/impl/DEPS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/invalidation/impl/gcm_network_channel.cc View 1 2 chunks +3 lines, -0 lines 0 comments Download
M components/metrics.gypi View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M components/metrics/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M components/metrics/net/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M components/metrics/net/net_metrics_log_uploader.cc View 1 2 chunks +3 lines, -0 lines 0 comments Download
M components/omnibox.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/omnibox/browser/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/omnibox/browser/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M components/omnibox/browser/base_search_provider.cc View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M components/omnibox/browser/search_provider.cc View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M components/omnibox/browser/zero_suggest_provider.cc View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M components/policy/core/common/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/common/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/common/cloud/device_management_service.cc View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M components/policy/core/common/cloud/external_policy_data_fetcher.cc View 1 2 chunks +3 lines, -0 lines 0 comments Download
M components/policy/core/common/cloud/user_info_fetcher.cc View 1 2 chunks +3 lines, -0 lines 0 comments Download
M components/policy/policy_common.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/rappor.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/rappor/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/rappor/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M components/rappor/log_uploader.cc View 1 2 chunks +3 lines, -0 lines 0 comments Download
M components/translate.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/translate/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M components/translate/core/browser/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/translate/core/browser/translate_url_fetcher.cc View 1 2 chunks +3 lines, -0 lines 0 comments Download
M components/variations.gypi View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M components/variations/service/BUILD.gn View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M components/variations/service/DEPS View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M components/variations/service/variations_service.cc View 1 2 3 4 5 6 2 chunks +4 lines, -0 lines 0 comments Download
M sync/internal_api/http_bridge.cc View 1 2 3 4 5 6 7 8 4 chunks +13 lines, -6 lines 0 comments Download
M sync/internal_api/http_bridge_unittest.cc View 1 2 3 4 5 6 7 8 5 chunks +12 lines, -8 lines 0 comments Download
M sync/internal_api/public/http_bridge.h View 1 2 3 4 5 6 7 8 4 chunks +12 lines, -2 lines 0 comments Download
M sync/internal_api/public/http_post_provider_factory.h View 1 2 3 4 5 6 7 8 9 2 chunks +9 lines, -1 line 0 comments Download
M sync/internal_api/sync_manager_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
M sync/internal_api/syncapi_server_connection_manager_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -1 line 0 comments Download
M sync/test/fake_server/fake_server_http_post_provider.h View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -1 line 0 comments Download
M sync/test/fake_server/fake_server_http_post_provider.cc View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -1 line 0 comments Download
M sync/tools/sync_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +2 lines, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +27 lines, -1 line 0 comments Download

Messages

Total messages: 101 (31 generated)
amohammadkhan
rogerta@chromium.org: Please review changes in google_apis/ isherman@chromium.org: Please review changes in components/google/ pkasting@chromium.org: Please review ...
5 years, 3 months ago (2015-09-04 21:48:06 UTC) #2
Lei Zhang
Instead of having 15 reviewers, please consider having just 1 or 2 primary reviewer(s) and ...
5 years, 3 months ago (2015-09-04 21:56:52 UTC) #3
Ilya Sherman
https://codereview.chromium.org/1330443002/diff/20001/components/autofill.gypi File components/autofill.gypi (right): https://codereview.chromium.org/1330443002/diff/20001/components/autofill.gypi#newcode72 components/autofill.gypi:72: '../components/components.gyp:data_use_measurement_core', nit: Add this below, with the other components ...
5 years, 3 months ago (2015-09-04 22:10:40 UTC) #4
sclittle
https://codereview.chromium.org/1330443002/diff/20001/components/invalidation/impl/DEPS File components/invalidation/impl/DEPS (right): https://codereview.chromium.org/1330443002/diff/20001/components/invalidation/impl/DEPS#newcode2 components/invalidation/impl/DEPS:2: "+components/data_use_measurement/core", nit: move this down above the "+components/gcm_driver" line, ...
5 years, 3 months ago (2015-09-04 22:18:14 UTC) #5
amohammadkhan
sclittle@, thestig@, asvltkine@ PTAL. Great idea. I kept sclittle@, thestig@, asvltkine@ as primary reviewers and ...
5 years, 3 months ago (2015-09-04 23:03:17 UTC) #6
sclittle
Please reword the title of this CL - "Necessary changes in the services to support ...
5 years, 3 months ago (2015-09-04 23:17:57 UTC) #7
amohammadkhan
https://codereview.chromium.org/1330443002/diff/40001/components/data_use_measurement/core/data_use_user_data.cc File components/data_use_measurement/core/data_use_user_data.cc (right): https://codereview.chromium.org/1330443002/diff/40001/components/data_use_measurement/core/data_use_user_data.cc#newcode55 components/data_use_measurement/core/data_use_user_data.cc:55: return "URLTracker"; On 2015/09/04 23:17:57, sclittle wrote: > nit: ...
5 years, 3 months ago (2015-09-04 23:28:01 UTC) #8
sclittle
https://codereview.chromium.org/1330443002/diff/60001/components/omnibox/browser/base_search_provider.cc File components/omnibox/browser/base_search_provider.cc (right): https://codereview.chromium.org/1330443002/diff/60001/components/omnibox/browser/base_search_provider.cc#newcode64 components/omnibox/browser/base_search_provider.cc:64: deletion_fetcher_.get(), data_use_measurement::DataUseUserData::COMPLETE); Update these enum values to say OMNIBOX. ...
5 years, 3 months ago (2015-09-04 23:34:17 UTC) #9
bartfab (slow)
https://codereview.chromium.org/1330443002/diff/60001/components/data_use_measurement/core/data_use_user_data.h File components/data_use_measurement/core/data_use_user_data.h (right): https://codereview.chromium.org/1330443002/diff/60001/components/data_use_measurement/core/data_use_user_data.h#newcode39 components/data_use_measurement/core/data_use_user_data.h:39: DEVICE_MANAGEMENT, What are the expected semantics of |DEVICE_MANAGEMENT| and ...
5 years, 3 months ago (2015-09-07 14:27:19 UTC) #10
Andrew Hayden (chromium.org)
components/translate/* LGTM
5 years, 3 months ago (2015-09-07 15:28:48 UTC) #11
please use gerrit instead
chrome/browser/spellchecker/* LGTM
5 years, 3 months ago (2015-09-07 15:55:35 UTC) #12
amohammadkhan
https://codereview.chromium.org/1330443002/diff/60001/components/data_use_measurement/core/data_use_user_data.h File components/data_use_measurement/core/data_use_user_data.h (right): https://codereview.chromium.org/1330443002/diff/60001/components/data_use_measurement/core/data_use_user_data.h#newcode39 components/data_use_measurement/core/data_use_user_data.h:39: DEVICE_MANAGEMENT, On 2015/09/07 14:27:19, bartfab wrote: > What are ...
5 years, 3 months ago (2015-09-08 13:26:55 UTC) #13
bartfab (slow)
components/policy/* LGTM
5 years, 3 months ago (2015-09-08 15:05:00 UTC) #14
Roger Tawa OOO till Jul 10th
Hi Ali, //google_apis should not depend on //components/... Also, I don't think GOOGLE_APIS is a ...
5 years, 3 months ago (2015-09-08 15:21:04 UTC) #15
amohammadkhan
On 2015/09/08 15:21:04, Roger Tawa wrote: > Hi Ali, > > //google_apis should not depend ...
5 years, 3 months ago (2015-09-08 17:07:52 UTC) #16
Nicolas Zea
sync/ shouldn't really be depending on components/. You might be able to get around that ...
5 years, 3 months ago (2015-09-08 17:13:57 UTC) #17
Roger Tawa OOO till Jul 10th
On 2015/09/08 17:07:52, amohammadkhan wrote: > On 2015/09/08 15:21:04, Roger Tawa wrote: > > Hi ...
5 years, 3 months ago (2015-09-08 17:16:34 UTC) #18
Alexei Svitkine (slow)
LGTM, looks great!
5 years, 3 months ago (2015-09-08 17:26:47 UTC) #19
nyquist
components/invalidation lgtm
5 years, 3 months ago (2015-09-08 17:31:26 UTC) #20
Alexei Svitkine (slow)
Actually, on a closer look, found a couple of things. https://codereview.chromium.org/1330443002/diff/100001/chrome/browser/metrics/variations/variations_service.cc File chrome/browser/metrics/variations/variations_service.cc (right): https://codereview.chromium.org/1330443002/diff/100001/chrome/browser/metrics/variations/variations_service.cc#newcode5 ...
5 years, 3 months ago (2015-09-08 17:34:30 UTC) #21
bengr
Lgtm, modulo Alexei's comments.
5 years, 3 months ago (2015-09-08 18:26:45 UTC) #22
sclittle
https://codereview.chromium.org/1330443002/diff/100001/components/data_use_measurement/core/data_use_user_data.h File components/data_use_measurement/core/data_use_user_data.h (right): https://codereview.chromium.org/1330443002/diff/100001/components/data_use_measurement/core/data_use_user_data.h#newcode33 components/data_use_measurement/core/data_use_user_data.h:33: GOOGLE_APIS, Remove the GOOGLE_APIS enum value here if you're ...
5 years, 3 months ago (2015-09-08 18:28:29 UTC) #23
Lei Zhang
chrome/ lgtm https://codereview.chromium.org/1330443002/diff/100001/chrome/browser/profiles/DEPS File chrome/browser/profiles/DEPS (right): https://codereview.chromium.org/1330443002/diff/100001/chrome/browser/profiles/DEPS#newcode3 chrome/browser/profiles/DEPS:3: "+components/data_use_measurement/core", You don't need this. The same ...
5 years, 3 months ago (2015-09-08 18:35:28 UTC) #24
Ilya Sherman
autofill lgtm, with a couple of nits on the remainder of the CL: https://codereview.chromium.org/1330443002/diff/20001/tools/metrics/histograms/histograms.xml File ...
5 years, 3 months ago (2015-09-08 21:45:26 UTC) #25
amohammadkhan
https://codereview.chromium.org/1330443002/diff/20001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/1330443002/diff/20001/tools/metrics/histograms/histograms.xml#newcode55245 tools/metrics/histograms/histograms.xml:55245: + <int value="14" label="Variations"/> On 2015/09/08 21:45:25, Ilya Sherman ...
5 years, 3 months ago (2015-09-08 23:28:31 UTC) #26
Alexei Svitkine (slow)
lgtm
5 years, 3 months ago (2015-09-09 15:05:00 UTC) #27
amohammadkhan
Zea@ based on your very helpful guidance I did plumbing for Sync service, PTAL. https://codereview.chromium.org/1330443002/diff/140001/chrome/browser/sync/glue/sync_backend_host_core.cc ...
5 years, 3 months ago (2015-09-09 18:49:22 UTC) #28
Nicolas Zea
Sync LGTM with some nits, thanks for fixing that up. https://codereview.chromium.org/1330443002/diff/140001/sync/internal_api/public/http_bridge.h File sync/internal_api/public/http_bridge.h (right): https://codereview.chromium.org/1330443002/diff/140001/sync/internal_api/public/http_bridge.h#newcode59 ...
5 years, 3 months ago (2015-09-09 19:56:51 UTC) #29
amohammadkhan
On 2015/09/09 19:56:51, Nicolas Zea wrote: > Sync LGTM with some nits, thanks for fixing ...
5 years, 3 months ago (2015-09-09 20:41:33 UTC) #30
Nicolas Zea
On 2015/09/09 20:41:33, amohammadkhan wrote: > On 2015/09/09 19:56:51, Nicolas Zea wrote: > > Sync ...
5 years, 3 months ago (2015-09-09 21:32:52 UTC) #31
amohammadkhan
https://codereview.chromium.org/1330443002/diff/140001/sync/internal_api/public/http_bridge.h File sync/internal_api/public/http_bridge.h (right): https://codereview.chromium.org/1330443002/diff/140001/sync/internal_api/public/http_bridge.h#newcode59 sync/internal_api/public/http_bridge.h:59: base::Callback<void(net::URLFetcher*)> bind_to_tracker_callback); On 2015/09/09 19:56:51, Nicolas Zea wrote: > ...
5 years, 3 months ago (2015-09-09 22:21:57 UTC) #32
Nicolas Zea
One more nit, else LGTM https://codereview.chromium.org/1330443002/diff/160001/sync/internal_api/public/http_post_provider_factory.h File sync/internal_api/public/http_post_provider_factory.h (right): https://codereview.chromium.org/1330443002/diff/160001/sync/internal_api/public/http_post_provider_factory.h#newcode17 sync/internal_api/public/http_post_provider_factory.h:17: typedef base::Callback<void(net::URLFetcher*)> BindToTrackerCallback; nit: ...
5 years, 3 months ago (2015-09-09 23:00:52 UTC) #33
sclittle
lgtm
5 years, 3 months ago (2015-09-09 23:19:53 UTC) #34
timvolodine
content/browser/geolocation/ lgtm
5 years, 3 months ago (2015-09-10 12:16:40 UTC) #35
Peter Kasting
LGTM
5 years, 3 months ago (2015-09-10 21:09:35 UTC) #36
amohammadkhan
https://codereview.chromium.org/1330443002/diff/160001/sync/internal_api/public/http_post_provider_factory.h File sync/internal_api/public/http_post_provider_factory.h (right): https://codereview.chromium.org/1330443002/diff/160001/sync/internal_api/public/http_post_provider_factory.h#newcode17 sync/internal_api/public/http_post_provider_factory.h:17: typedef base::Callback<void(net::URLFetcher*)> BindToTrackerCallback; On 2015/09/09 23:00:52, Nicolas Zea wrote: ...
5 years, 3 months ago (2015-09-10 23:08:37 UTC) #37
mmenke
On 2015/09/10 23:08:37, amohammadkhan wrote: > https://codereview.chromium.org/1330443002/diff/160001/sync/internal_api/public/http_post_provider_factory.h > File sync/internal_api/public/http_post_provider_factory.h (right): > > https://codereview.chromium.org/1330443002/diff/160001/sync/internal_api/public/http_post_provider_factory.h#newcode17 > ...
5 years, 3 months ago (2015-09-11 14:02:08 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1330443002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1330443002/220001
5 years, 3 months ago (2015-09-11 21:10:59 UTC) #41
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/131525)
5 years, 3 months ago (2015-09-11 21:24:05 UTC) #43
sclittle
still lgtm
5 years, 3 months ago (2015-09-11 22:09:06 UTC) #44
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1330443002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1330443002/260001
5 years, 3 months ago (2015-09-11 22:12:04 UTC) #47
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/61918)
5 years, 3 months ago (2015-09-11 23:06:49 UTC) #49
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1330443002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1330443002/260001
5 years, 3 months ago (2015-09-11 23:17:57 UTC) #51
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/52007) linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 3 months ago (2015-09-12 00:05:38 UTC) #53
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1330443002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1330443002/260001
5 years, 3 months ago (2015-09-12 00:07:05 UTC) #55
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/102240)
5 years, 3 months ago (2015-09-12 00:25:49 UTC) #57
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1330443002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1330443002/260001
5 years, 3 months ago (2015-09-12 00:33:02 UTC) #59
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_dbg/builds/115222) linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 3 months ago (2015-09-12 01:19:23 UTC) #61
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1330443002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1330443002/260001
5 years, 3 months ago (2015-09-12 01:27:49 UTC) #63
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_compile_dbg_32_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_32_ng/builds/96572)
5 years, 3 months ago (2015-09-12 02:31:48 UTC) #65
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1330443002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1330443002/260001
5 years, 3 months ago (2015-09-12 02:47:10 UTC) #67
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/61996)
5 years, 3 months ago (2015-09-12 03:28:59 UTC) #69
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1330443002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1330443002/260001
5 years, 3 months ago (2015-09-12 03:46:00 UTC) #71
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_dbg/builds/115262) linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 3 months ago (2015-09-12 04:33:06 UTC) #73
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1330443002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1330443002/260001
5 years, 3 months ago (2015-09-12 04:49:23 UTC) #75
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_clobber_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_clobber_rel_ng/builds/69012)
5 years, 3 months ago (2015-09-12 09:07:31 UTC) #77
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1330443002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1330443002/260001
5 years, 3 months ago (2015-09-12 15:06:41 UTC) #79
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_clobber_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_clobber_rel_ng/builds/69073)
5 years, 3 months ago (2015-09-12 21:08:16 UTC) #81
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1330443002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1330443002/260001
5 years, 3 months ago (2015-09-12 23:23:09 UTC) #83
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_clobber_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_clobber_rel_ng/builds/69135)
5 years, 3 months ago (2015-09-13 05:24:15 UTC) #85
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1330443002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1330443002/260001
5 years, 3 months ago (2015-09-13 05:53:38 UTC) #87
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_clobber_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_clobber_rel_ng/builds/69173)
5 years, 3 months ago (2015-09-13 11:54:42 UTC) #89
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1330443002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1330443002/260001
5 years, 3 months ago (2015-09-13 17:55:57 UTC) #91
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_clobber_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_clobber_rel_ng/builds/69222)
5 years, 3 months ago (2015-09-13 23:57:36 UTC) #93
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1330443002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1330443002/260001
5 years, 3 months ago (2015-09-14 00:09:58 UTC) #95
commit-bot: I haz the power
Committed patchset #14 (id:260001)
5 years, 3 months ago (2015-09-14 04:54:44 UTC) #96
commit-bot: I haz the power
Patchset 14 (id:??) landed as https://crrev.com/aa789c8328a65922859dfd8ca2d9b18212dc3c94 Cr-Commit-Position: refs/heads/master@{#348561}
5 years, 3 months ago (2015-09-14 04:55:21 UTC) #97
kinuko
Looks like this breads compile on multiple bots (conflicting change or trybot may not have ...
5 years, 3 months ago (2015-09-14 05:26:43 UTC) #98
dcheng
This was manually reverted in https://codereview.chromium.org/1339943003
5 years, 3 months ago (2015-09-14 05:40:26 UTC) #100
commit-bot: I haz the power
5 years, 3 months ago (2015-09-23 12:29:23 UTC) #101
Message was sent while issue was closed.
Patchset 15 (id:??) landed as
https://crrev.com/aa789c8328a65922859dfd8ca2d9b18212dc3c94
Cr-Commit-Position: refs/heads/master@{#348561}

Powered by Google App Engine
This is Rietveld 408576698