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

Issue 23629015: Add deletion to the activityLogPrivate API (Closed)

Created:
7 years, 3 months ago by felt
Modified:
7 years, 3 months ago
Reviewers:
Matt Perry
CC:
karenlees, mvrable, chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Visibility:
Public.

Description

Add deletion to the activityLogPrivate API * Automatically delete the whole database when Watchdog is uninstalled * Give the activityLogPrivate API the ability to delete the entire database * Give the activityLogPrivate API the ability to selectively delete URLs BUG=277260 R=mpcomplete@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221622

Patch Set 1 #

Patch Set 2 : Cleaned up CountingPolicy::DoDeleteDatabase #

Total comments: 2

Patch Set 3 : Rebased #

Patch Set 4 : Rebased again #

Patch Set 5 : Rebased yet again #

Patch Set 6 : Double checking #

Patch Set 7 : Rebased yet again #

Patch Set 8 : Rebasing for the billionth time #

Patch Set 9 : Last rebase introduced a bug, fixed now #

Patch Set 10 : #

Patch Set 11 : Undoing last commit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+399 lines, -7 lines) Patch
M chrome/browser/extensions/activity_log/activity_log.h View 6 2 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/extensions/activity_log/activity_log.cc View 1 2 3 4 5 6 7 2 chunks +16 lines, -0 lines 0 comments Download
M chrome/browser/extensions/activity_log/activity_log_policy.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/extensions/activity_log/counting_policy.h View 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/extensions/activity_log/counting_policy.cc View 1 2 3 4 5 6 7 8 3 chunks +51 lines, -1 line 0 comments Download
M chrome/browser/extensions/activity_log/counting_policy_unittest.cc View 1 2 3 4 5 6 7 2 chunks +78 lines, -0 lines 0 comments Download
M chrome/browser/extensions/activity_log/fullstream_ui_policy.h View 2 chunks +8 lines, -1 line 0 comments Download
M chrome/browser/extensions/activity_log/fullstream_ui_policy.cc View 1 2 3 4 5 6 7 3 chunks +34 lines, -1 line 0 comments Download
M chrome/browser/extensions/activity_log/fullstream_ui_policy_unittest.cc View 1 2 3 4 5 6 7 10 2 chunks +55 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/activity_log_private/activity_log_private_api.h View 1 chunk +28 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/activity_log_private/activity_log_private_api.cc View 1 2 3 4 5 6 7 1 chunk +27 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_function_histogram_value.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/activity_log_private.json View 1 2 3 4 5 6 7 1 chunk +20 lines, -0 lines 0 comments Download
M chrome/test/data/extensions/api_test/activity_log_private/test/test.js View 1 2 3 4 5 6 7 1 chunk +64 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
felt
Hi Matt, can you please review this CL? Adrienne
7 years, 3 months ago (2013-08-31 01:09:31 UTC) #1
felt
On 2013/08/31 01:09:31, felt wrote: > Hi Matt, can you please review this CL? > ...
7 years, 3 months ago (2013-09-03 15:58:48 UTC) #2
Matt Perry
https://codereview.chromium.org/23629015/diff/1015/chrome/common/extensions/api/activity_log_private.json File chrome/common/extensions/api/activity_log_private.json (right): https://codereview.chromium.org/23629015/diff/1015/chrome/common/extensions/api/activity_log_private.json#newcode94 chrome/common/extensions/api/activity_log_private.json:94: "description": "Erases only the URLs listed; if empty, erases ...
7 years, 3 months ago (2013-09-03 19:21:26 UTC) #3
felt
https://codereview.chromium.org/23629015/diff/1015/chrome/common/extensions/api/activity_log_private.json File chrome/common/extensions/api/activity_log_private.json (right): https://codereview.chromium.org/23629015/diff/1015/chrome/common/extensions/api/activity_log_private.json#newcode94 chrome/common/extensions/api/activity_log_private.json:94: "description": "Erases only the URLs listed; if empty, erases ...
7 years, 3 months ago (2013-09-03 19:55:35 UTC) #4
Matt Perry
lgtm
7 years, 3 months ago (2013-09-03 20:08:50 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/felt@chromium.org/23629015/11001
7 years, 3 months ago (2013-09-03 21:21:16 UTC) #6
commit-bot: I haz the power
Failed to apply patch for chrome/browser/extensions/extension_function_histogram_value.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 3 months ago (2013-09-04 00:37:21 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/felt@chromium.org/23629015/35001
7 years, 3 months ago (2013-09-04 01:03:25 UTC) #8
commit-bot: I haz the power
Retried try job too often on win7_aura for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win7_aura&number=75234
7 years, 3 months ago (2013-09-04 16:42:00 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/felt@chromium.org/23629015/35001
7 years, 3 months ago (2013-09-04 20:03:15 UTC) #10
commit-bot: I haz the power
Failed to apply patch for chrome/browser/extensions/extension_function_histogram_value.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 3 months ago (2013-09-04 21:34:57 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/felt@chromium.org/23629015/62001
7 years, 3 months ago (2013-09-05 01:50:42 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/felt@chromium.org/23629015/76001
7 years, 3 months ago (2013-09-05 20:26:23 UTC) #13
commit-bot: I haz the power
Failed to trigger a try job on chromium_presubmit HTTP Error 400: Bad Request
7 years, 3 months ago (2013-09-05 20:26:44 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/felt@chromium.org/23629015/75001
7 years, 3 months ago (2013-09-05 20:41:11 UTC) #15
commit-bot: I haz the power
7 years, 3 months ago (2013-09-06 07:22:57 UTC) #16
Message was sent while issue was closed.
Change committed as 221622

Powered by Google App Engine
This is Rietveld 408576698