Bug 30008 - Web Inspector: prepare InspectorController for being used from layout tests.
Summary: Web Inspector: prepare InspectorController for being used from layout tests.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks: 26549
  Show dependency treegraph
 
Reported: 2009-10-02 02:18 PDT by Pavel Feldman
Modified: 2009-10-03 03:29 PDT (History)
1 user (show)

See Also:


Attachments
patch (9.18 KB, patch)
2009-10-02 04:29 PDT, Pavel Feldman
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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