[Webkit-unassigned] [Bug 109903] New: [chromium] clean up TestRunner API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 14 23:51:44 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=109903

           Summary: [chromium] clean up TestRunner API
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jochen at chromium.org
                CC: abarth at webkit.org


- 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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list