Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update WHATWG links to use HTTPS | Corey Farwell | 2015-04-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | 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' ``` | ||||
* | Implement the HTMLScriptElement.src setter | Matt Brubeck | 2014-12-04 | 1 | -2/+1 |
| | | | | Fixes #1113. | ||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+25 |