Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add form getters for additional elements; update test expectations | Philipp Hartwig | 2015-09-27 | 1 | -1/+1 |
| | | | | | This adds form getters for fieldset, label, object, output, select and textarea elements. | ||||
* | changing test_union.html to union.html fixes #7744 | Jayflux | 2015-09-27 | 1 | -1/+1 |
| | |||||
* | Remove deprecated 'creator' WebIDL attribute | Corey Farwell | 2015-09-21 | 1 | -1/+1 |
| | | | | According to @Ms2ger, the 'creator' attribute was merged into 'setter' | ||||
* | Implement HTMLSelectElement.{multiple, name, size} (fixes #6017) | Jinwoo Song | 2015-05-12 | 1 | -3/+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' ``` | ||||
* | Add type IDL attr for submittable elements | Manish Goregaokar | 2014-10-11 | 1 | -1/+1 |
| | |||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+40 |