Bug 107271
| Summary: | [chromium] move policy delegate related methods 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
// Causes navigation actions just printout the intended navigation instead
// of taking you to the page. This is used for cases like mailto, where you
// don't actually want to open the mail program.
void setCustomPolicyDelegate(const CppArgumentList&, CppVariant*);
// Delays completion of the test until the policy delegate runs.
void waitForPolicyDelegate(const CppArgumentList&, CppVariant*);
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
jochen
*** This bug has been marked as a duplicate of bug 108082 ***