Bug 109903

Summary: [chromium] clean up TestRunner API
Product: WebKit Reporter: jochen
Component: Tools / TestsAssignee: 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:    

Description jochen 2013-02-14 23:54:02 PST
- 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