[Webkit-unassigned] [Bug 143545] Web Inspector: LogContentView should use higher level objects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 18 21:17:35 PDT 2015


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

--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> ---
> Could you elaborate on "higher level objects"? How do you envision that?

Our WebInspector View/Model objects, instead of DOM elements.

Take TreeOutlines / TreeElements for instance. When working with TreeOutlines clients never dig into the DOM nodes querying DOM classes, it uses APIs that deal with use the higher level TreeOutline/TreeElements classes directly.

In fact it may be wrong to go directly to DOM elements if for instance the "TreeElement" is "hidden" and querying to get the DOM element directly fails to respect that state.

-- 
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/20150519/a7525667/attachment.html>


More information about the webkit-unassigned mailing list