[Webkit-unassigned] [Bug 135142] Web Inspector: Begin showing type information

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 4 12:26:42 PDT 2014


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


Saam Barati <sbarati at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #235916|0                           |1
        is obsolete|                            |




--- Comment #5 from Saam Barati <sbarati at apple.com>  2014-08-04 12:26:52 PST ---
Created an attachment (id=235980)
 --> (https://bugs.webkit.org/attachment.cgi?id=235980&action=review)
work in progress patch

This adds some optimizations to the previous patch. Specifically, we don't update type tokens while CodeMirror is being scrolled.
Also, we only show and update tokens for the viewable range in CodeMirror. We no longer traverse/annotate the entire AST because this is
not performant for sufficiently large JavaScript files.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list