DescriptionMoved 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.
[email protected]
BUG=229703
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203037
Patch Set 1 #
Total comments: 7
Patch Set 2 : Moved DomActionType and removed casts #
Total comments: 2
Patch Set 3 : Added prefix #Messages
Total messages: 13 (0 generated)
|