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

Issue 12918020: Removing arguments from the activity log (Closed)

Created:
7 years, 9 months ago by felt
Modified:
7 years, 9 months ago
Reviewers:
Matt Perry
CC:
chromium-reviews, Aaron Boodman, chromium-apps-reviews_chromium.org, ulfar, Ankur Taly, mvrable, Eric Dingle
Visibility:
Public.

Description

Due to privacy concerns about the data contained in API call arguments, we no longer will log the arguments unless: (1) The API call has been whitelisted because we need the arguments and there is no explicit privacy issue w/r/t the arguments of that API call, or (2) The browser's activity log testing flag has been set. I set up an API_action whitelist with a few preliminary ones. We'll probably need to expand it and add similar whitelists for events. For now, this does not affect DOM API calls because we will be taking a whitelisting approach to DOM API calls to begin with. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=189134 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=189312

Patch Set 1 #

Patch Set 2 : Missing include #

Total comments: 2

Patch Set 3 : Fixed nits #

Patch Set 4 : Small modification to unittest to see why trybots are failing #

Patch Set 5 : Fixed memory leak #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -7 lines) Patch
M chrome/browser/extensions/activity_log.h View 1 2 3 4 4 chunks +11 lines, -3 lines 0 comments Download
M chrome/browser/extensions/activity_log.cc View 1 2 3 4 4 chunks +28 lines, -4 lines 0 comments Download
M chrome/browser/extensions/activity_log_unittest.cc View 1 2 3 2 chunks +67 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api_actions.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api_actions.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
felt
Hi Matt, can you please review this? Ulfar, Michael, and Ankur, you're all cc'ed because ...
7 years, 9 months ago (2013-03-18 22:45:04 UTC) #1
Matt Perry
lgtm https://codereview.chromium.org/12918020/diff/4002/chrome/browser/extensions/activity_log.cc File chrome/browser/extensions/activity_log.cc (right): https://codereview.chromium.org/12918020/diff/4002/chrome/browser/extensions/activity_log.cc#newcode247 chrome/browser/extensions/activity_log.cc:247: if (log_arguments_ || nit: more compact: bool log_args ...
7 years, 9 months ago (2013-03-19 01:25:06 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/felt@chromium.org/12918020/18001
7 years, 9 months ago (2013-03-19 02:09:51 UTC) #3
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 9 months ago (2013-03-19 02:56:21 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/felt@chromium.org/12918020/28001
7 years, 9 months ago (2013-03-19 17:19:52 UTC) #5
commit-bot: I haz the power
Change committed as 189134
7 years, 9 months ago (2013-03-19 22:23:57 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/felt@chromium.org/12918020/48001
7 years, 9 months ago (2013-03-20 04:47:32 UTC) #7
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) net_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=124814
7 years, 9 months ago (2013-03-20 07:46:17 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/felt@chromium.org/12918020/48001
7 years, 9 months ago (2013-03-20 14:33:15 UTC) #9
commit-bot: I haz the power
7 years, 9 months ago (2013-03-20 16:49:50 UTC) #10
Message was sent while issue was closed.
Change committed as 189312

Powered by Google App Engine
This is Rietveld 408576698