Bug 30400 - Web Inspector: introduce test controller with waitUntilDone on frontend side.
Summary: Web Inspector: introduce test controller with waitUntilDone on frontend side.
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:
 
Reported: 2009-10-15 11:50 PDT by Pavel Feldman
Modified: 2009-10-15 12:52 PDT (History)
1 user (show)

See Also:


Attachments
[PATCH] Test controller class added. (6.48 KB, patch)
2009-10-15 11:53 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-15 11:50:07 PDT
Sometimes frontend needs to wait for some event (breakpoint being hit, resource being pushed, etc.), before giving control back to the layout test.
Comment 1 Pavel Feldman 2009-10-15 11:53:31 PDT
Created attachment 41238 [details]
[PATCH] Test controller class added.
Comment 2 Pavel Feldman 2009-10-15 12:52:59 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebCore/ChangeLog
	M	WebCore/WebCore.gypi
	M	WebCore/WebCore.vcproj/WebCore.vcproj
	M	WebCore/inspector/front-end/WebKit.qrc
	M	WebCore/inspector/front-end/inspector.html
	M	WebCore/inspector/front-end/inspector.js
Committed r49648