[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 20:48:59 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=143545
--- Comment #1 from Nikita Vasilyev <nvasilyev at apple.com> ---
I was looking at "Web Inspector: Right/Left arrow no longer works in console to expand/collapse ObjectTrees" (https://bugs.webkit.org/show_bug.cgi?id=141949). To fix that bug I need to call ConsoleMessageView#collapse/expand from LogContentView. Currently, the only way to do it, AFAIK, is via `__messageView`:
// FIXME: <https://webkit.org/b/143545> Web Inspector: LogContentView should use higher level objects
this._element.__message = this._message;
this._element.__messageView = this;
https://github.com/WebKit/webkit/blob/d722fe09e441157f1075c342ecf4d2fa7a57c24b/Source/WebInspectorUI/UserInterface/Views/ConsoleMessageView.js#L44-L46
Could you elaborate on "higher level objects"? How do you envision that?
--
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/12391ecb/attachment.html>
More information about the webkit-unassigned
mailing list