Chromium Code Reviews
DescriptionDevTools: Fix Elements tab event listener removal
Upon removal of the last event listener of a given type,
the entire tree for that type would be removed from the
DOM and never readded. It's not clear why it was
originally being removed in the first place since the
hidden check will take care of this case already.
Updated the behavior to simply collapse instead of remove.
BUG=672867
Committed: https://crrev.com/3c1e09c2062cfd0a37a47837eba5d2654d7a7198
Cr-Commit-Position: refs/heads/master@{#439547}
Patch Set 1 #
Total comments: 1
Patch Set 2 : add test #
Total comments: 6
Patch Set 3 : address feedback #
Messages
Total messages: 18 (7 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||