[Webkit-unassigned] [Bug 166906] Web Inspector: elements that have an associated compositing layer should have an indicator in DOMTreeOutline

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 10 18:58:04 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=166906

Devin Rousso <dcrousso+webkit at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dcrousso+webkit at gmail.com

--- Comment #2 from Devin Rousso <dcrousso+webkit at gmail.com> ---
Are you suggesting we visually distinguish nodes with layers in the DOM tree?  If so, would it make sense to dim all nodes without layers when the layer sidebar is open?

On another note, from what I can tell it looks like the current method of retrieving layer information is from `WebInspector.layerTreeManager.layersForNode`.  If this is true, then I think it may make sense for us to only retrieve layer info for nodes when the parent is expanded in the tree.  I'm just worried about how well this will perform on pages with large numbers of DOM nodes.  Suggestions are welcome :D

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170111/7278a10a/attachment.html>


More information about the webkit-unassigned mailing list