aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/URLUtils.webidl
Commit message (Collapse)AuthorAgeFilesLines
* Update URL-related interfaces and their tests up to specAnthony Ramine2015-10-191-28/+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 setters in URLUtilsAnthony Ramine2015-08-301-19/+11
|
* Implement URL and trivially missing URLUtils membersAnthony Ramine2015-06-201-0/+6
| | | | 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' ```
* add readonly pathname function in locationyodalee2015-04-041-0/+1
| | | | | pathname function implemented in UrlHelper 'url is null' check is skip for now
* Use USVString for URLUtils and URLUtilsReadOnly.Ms2ger2015-03-131-14/+14
|
* Add stringifier method support to CodegenRust.py (fixes #1986)Chris Manchester2015-02-201-1/+4
| | | | | | Add a stringifier to URLUtils (Location). (fixes #4605) wpt metadata updates for #4605
* Cargoify servoJack Moffitt2014-09-081-0/+25