DescriptionPort ParentNode API to ElementTraversal
Port ParentNode API to ElementTraversal and drop corresponding API on
ContainerNode. All callers of the ContainerNode API were updated to use
ElementTraversal directly. This is more consistent and avoid inefficiencies
due to callers assuming those API methods are simple getters although they
need to traverse the DOM tree. It is now obvious to callers that they are
traversing the DOM tree and that they should cache the return value.
R=adamk, eseidel
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=167226
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|