[webkit-reviews] review requested: [Bug 34421] Web Inspector: Elements Panel: Limit the number of initially loaded element children : [Attachment 48240] [PATCH] Only tree nodes are filtered, as discussed with pfeldman

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 5 10:41:00 PST 2010


Alexander Pavlov (apavlov) <apavlov at chromium.org> has asked  for review:
Bug 34421: Web Inspector: Elements Panel: Limit the number of initially loaded
element children
https://bugs.webkit.org/show_bug.cgi?id=34421

Attachment 48240: [PATCH] Only tree nodes are filtered, as discussed with
pfeldman
https://bugs.webkit.org/attachment.cgi?id=48240&action=review

------- Additional Comments from Alexander Pavlov (apavlov)
<apavlov at chromium.org>
This works with dynamic node insertion-removal. If a node is inserted into the
expanded range, the range grows to avoid hiding the last visible node.
If "Inspect Element" is invoked on an element inside the collapsed range, all
nodes down to the node requested are made visible (so that there is no more
than one collapsed range).


More information about the webkit-reviews mailing list