Bug 109903
| Summary: | [chromium] clean up TestRunner API | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | jochen |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | abarth, schenney |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 110013 | ||
| Bug Blocks: | |||
jochen
- add comments to the public methods
- make WebTestDelegate methods all pure virtual
- TestInterfaces setup is brittle:
- setWebView should check that the webview and the proxy are either both non-zero or both zero
- the constructor should resetAll()
- it doesn't make sense to set the delegate separately from the webview/proxy - should probably be just one method
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |