Bug 66234
| Summary: | Add missing tests for LegacyDefaultOptionalArguments/DOMWindow.idl | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adam Barth <abarth> |
| Component: | WebCore JavaScript | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | pilgrim |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 66538, 66539 | ||
| Bug Blocks: | 65787 | ||
Adam Barth
These APIs changed:
DOMWindow.webkitRequestFileSystem()
DOMWindow.webkitResolveLocalFileSystemURL()
DOMWindow.webkitRequestAnimationFrame()
DOMWindow.webkitCancelRequestAnimationFrame()
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adam Barth
See https://bugs.webkit.org/show_bug.cgi?id=65353 for the IDL change.
Mark Pilgrim (Google)
DOMWindow.webkitRequestFileSystem() and DOMWindow.webkitResolveLocalFileSystemURL() are bug 66538.
Mark Pilgrim (Google)
DOMWindow.webkitRequestAnimationFrame() and DOMWindow.webkitCancelRequestAnimationFrame() are bug 66539.