Bug 106543
Summary: | Web Inspector: [Regression] GlobalObjectCleared event is not dispatched when navigation within single renderer occurs. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Vsevolod Vlasov <vsevik> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | apavlov, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Vsevolod Vlasov
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*)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Pavel Feldman
*** This bug has been marked as a duplicate of bug 106555 ***