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

Issue 1236493004: Final batch adding real histogram values for extension events. (Closed)

Created:
5 years, 5 months ago by not at google - send to devlin
Modified:
5 years, 5 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, tzik, Lei Zhang, mlamouri+watch-notifications_chromium.org, nhiroki, tommycli, chromium-apps-reviews_chromium.org, peter+watch_chromium.org, kinuko+fileapi
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Final batch adding real histogram values for extension events. BUG=503402 R=rdevlin.cronin@chromium.org, asvitkine@chromium.org Committed: https://crrev.com/47451623f615a4905eed5719a424f599b72b57a3 Cr-Commit-Position: refs/heads/master@{#339905}

Patch Set 1 #

Total comments: 8

Patch Set 2 : comments, rebase, dcheck, etc #

Total comments: 7

Patch Set 3 : more stuff #

Patch Set 4 : rebase #

Patch Set 5 : android compile #

Unified diffs Side-by-side diffs Delta from patch set Stats (+537 lines, -404 lines) Patch
M chrome/browser/extensions/api/automation_internal/automation_util.cc View 1 2 3 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/font_settings/font_settings_api.h View 3 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/font_settings/font_settings_api.cc View 4 chunks +20 lines, -23 lines 0 comments Download
M chrome/browser/extensions/api/input_ime/input_ime_api.cc View 12 chunks +32 lines, -18 lines 0 comments Download
M chrome/browser/extensions/api/location/location_manager.cc View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/media_galleries/media_galleries_api.h View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/media_galleries/media_galleries_api.cc View 7 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/extensions/api/notifications/notifications_api.cc View 3 chunks +11 lines, -9 lines 0 comments Download
M chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc View 1 1 chunk +12 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/preference/preference_api.cc View 1 1 chunk +13 lines, -5 lines 0 comments Download
M chrome/browser/extensions/api/preference/preference_helpers.h View 2 chunks +8 lines, -7 lines 0 comments Download
M chrome/browser/extensions/api/preference/preference_helpers.cc View 2 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/extensions/api/processes/processes_api.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/processes/processes_api.cc View 9 chunks +17 lines, -17 lines 0 comments Download
M chrome/browser/extensions/api/proxy/proxy_api.cc View 2 chunks +12 lines, -8 lines 0 comments Download
M chrome/browser/extensions/api/sync_file_system/extension_sync_event_observer.h View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/sync_file_system/extension_sync_event_observer.cc View 3 chunks +6 lines, -7 lines 0 comments Download
M chrome/browser/extensions/api/system_private/system_private_api.cc View 2 chunks +14 lines, -7 lines 0 comments Download
M chrome/browser/extensions/api/web_navigation/web_navigation_api.cc View 1 chunk +7 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/web_navigation/web_navigation_api_helpers.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/web_navigation/web_navigation_api_helpers.cc View 1 9 chunks +18 lines, -18 lines 0 comments Download
M chrome/browser/extensions/chrome_extensions_browser_client.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/chrome_extensions_browser_client.cc View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/event_router_forwarder.h View 7 chunks +9 lines, -2 lines 0 comments Download
M chrome/browser/extensions/event_router_forwarder.cc View 7 chunks +23 lines, -17 lines 0 comments Download
M chrome/browser/extensions/event_router_forwarder_unittest.cc View 1 13 chunks +98 lines, -66 lines 0 comments Download
M chrome/browser/net/chrome_extensions_network_delegate.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/profiles/off_the_record_profile_impl.cc View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M extensions/browser/api/hid/hid_device_manager.h View 2 chunks +3 lines, -1 line 0 comments Download
M extensions/browser/api/hid/hid_device_manager.cc View 3 chunks +7 lines, -4 lines 0 comments Download
M extensions/browser/api/management/management_api.h View 2 chunks +4 lines, -1 line 0 comments Download
M extensions/browser/api/management/management_api.cc View 2 chunks +13 lines, -7 lines 0 comments Download
M extensions/browser/api/system_info/system_info_api.cc View 4 chunks +14 lines, -8 lines 0 comments Download
M extensions/browser/api/vpn_provider/vpn_service.h View 2 chunks +2 lines, -0 lines 0 comments Download
M extensions/browser/api/vpn_provider/vpn_service.cc View 1 2 3 7 chunks +19 lines, -11 lines 0 comments Download
M extensions/browser/api/web_request/web_request_api.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M extensions/browser/api/web_request/web_request_api.cc View 1 2 29 chunks +84 lines, -104 lines 0 comments Download
M extensions/browser/event_listener_map_unittest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M extensions/browser/event_router.cc View 1 2 1 chunk +17 lines, -17 lines 0 comments Download
M extensions/browser/extension_event_histogram_value.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/extensions_browser_client.h View 2 chunks +3 lines, -1 line 0 comments Download
M extensions/browser/test_extensions_browser_client.h View 1 chunk +2 lines, -1 line 0 comments Download
M extensions/browser/test_extensions_browser_client.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/shell/browser/shell_extensions_browser_client.h View 1 chunk +2 lines, -1 line 0 comments Download
M extensions/shell/browser/shell_extensions_browser_client.cc View 1 chunk +4 lines, -5 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 33 (14 generated)
Devlin
I assume the UMA logging itself will happen in a subsequent patch? https://codereview.chromium.org/1236493004/diff/1/chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc File chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc ...
5 years, 5 months ago (2015-07-20 21:28:26 UTC) #1
not at google - send to devlin
https://codereview.chromium.org/1236493004/diff/1/chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc File chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc (right): https://codereview.chromium.org/1236493004/diff/1/chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc#newcode149 chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc:149: new Event(events::TYPES_PRIVATE_CHROME_DIRECT_SETTING_ON_CHANGE, On 2015/07/20 21:28:26, Devlin wrote: > This ...
5 years, 5 months ago (2015-07-21 18:43:21 UTC) #2
not at google - send to devlin
Also changing reviewers isherman -> asvitkine. Let me know if you need more details, but ...
5 years, 5 months ago (2015-07-21 18:44:12 UTC) #4
Alexei Svitkine (slow)
lgtm with a couple suggestions for the C++ https://codereview.chromium.org/1236493004/diff/20001/chrome/browser/extensions/api/preference/preference_helpers.h File chrome/browser/extensions/api/preference/preference_helpers.h (right): https://codereview.chromium.org/1236493004/diff/20001/chrome/browser/extensions/api/preference/preference_helpers.h#newcode42 chrome/browser/extensions/api/preference/preference_helpers.h:42: base::ListValue* ...
5 years, 5 months ago (2015-07-21 19:09:40 UTC) #5
Devlin
lgtm https://codereview.chromium.org/1236493004/diff/20001/extensions/browser/event_router.cc File extensions/browser/event_router.cc (right): https://codereview.chromium.org/1236493004/diff/20001/extensions/browser/event_router.cc#newcode828 extensions/browser/event_router.cc:828: DCHECK(this->event_args.get()); nit: seeing this-> hurts my eyes enough ...
5 years, 5 months ago (2015-07-21 19:36:25 UTC) #6
not at google - send to devlin
https://codereview.chromium.org/1236493004/diff/20001/chrome/browser/extensions/api/preference/preference_helpers.h File chrome/browser/extensions/api/preference/preference_helpers.h (right): https://codereview.chromium.org/1236493004/diff/20001/chrome/browser/extensions/api/preference/preference_helpers.h#newcode42 chrome/browser/extensions/api/preference/preference_helpers.h:42: base::ListValue* args, On 2015/07/21 19:09:40, Alexei Svitkine wrote: > ...
5 years, 5 months ago (2015-07-21 20:37:39 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1236493004/40001
5 years, 5 months ago (2015-07-21 20:38:50 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/80639)
5 years, 5 months ago (2015-07-21 20:50:26 UTC) #12
Lei Zhang
remaining chrome/ files that need owners -> rs lgtm
5 years, 5 months ago (2015-07-21 20:54:13 UTC) #14
not at google - send to devlin
On 2015/07/21 20:54:13, Lei Zhang wrote: > remaining chrome/ files that need owners -> rs ...
5 years, 5 months ago (2015-07-21 20:55:14 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1236493004/40001
5 years, 5 months ago (2015-07-21 20:55:38 UTC) #17
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/110789) linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 5 months ago (2015-07-21 20:58:41 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1236493004/60001
5 years, 5 months ago (2015-07-21 23:06:49 UTC) #22
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/110883)
5 years, 5 months ago (2015-07-21 23:27:57 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1236493004/80001
5 years, 5 months ago (2015-07-22 16:20:41 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_android on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_android/builds/33186)
5 years, 5 months ago (2015-07-22 16:29:37 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1236493004/80001
5 years, 5 months ago (2015-07-22 16:33:21 UTC) #31
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 5 months ago (2015-07-22 17:42:03 UTC) #32
commit-bot: I haz the power
5 years, 5 months ago (2015-07-22 17:42:52 UTC) #33
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/47451623f615a4905eed5719a424f599b72b57a3
Cr-Commit-Position: refs/heads/master@{#339905}

Powered by Google App Engine
This is Rietveld 408576698