Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement <option> 'defaultSelected' and 'selected' attributes | Corey Farwell | 2015-09-26 | 1 | -2/+2 |
| | | | | Continued from #7743 | ||||
* | Clean up whitespace, long lines for WebIDLs | Corey Farwell | 2015-07-26 | 1 | -1/+3 |
| | |||||
* | 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' ``` | ||||
* | Fix #3933 | Guillaume Bort | 2014-11-12 | 1 | -3/+3 |
| | |||||
* | Implement HTMLOptionElement.text#3023 | Jeongeun Kim | 2014-09-20 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Jeongeun Kim <je00julie.kim@gmail.com> Implement HTMLOptionElement.text#3023 (2nd trial) Implement HTMLOptionElement.text#3023 (3rd trial) delete metadata for skipping option tests fix conflict | ||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+18 |