Bug 107272
| Summary: | [chromium] move test control logic to TestRunner | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | jochen |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | dcarney |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 91308 | ||
jochen
void windowCount(const CppArgumentList&, CppVariant*);
void setCloseRemainingWindowsWhenComplete(const CppArgumentList&, CppVariant*);
void waitUntilDone(const CppArgumentList&, CppVariant*);
void notifyDone(const CppArgumentList&, CppVariant*);
void queueBackNavigation(const CppArgumentList&, CppVariant*);
void queueForwardNavigation(const CppArgumentList&, CppVariant*);
void queueReload(const CppArgumentList&, CppVariant*);
void queueLoadingScript(const CppArgumentList&, CppVariant*);
void queueNonLoadingScript(const CppArgumentList&, CppVariant*);
void queueLoad(const CppArgumentList&, CppVariant*);
void queueLoadHTMLString(const CppArgumentList&, CppVariant*);
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
jochen
*** This bug has been marked as a duplicate of bug 108082 ***