Bug 28408

Summary: WebInspector: Migrate call frames interaction to the InjectedScript-based schema.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch timothy: review+

Description Pavel Feldman 2009-08-17 13:21:24 PDT
Migrate call frames interaction to the InjectedScript-based schema.
Comment 1 Pavel Feldman 2009-08-21 12:30:13 PDT
Created attachment 38386 [details]
patch

I also removed some direct InspectorController.inspectedWindow usages in this patch.
DatabasesPanel.js is now the only file that uses it, I saved it for another bug.
Comment 2 Pavel Feldman 2009-08-24 03:10:02 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebCore/ChangeLog
	M	WebCore/inspector/front-end/CallStackSidebarPane.js
	M	WebCore/inspector/front-end/ConsoleView.js
	M	WebCore/inspector/front-end/DOMAgent.js
	M	WebCore/inspector/front-end/ElementsPanel.js
	M	WebCore/inspector/front-end/InjectedScript.js
	M	WebCore/inspector/front-end/ObjectPropertiesSection.js
	M	WebCore/inspector/front-end/ObjectProxy.js
	M	WebCore/inspector/front-end/ResourcesPanel.js
	M	WebCore/inspector/front-end/ScopeChainSidebarPane.js
	M	WebCore/inspector/front-end/ScriptsPanel.js
Committed r47703