Bug 30008

Summary: Web Inspector: prepare InspectorController for being used from layout tests.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 26549    
Attachments:
Description Flags
patch timothy: review+

Description Pavel Feldman 2009-10-02 02:18:27 PDT
Add evaluateForTestInFrontend method with the callback that would allow evaluating arbitrary code in the frontend context.
Comment 1 Pavel Feldman 2009-10-02 04:29:52 PDT
Created attachment 40507 [details]
patch
Comment 2 Pavel Feldman 2009-10-03 03:29:00 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebCore/ChangeLog
	M	WebCore/WebCore.Inspector.exp
	M	WebCore/WebCore.order
	M	WebCore/inspector/InspectorBackend.cpp
	M	WebCore/inspector/InspectorBackend.h
	M	WebCore/inspector/InspectorBackend.idl
	M	WebCore/inspector/InspectorController.cpp
	M	WebCore/inspector/InspectorController.h
	M	WebCore/inspector/InspectorFrontend.cpp
	M	WebCore/inspector/InspectorFrontend.h
	M	WebCore/inspector/front-end/inspector.js
Committed r49064