[Webkit-unassigned] [Bug 22992] New: Javascript console should not attempt to scroll to end of console if console is not visible

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 25 02:17:23 PST 2008


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

           Summary: Javascript console should not attempt to scroll to end
                    of console if console is not visible
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: oliver at apple.com
                CC: timothy at hatcher.name


* SUMMARY
Whenever a message is sent to the console the web inspector attempts to scroll
the appropriate portion of the console to be visible.  Unfortunately if the
console is not visible, this is very heavy wait operation as it requires
building the rendertree, calculating where it should scroll to, then throwing
the rendertree away.

* STEPS TO REPRODUCE
1. use javascript along the lines of javascript:while(1) console.log("foo")

* RESULTS
Shark shows 94% of time being spent in style recalc.

<rdar://problem/6467200>


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