[Webkit-unassigned] [Bug 111922] New: [V8] WebInspector: The global object is reset twice when reloading a page.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 9 09:54:58 PST 2013


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

           Summary: [V8] WebInspector: The global object is reset twice
                    when reloading a page.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mkwst at chromium.org
                CC: keishi at webkit.org, pmuellr at yahoo.com,
                    pfeldman at chromium.org, yurys at chromium.org,
                    apavlov at chromium.org, loislo at chromium.org,
                    vsevik at chromium.org,
                    web-inspector-bugs at googlegroups.com
        Depends on: 111839


In inspector/debugger/watch-expressions-preserve-expansion.html, we see that the V8 bindings reset the global object twice. This calls out to WebInspector.ScriptsPanel._debuggerReset, which resets the watch expressions, causing them to refresh their values. Since there's no context at that point, the evaluation in WebInspector.WatchExpressionsSection.update() fails. All of this is exactly as it should be, other than the twice bit... Ugh.

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