Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | script: Move code generation and webidl files to new script_bindings crate. ↵ | Josh Matthews | 2025-01-24 | 1 | -52/+0 |
| | | | | | (#35157) Signed-off-by: Josh Matthews <josh@joshmatthews.net> | ||||
* | Convert Web IDL void to undefined | Kagami Sascha Rosylight | 2022-01-05 | 1 | -5/+5 |
| | | | | Fixes #27660 | ||||
* | Form constraints validation | teapotd | 2020-04-02 | 1 | -7/+7 |
| | |||||
* | Implement HTMLSelectElement.add() and indexed setter, fix test that was ↵ | Patrick Shaughnessy | 2020-01-07 | 1 | -4/+3 |
| | | | | relying on add to be a stub | ||||
* | Convert [HTMLConstructor] as constructor extension | Kagami Sascha Rosylight | 2019-10-19 | 1 | -1/+3 |
| | |||||
* | Remove [PrimaryGlobal] | Kagami Sascha Rosylight | 2019-10-03 | 1 | -1/+1 |
| | |||||
* | Update MPL license to https (part 2) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Add CEReactions where needed | Connor Brewster | 2017-07-18 | 1 | -9/+20 |
| | |||||
* | Add HTMLConstructor attributes where needed | Connor Brewster | 2017-06-15 | 1 | -0/+1 |
| | |||||
* | Implement `selectedIndex` property on `<select>`. | Corey Farwell | 2016-10-24 | 1 | -1/+1 |
| | |||||
* | Implement `value` property on `<select>`. | Corey Farwell | 2016-10-16 | 1 | -1/+1 |
| | |||||
* | implement HTMLOptionsCollection and add related items to HTMLSelectElement | Alexandrov Sergey | 2016-09-26 | 1 | -4/+4 |
| | |||||
* | Implement indexed access on select elements | Maciej Skrzypkowski | 2016-09-22 | 1 | -2/+2 |
| | | | refs #11763 | ||||
* | partial-fix #12415: incorrect exposure of Window,Worker in webidl | Jean SIMARD | 2016-07-22 | 1 | -1/+0 |
| | | | | | | | | | | | | * HTMLParagraphElement.webidl * HTMLParamElement.webidl * HTMLPreElement.webidl * HTMLProgressElement.webidl * HTMLQuoteElement.webidl * HTMLSelectElement.webidl * HTMLSourceElement.webidl * HTMLSpanElement.webidl * HTMLStyleElement.webidl | ||||
* | Explicitly expose everything everywhere. | Ms2ger | 2016-07-12 | 1 | -0/+1 |
| | |||||
* | Remove modelines everywhere but tests/wpt | edunham | 2016-04-20 | 1 | -1/+0 |
| | |||||
* | Implement 'labels' attribute on 'labelable elements' | Corey Farwell | 2015-11-01 | 1 | -1/+1 |
| | |||||
* | Explicitly place '/' before fragment for multipage spec links | Corey Farwell | 2015-10-10 | 1 | -1/+1 |
| | | | | | This prevents us from 301 redirecting, which could cause the fragment to get lost | ||||
* | Replace usage of old-style WHATWG spec links | Corey Farwell | 2015-10-10 | 1 | -1/+1 |
| | |||||
* | 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 |