Bug 41836 - Web Inspector: factor out common part of debugger tests
Summary: Web Inspector: factor out common part of debugger 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: Yury Semikhatsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-08 00:08 PDT by Yury Semikhatsky
Modified: 2010-07-08 01:40 PDT (History)
8 users (show)

See Also:


Attachments
Patch (12.83 KB, patch)
2010-07-08 00:11 PDT, Yury Semikhatsky
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2010-07-08 00:08:34 PDT
There is some code duplication in LayoutTests/inspector/debgger-*.html which can be extracted into a shared file.
Comment 1 Yury Semikhatsky 2010-07-08 00:11:52 PDT
Created attachment 60844 [details]
Patch
Comment 2 Yury Semikhatsky 2010-07-08 01:40:36 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	LayoutTests/ChangeLog
	A	LayoutTests/http/tests/inspector/debugger-test.js
	M	LayoutTests/http/tests/inspector/inspector-test.js
	M	LayoutTests/inspector/debugger-pause-in-eval-script-expected.txt
	M	LayoutTests/inspector/debugger-pause-in-eval-script.html
	M	LayoutTests/inspector/debugger-pause-on-debugger-statement-expected.txt
	M	LayoutTests/inspector/debugger-pause-on-debugger-statement.html
	M	LayoutTests/inspector/debugger-proto-property-expected.txt
	M	LayoutTests/inspector/debugger-proto-property.html
	M	WebCore/ChangeLog
	M	WebCore/bindings/js/ScriptDebugServer.cpp
Committed r62769