[Webkit-unassigned] [Bug 15418] New: Drosera line-number gets off after a few steps

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 7 21:11:29 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15418

           Summary: Drosera line-number gets off after a few steps
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: NeedsReduction
          Severity: Normal
          Priority: P2
         Component: Drosera
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


Drosera line-number gets off after a few steps

At least when debugging this function inside ResourcePanel.js:

I believe it has more to do with the function, and less to do with the
stepping.  This bug probably belongs in JavaScriptCore, but we'll start with
Drosera.

    updateStyles: function()
    {
        if (!this.views.dom.contentElement.sidebarPanes.styles.expanded) // set
breakpoint here
            return;
        if (!this.views.dom.contentElement.sidebarPanes.styles.needsUpdate)
            return;


-- 
Configure bugmail: http://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