DescriptionWebview attributes overhaul.
**********
This is an initial working reimplementation of webview attributes that will allow for many improvements to how webview handles attributes (and with much less code repetition!) in future CLs. In this CL:
- Created a new web_view_attributes.js file to contain the implementation of webview attributes.
- Reimplemented all webview attributes as objects that share common properties through inheritance, and can be operated on more consistently (this is important for automating the handling of attributes in later CLs).
- Constants are now used for attribute names consistently throughout webview.
Committed: https://crrev.com/884a5b43cba6a19b8d067fed99dc2906ed0ef656
Cr-Commit-Position: refs/heads/master@{#300980}
Patch Set 1 #
Total comments: 8
Patch Set 2 : Addressed comments. #
Messages
Total messages: 11 (3 generated)
|