DescriptionRename URLUtils interface as HTMLHyperlinkElementUtils and update.
Follow the HTML spec for HTMLAnchorElement + HTMLAreaElement, and have
them implement the [NoInterfaceObject] HTMLHyperlinkElementUtils
interface, rather than the previous URLUtils which has now been
retired / divided up.
The other implementation of URLUtils, URL, now define the attributes
directly (with the addition of a searchParams getter.) Update its IDL
also.
R=
BUG=604644
Committed: https://crrev.com/40ebec288b976477aaa318b26899dc08f5b15426
Cr-Commit-Position: refs/heads/master@{#388209}
Patch Set 1 #Patch Set 2 : sort IDLs #Patch Set 3 : re-add toString() non-enumerable; needed #
Total comments: 3
Patch Set 4 : keep toString()s as non-enumerable for now #
Total comments: 3
Messages
Total messages: 16 (6 generated)
|