Bug 84842
Summary: | [EFL][DRT] LayoutTestController setCustomPolicyDelegate implementation | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mikhail Pozdnyakov <mikhail.pozdnyakov> |
Component: | WebKit EFL | Assignee: | Mikhail Pozdnyakov <mikhail.pozdnyakov> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | gyuyoung.kim, lucas.de.marchi |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 85006 | ||
Bug Blocks: |
Mikhail Pozdnyakov
EFL's LayoutTestController needs setCustomPolicyDelegate() implemented so that following testcases may be unskipped:
fast/loader/javascript-url-hierarchical-execution.html
fast/loader/onload-policy-ignore-for-frame.html
fast/loader/policy-delegate-action-hit-test-zoomed.html
fast/loader/reload-policy-delegate.html
http/tests/download
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mikhail Pozdnyakov
EFL port does not have concept of delegates, ewk_view callbacks and signals are used instead. Patch in bug85006 also unskips testcases for this bug.
Mikhail Pozdnyakov
*** This bug has been marked as a duplicate of bug 85006 ***