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

Issue 12207060: Alter the ActivityLog db table schemas. (Closed)

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

Description

Alter the ActivityLog db table schemas. Remove some arguments from LogDOMAction. Rename URIAction to DOMAction. Make sure db operations will be OK if we add new columns to tables.

Patch Set 1 #

Patch Set 2 : Fixed the bug. #

Patch Set 3 : Did an update to see if that would fix the tryserver problems. #

Total comments: 4

Patch Set 4 : Made Matt's requested changes #

Patch Set 5 : brought to head #

Patch Set 6 : trying the upload again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+397 lines, -602 lines) Patch
M chrome/browser/extensions/activity_actions.h View 1 2 3 4 5 2 chunks +10 lines, -0 lines 0 comments Download
A + chrome/browser/extensions/activity_actions.cc View 1 2 1 chunk +25 lines, -184 lines 0 comments Download
M chrome/browser/extensions/activity_database.h View 1 2 3 4 5 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/activity_database.cc View 1 2 3 4 5 3 chunks +2 lines, -17 lines 0 comments Download
M chrome/browser/extensions/activity_database_unittest.cc View 1 2 3 4 5 5 chunks +47 lines, -6 lines 0 comments Download
M chrome/browser/extensions/activity_log.h View 1 2 3 4 5 4 chunks +26 lines, -6 lines 0 comments Download
M chrome/browser/extensions/activity_log.cc View 1 2 3 4 5 4 chunks +112 lines, -79 lines 0 comments Download
M chrome/browser/extensions/activity_log_unittest.cc View 1 2 3 4 5 5 chunks +11 lines, -25 lines 0 comments Download
M chrome/browser/extensions/api_actions.h View 1 2 3 4 5 4 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api_actions.cc View 1 2 3 4 5 6 chunks +15 lines, -30 lines 0 comments Download
M chrome/browser/extensions/blocked_actions.h View 1 2 3 4 5 3 chunks +13 lines, -4 lines 0 comments Download
M chrome/browser/extensions/blocked_actions.cc View 1 2 3 4 5 3 chunks +35 lines, -12 lines 0 comments Download
A + chrome/browser/extensions/dom_actions.h View 4 chunks +34 lines, -24 lines 0 comments Download
A + chrome/browser/extensions/dom_actions.cc View 1 2 3 3 chunks +55 lines, -25 lines 0 comments Download
D chrome/browser/extensions/url_actions.h View 1 2 3 4 5 1 chunk +0 lines, -80 lines 0 comments Download
D chrome/browser/extensions/url_actions.cc View 1 2 3 4 5 1 chunk +0 lines, -103 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 3 4 5 3 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
felt
Ankur, can you take a look at the signature of LogDOMAction() and tell me if ...
7 years, 10 months ago (2013-02-07 03:05:47 UTC) #1
felt
Ankur-- LogDOMAction is in activity_log.h.
7 years, 10 months ago (2013-02-07 03:06:10 UTC) #2
felt
mpcomplete@ -- an update to the activity log scheme.
7 years, 10 months ago (2013-02-12 00:40:45 UTC) #3
Matt Perry
lgtm https://codereview.chromium.org/12207060/diff/1020/chrome/browser/extensions/activity_log.cc File chrome/browser/extensions/activity_log.cc (right): https://codereview.chromium.org/12207060/diff/1020/chrome/browser/extensions/activity_log.cc#newcode301 chrome/browser/extensions/activity_log.cc:301: // This is a kludge, planning to update ...
7 years, 10 months ago (2013-02-12 22:01:26 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/12207060/31
7 years, 10 months ago (2013-02-12 22:45:20 UTC) #5
commit-bot: I haz the power
Failed to apply patch for chrome/browser/extensions/activity_actions.cc: While running patch -p0 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 10 months ago (2013-02-12 22:45:29 UTC) #6
felt
Matt-- do you have any idea why the patch is failing to apply? It works ...
7 years, 10 months ago (2013-02-12 23:04:16 UTC) #7
Matt Perry
On 2013/02/12 23:04:16, felt wrote: > Matt-- do you have any idea why the patch ...
7 years, 10 months ago (2013-02-12 23:10:04 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/12207060/17002
7 years, 10 months ago (2013-02-12 23:44:22 UTC) #9
commit-bot: I haz the power
Failed to apply patch for chrome/browser/extensions/activity_actions.cc: While running patch -p0 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 10 months ago (2013-02-12 23:44:26 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/felt@chromium.org/12207060/11007
7 years, 10 months ago (2013-02-13 01:40:36 UTC) #11
commit-bot: I haz the power
Failed to apply patch for chrome/browser/extensions/activity_actions.cc: While running patch -p0 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 10 months ago (2013-02-13 01:40:43 UTC) #12
felt
7 years, 10 months ago (2013-02-13 23:24:12 UTC) #13
Matt, the patch got screwed up because there are some operations you can't do in
svn. I made a new version with git-svn. Can you approve it:
https://codereview.chromium.org/12262025/. There's no change from this patch.

Powered by Google App Engine
This is Rietveld 408576698