aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/URLUtilsReadOnly.webidl
Commit message (Collapse)AuthorAgeFilesLines
* Update URL-related interfaces and their tests up to specAnthony Ramine2015-10-191-26/+0
| | | | | | | | | The URL spec recently changed and the variour "mixins" interfaces are gone, this commit updates our code and WPT accordingly. The new expected failures related to HTMLAnchorElement and HTMLAreaElement's attributes are due to their moving to the HTMLHyperLinkElementUtils interface, which is not anymore in a separate <script class=untested> element.
* Link to Servo issue instead of Gecko bugCorey Farwell2015-09-101-1/+2
|
* Implement URL and trivially missing URLUtils membersAnthony Ramine2015-06-201-5/+9
| | | | Fixes #6322.
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-1/+1
| | | | | | | | | | | | | | Extracted this out of #5649 This commit was created with the following commands: ``` find . -iname "*.webidl" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ``` ``` find . -iname "*.rs" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ```
* Use USVString for URLUtils and URLUtilsReadOnly.Ms2ger2015-03-131-12/+10
|
* Cargoify servoJack Moffitt2014-09-081-0/+23