|
Moved DOMActionType information from extras into a real field (ActivityLog)
Previously, the DOMActionType was being sent from the renderer to the browser ActivityLog as a string. It was then being turned into an enum. I've now moved it to its own proper field, and it's being marshaled across the renderer/browser boundary as an int that matches an enum instead of as a string.
R=mpcomplete@chromium.org
BUG= 229703
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203037
Total comments: 7
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+92 lines, -96 lines) |
Patch |
 |
M |
chrome/browser/extensions/activity_log/activity_database_unittest.cc
|
View
|
1
2
|
6 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/activity_log.h
|
View
|
1
2
|
3 chunks |
+2 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/activity_log.cc
|
View
|
1
2
|
5 chunks |
+20 lines, -44 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/activity_log_unittest.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/dom_actions.h
|
View
|
1
2
|
4 chunks |
+3 lines, -14 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/dom_actions.cc
|
View
|
1
2
|
4 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/chrome_render_message_filter.cc
|
View
|
1
2
|
5 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_common.gypi
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/common/extensions/dom_action_types.h
|
View
|
1
2
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension_messages.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/dom_activity_logger.h
|
View
|
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/dom_activity_logger.cc
|
View
|
1
2
|
3 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|