DescriptionMove custom element definitions into ElementRareData
Instead of keeping a separate hash map we should just store this
information in the ElementRareData. This simplifies the implementation and
in practice will likely reduce memory usage since almost all custom elements
we've seen so far touch something that ends up making them use rare data like
childNodes, attributes, tabIndex, classList or dataset.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169609
Patch Set 1 #
Total comments: 3
Patch Set 2 : Add ASSERT #
Messages
Total messages: 13 (0 generated)
|