[Webkit-unassigned] [Bug 19677] New: Syntax highlighting JavaScript needs to be lazy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 19 10:36:57 PDT 2008


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

           Summary: Syntax highlighting JavaScript needs to be lazy
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: timothy at hatcher.name
                CC: aroben at apple.com, casey.hattori at gmail.com
 BugsThisDependsOn: 14360


The new syntax highlighting is written in JavaScript and can be slow for large
documents. We should make is lazy and only syntax highlight visible lines of
code and delays the rest until the user scrolls down. Some of the work to make
this lazy has already been done in the original patch.

Related to bug 14360.


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



More information about the webkit-unassigned mailing list