Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update URL-related interfaces and their tests up to spec | Anthony Ramine | 2015-10-19 | 1 | -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 bug | Corey Farwell | 2015-09-10 | 1 | -1/+2 |
| | |||||
* | Implement URL and trivially missing URLUtils members | Anthony Ramine | 2015-06-20 | 1 | -5/+9 |
| | | | | Fixes #6322. | ||||
* | Update WHATWG links to use HTTPS | Corey Farwell | 2015-04-13 | 1 | -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. | Ms2ger | 2015-03-13 | 1 | -12/+10 |
| | |||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+23 |