[Webkit-unassigned] [Bug 142011] Web Inspector: Make console faster, only render last N messages in the DOM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 8 22:15:31 PST 2016


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

Nikita Vasilyev <nvasilyev at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|webkit-unassigned at lists.web |nvasilyev at apple.com
                   |kit.org                     |

--- Comment #5 from Nikita Vasilyev <nvasilyev at apple.com> ---
As far as I can tell, we store console messages data only in the DOM.
We don't have an array of WebInspector.ConsoleMessage instances in
WebInspector.JavaScriptLogViewController or anywhere else.

My first step would be to store WebInspector.ConsoleMessage instances
in WebInspector.JavaScriptLogViewController, so I can render them later
when needed.

-- 
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/20160309/118d64ab/attachment.html>


More information about the webkit-unassigned mailing list