[Webkit-unassigned] [Bug 136984] New: Web Inspector: console view takes a long time to render if there are many messages

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 21 14:31:50 PDT 2014


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

           Summary: Web Inspector: console view takes a long time to
                    render if there are many messages
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: burg at cs.washington.edu
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com,
                    graouts at webkit.org


It seems like we try to load up all the messages before showing the full-size console view. This is a problem if there are 100's of message in the console. (A good test case is using 2nd level inspector while dumping protocol traffic via the switch in InspectorBackend.)

Since old output scrolls off the top, we should probably be showing the view immediately then incrementally rendering messages from newest to oldest.

-- 
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