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

Issue 2934163002: Delete the logPrivate APIs (Closed)

Created:
3 years, 6 months ago by afakhry
Modified:
3 years, 6 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, oshima+watch_chromium.org, davemoore+watch_chromium.org, extensions-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Delete the logPrivate APIs This API is not used and can be replaced by the newer feedbackPrivate.getSystemInformation APIs. BUG=710158 Review-Url: https://codereview.chromium.org/2934163002 Cr-Commit-Position: refs/heads/master@{#479855} Committed: https://chromium.googlesource.com/chromium/src/+/4657c6480527b4b1ea6cb21d4d666ea92652f04d

Patch Set 1 #

Total comments: 5

Patch Set 2 : Devlin's comments #

Total comments: 10

Patch Set 3 : Roll back docs changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -1532 lines) Patch
M chrome/browser/chromeos/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/extensions/BUILD.gn View 1 1 chunk +0 lines, -8 lines 0 comments Download
D chrome/browser/extensions/api/log_private/filter_handler.h View 1 chunk +0 lines, -48 lines 0 comments Download
D chrome/browser/extensions/api/log_private/filter_handler.cc View 1 chunk +0 lines, -60 lines 0 comments Download
D chrome/browser/extensions/api/log_private/log_parser.h View 1 chunk +0 lines, -47 lines 0 comments Download
D chrome/browser/extensions/api/log_private/log_parser.cc View 1 chunk +0 lines, -40 lines 0 comments Download
D chrome/browser/extensions/api/log_private/log_private_api.h View 1 chunk +0 lines, -207 lines 0 comments Download
D chrome/browser/extensions/api/log_private/log_private_api_chromeos.cc View 1 chunk +0 lines, -567 lines 0 comments Download
D chrome/browser/extensions/api/log_private/log_private_apitest_chromeos.cc View 1 chunk +0 lines, -100 lines 0 comments Download
D chrome/browser/extensions/api/log_private/syslog_parser.h View 1 chunk +0 lines, -44 lines 0 comments Download
D chrome/browser/extensions/api/log_private/syslog_parser.cc View 1 chunk +0 lines, -110 lines 0 comments Download
D chrome/browser/extensions/api/log_private/syslog_parser_unittest.cc View 1 chunk +0 lines, -67 lines 0 comments Download
M chrome/browser/extensions/browser_context_keyed_service_factories.cc View 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/common/extensions/api/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/extensions/api/_api_features.json View 1 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/common/extensions/api/_permission_features.json View 1 1 chunk +0 lines, -16 lines 0 comments Download
D chrome/common/extensions/api/log_private.idl View 1 chunk +0 lines, -90 lines 0 comments Download
D chrome/common/extensions/docs/templates/public/apps/logPrivate.html View 1 chunk +0 lines, -1 line 0 comments Download
D chrome/common/extensions/docs/templates/public/extensions/logPrivate.html View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/extensions/permissions/chrome_api_permissions.cc View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/common/extensions/permissions/permission_set_unittest.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/renderer/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc View 1 chunk +0 lines, -1 line 0 comments Download
D chrome/renderer/resources/extensions/log_private_custom_bindings.js View 1 chunk +0 lines, -24 lines 0 comments Download
M chrome/renderer/resources/renderer_resources.grd View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/BUILD.gn View 1 1 chunk +0 lines, -1 line 0 comments Download
D chrome/test/data/extensions/api_test/log_private/dump_logs/manifest.json View 1 chunk +0 lines, -16 lines 0 comments Download
D chrome/test/data/extensions/api_test/log_private/dump_logs/system_logs.tar View Binary file 0 comments Download
D chrome/test/data/extensions/api_test/log_private/dump_logs/test.js View 1 chunk +0 lines, -53 lines 0 comments Download
M extensions/browser/extension_event_histogram_value.h View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/extension_function_histogram_value.h View 1 3 chunks +6 lines, -6 lines 0 comments Download
M extensions/common/permissions/api_permission.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tools/metrics/histograms/enums.xml View 1 2 5 chunks +8 lines, -8 lines 0 comments Download

Messages

Total messages: 26 (11 generated)
afakhry
tbarzic@chromium.org: for .*log_private.* thestig@chromium.org: for the rest. Thanks!
3 years, 6 months ago (2017-06-14 15:56:02 UTC) #6
tbarzic
nice :) lgtm https://codereview.chromium.org/2934163002/diff/1/chrome/browser/extensions/api/log_private/log_private_api.h File chrome/browser/extensions/api/log_private/log_private_api.h (left): https://codereview.chromium.org/2934163002/diff/1/chrome/browser/extensions/api/log_private/log_private_api.h#oldcode156 chrome/browser/extensions/api/log_private/log_private_api.h:156: LOGPRIVATE_STARTEVENTRECODER); LOGPRIVATE_ enums to DELETED_LOGPRIVATE_ but ...
3 years, 6 months ago (2017-06-15 01:46:05 UTC) #7
Lei Zhang
lgtm
3 years, 6 months ago (2017-06-15 16:51:20 UTC) #8
afakhry
https://codereview.chromium.org/2934163002/diff/1/chrome/browser/extensions/api/log_private/log_private_api.h File chrome/browser/extensions/api/log_private/log_private_api.h (left): https://codereview.chromium.org/2934163002/diff/1/chrome/browser/extensions/api/log_private/log_private_api.h#oldcode156 chrome/browser/extensions/api/log_private/log_private_api.h:156: LOGPRIVATE_STARTEVENTRECODER); On 2017/06/15 01:46:05, tbarzic wrote: > LOGPRIVATE_ enums ...
3 years, 6 months ago (2017-06-15 17:00:00 UTC) #9
Lei Zhang
https://codereview.chromium.org/2934163002/diff/1/chrome/browser/extensions/api/log_private/log_private_api.h File chrome/browser/extensions/api/log_private/log_private_api.h (left): https://codereview.chromium.org/2934163002/diff/1/chrome/browser/extensions/api/log_private/log_private_api.h#oldcode156 chrome/browser/extensions/api/log_private/log_private_api.h:156: LOGPRIVATE_STARTEVENTRECODER); On 2017/06/15 17:00:00, afakhry wrote: > On 2017/06/15 ...
3 years, 6 months ago (2017-06-15 17:20:15 UTC) #10
afakhry
Devlin, can you please take a look at my question below? Thanks! https://codereview.chromium.org/2934163002/diff/1/chrome/browser/extensions/api/log_private/log_private_api.h File chrome/browser/extensions/api/log_private/log_private_api.h ...
3 years, 6 months ago (2017-06-15 17:39:02 UTC) #12
Devlin
Also, in addition to the function histogram entries tbarzic@ mentioned, please rename (but do not ...
3 years, 6 months ago (2017-06-15 17:54:31 UTC) #13
afakhry
Thanks, Devlin! Done. Please take a look. extensions/browser/extension_event_histogram_value.h View 1 1 chunk +1 line, -1 ...
3 years, 6 months ago (2017-06-15 19:10:31 UTC) #15
afakhry
+isherman@chromium.org for: extensions/browser/extension_event_histogram_value.h extensions/browser/extension_function_histogram_value.h
3 years, 6 months ago (2017-06-15 19:11:29 UTC) #16
Devlin
sorry for the churn in docs/ - I forgot this might mean rolling a new ...
3 years, 6 months ago (2017-06-15 19:17:37 UTC) #17
afakhry
https://codereview.chromium.org/2934163002/diff/20001/chrome/common/extensions/docs/server2/app.yaml File chrome/common/extensions/docs/server2/app.yaml (right): https://codereview.chromium.org/2934163002/diff/20001/chrome/common/extensions/docs/server2/app.yaml#newcode2 chrome/common/extensions/docs/server2/app.yaml:2: version: 3-53-0 On 2017/06/15 19:17:37, Devlin wrote: > Hmm... ...
3 years, 6 months ago (2017-06-15 19:26:50 UTC) #18
Ilya Sherman
enum changes lgtm
3 years, 6 months ago (2017-06-15 19:36:20 UTC) #19
Devlin
lgtm; thanks for the cleanup!
3 years, 6 months ago (2017-06-15 20:02:20 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2934163002/40001
3 years, 6 months ago (2017-06-15 20:20:23 UTC) #23
commit-bot: I haz the power
3 years, 6 months ago (2017-06-15 21:58:54 UTC) #26
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/4657c6480527b4b1ea6cb21d4d66...

Powered by Google App Engine
This is Rietveld 408576698