|
|
Extension activity log database refactoring (step 2)
This is a continuation of work started in
https://codereview.chromium.org/18660004/ (committed as r211234).
Start work on merging all the activity types into a single database
table. This patch creates just a single table and has each of the
Action types record to that table, however the class hierarchy of
multiple action types is still in place. Eventually there will be just
a single Action type, but the merging of that code will happen in a
following patch.
As a stopgap, until the merger is done, there is a WatchdogAction
subclass which is used to represent records read back from the database.
BUG= 255730
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=212429
Total comments: 16
Total comments: 14
Total comments: 14
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+492 lines, -401 lines) |
Patch |
 |
M |
chrome/browser/extensions/activity_log/activity_actions.h
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+45 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/activity_actions.cc
|
View
|
1
|
2 chunks |
+92 lines, -37 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/activity_database.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+15 lines, -16 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/activity_database.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+77 lines, -38 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/activity_database_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
15 chunks |
+62 lines, -32 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/activity_log.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/activity_log.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/activity_log_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+9 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/activity_log_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+17 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/api_actions.h
|
View
|
|
3 chunks |
+2 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/api_actions.cc
|
View
|
1
|
5 chunks |
+28 lines, -53 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/blocked_actions.h
|
View
|
|
2 chunks |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/blocked_actions.cc
|
View
|
|
4 chunks |
+18 lines, -54 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/dom_actions.h
|
View
|
|
2 chunks |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/dom_actions.cc
|
View
|
1
2
3
4
|
4 chunks |
+44 lines, -79 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/fullstream_ui_policy.h
|
View
|
|
2 chunks |
+16 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/fullstream_ui_policy.cc
|
View
|
1
|
7 chunks |
+51 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/fullstream_ui_policy_unittest.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/stream_noargs_ui_policy.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/stream_noargs_ui_policy.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/stream_noargs_ui_policy_unittest.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/activity_log_private/activity_log_private_api_unittest.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 15 (0 generated)
|