[Webkit-unassigned] [Bug 106543] New: Web Inspector: [Regression] GlobalObjectCleared event is not dispatched when navigation within single renderer occurs.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 10 02:14:13 PST 2013


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

           Summary: Web Inspector: [Regression] GlobalObjectCleared event
                    is not dispatched when navigation within single
                    renderer occurs.
           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: vsevik 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


Caused by https://bugs.webkit.org/show_bug.cgi?id=80992.

This happens because pageDebuggerAgent is not set on instrumenting agents in InspectorDebuggerAgent::restore().
I think the fix would be to make InspectorDebuggerAgent::enable() virtual and overriden in PageDebuggerAgent instead of InspectorDebuggerAgent::enable(ErrorString*)

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