Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert Web IDL void to undefined | Kagami Sascha Rosylight | 2022-01-05 | 1 | -1/+1 |
| | | | | Fixes #27660 | ||||
* | Form constraints validation | teapotd | 2020-04-02 | 1 | -5/+5 |
| | |||||
* | 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/+19 |
| | |||||
* | Add HTMLConstructor attributes where needed | Connor Brewster | 2017-06-15 | 1 | -0/+1 |
| | |||||
* | Partial fix for #12415: expose interfaces only where necessary | Kuba Birecki | 2016-07-23 | 1 | -1/+0 |
| | |||||
* | 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 basic framework for static and interactive validation on forms | Keith Yeung | 2015-12-15 | 1 | -1/+1 |
| | |||||
* | 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 getter for input/button elements; update test expectations | Manish Goregaokar | 2015-09-24 | 1 | -1/+1 |
| | |||||
* | Implement name and value attributes of HTMLButtonElement (fixes #6003) | Jinwoo Song | 2015-05-12 | 1 | -4/+4 |
| | | | | Implemented getter and setter of the attributes. | ||||
* | 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 Form related attribute to HTMLButtonElement | yodalee | 2015-02-03 | 1 | -4/+4 |
| | | | | add formAction, formEnctype, formMethod, formTarget | ||||
* | Add type IDL attr for submittable elements | Manish Goregaokar | 2014-10-11 | 1 | -1/+1 |
| | |||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+29 |