Bug 66235 - Add missing tests for LegacyDefaultOptionalArguments/HTML DOM IDL files
Summary: Add missing tests for LegacyDefaultOptionalArguments/HTML DOM IDL files
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 66522 66524 66525 66526 66528 66530 66532 66535 66537 69532
Blocks: 65787
  Show dependency treegraph
 
Reported: 2011-08-15 09:33 PDT by Adam Barth
Modified: 2011-10-06 19:52 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2011-08-15 09:33:35 PDT
These APIs changed:

DOMTokenList.item()
DOMTokenList.contains()
DOMTokenList.add()
DOMTokenList.remove()
DOMTokenList.toggle()
DOMURL.createObjectURL()
DOMURL.revokeObjectURL()
HTMLAnchorElement.getParameter()
HTMLButtonElement.setCustomValidity()
HTMLFieldSetElement.setCustomValidity()
HTMLInputElement.setCustomValidity()
HTMLKeygenElement.setCustomValidity()
HTMLMediaElement.canPlayType()
TimeRanges.start()
TimeRanges.end()
HTMLAllCollection.namedItem()
HTMLAllCollection.tags()

See https://bugs.webkit.org/show_bug.cgi?id=65338 for the IDL change.
Comment 1 Mark Pilgrim (Google) 2011-08-18 19:53:45 PDT
HTMLAnchorElement.getParameter() is bug 66522.
Comment 2 Mark Pilgrim (Google) 2011-08-18 20:02:11 PDT
HTMLButtonElement.setCustomValidity() is bug 66524.
Comment 3 Mark Pilgrim (Google) 2011-08-18 20:07:53 PDT
HTMLFieldSetElement.setCustomValidity() is bug 66525.
Comment 4 Mark Pilgrim (Google) 2011-08-18 20:12:52 PDT
HTMLInput.setCustomValidity() is bug 66526.
Comment 5 Mark Pilgrim (Google) 2011-08-18 20:17:14 PDT
HTMLKeygenElement.setCustomValidity() is bug 66528.
Comment 6 Mark Pilgrim (Google) 2011-08-18 20:36:09 PDT
HTMLMediaElement.canPlayType() is bug 66530.
Comment 7 Mark Pilgrim (Google) 2011-08-18 20:58:20 PDT
TimeRanges.start() and TimeRanges.end() are bug 66532.
Comment 8 Mark Pilgrim (Google) 2011-08-18 21:11:06 PDT
HTMLAllCollection.namedItem() is bug 66533.
Comment 9 Mark Pilgrim (Google) 2011-08-18 21:24:09 PDT
HTMLAllCollection.tags() is bug 66535.
Comment 10 Mark Pilgrim (Google) 2011-08-18 22:09:27 PDT
DOMTokenList methods are bug 66537.
Comment 11 Mark Pilgrim (Google) 2011-08-18 22:18:55 PDT
DOMURL methods already have tests. See fast/files/create-blob-url-crash.html and fast/files/revoke-blob-url.html
Comment 12 Adam Barth 2011-10-06 09:45:35 PDT
I combined all the set-custom-validity tests into bug 69532.  The rest of the bugs should close themselves as the commit queue gets around to them.