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 | -53/+0 |
| | | | | | (#35157) Signed-off-by: Josh Matthews <josh@joshmatthews.net> | ||||
* | Implement referrerpolicy attribute on remaining elements (#34736) | shanehandley | 2024-12-22 | 1 | -0/+2 |
| | | | | | Fixes #11861 Signed-off-by: Shane Handley <shanehandley@fastmail.com> | ||||
* | PutForwards cleanup | Patrick Shaughnessy | 2020-01-23 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Migrate to IDL mixin syntax | Kagami Sascha Rosylight | 2019-10-01 | 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 | -2/+13 |
| | |||||
* | Add HTMLConstructor attributes where needed | Connor Brewster | 2017-06-15 | 1 | -0/+1 |
| | |||||
* | Implement HTMLAnchorElement.rel getter and setter | Ying-Ruei Liang(KK) | 2017-03-30 | 1 | -5/+5 |
| | | | | Signed-off-by: Ying-Ruei Liang(KK) <thumbd03803@gmail.com> | ||||
* | 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 |
| | |||||
* | Removed references to DOMSettableTokenList | Kosov Eugene | 2016-06-05 | 1 | -1/+1 |
| | |||||
* | Support link target attribute | Paul Rouget | 2016-06-02 | 1 | -1/+1 |
| | |||||
* | Remove modelines everywhere but tests/wpt | edunham | 2016-04-20 | 1 | -1/+0 |
| | |||||
* | Implement HTMLHyperlinkElementUtils for HTMLAnchorElement | Jaydeep | 2016-03-24 | 1 | -1/+1 |
| | |||||
* | Update URL-related interfaces and their tests up to spec | Anthony Ramine | 2015-10-19 | 1 | -1/+1 |
| | | | | | | | | | The URL spec recently changed and the variour "mixins" interfaces are gone, this commit updates our code and WPT accordingly. The new expected failures related to HTMLAnchorElement and HTMLAreaElement's attributes are due to their moving to the HTMLHyperLinkElementUtils interface, which is not anymore in a separate <script class=untested> element. | ||||
* | Explicitly place '/' before fragment for multipage spec links | Corey Farwell | 2015-10-10 | 1 | -4/+4 |
| | | | | | 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 | -4/+4 |
| | |||||
* | Add obsolete reflecting attributes on <a> and <link> | Corey Farwell | 2015-09-13 | 1 | -4/+4 |
| | | | | | From my understanding, setting any of these will not affect any presentational hints for the elements | ||||
* | Add/format license headers for WebIDLs | Corey Farwell | 2015-07-26 | 1 | -3/+3 |
| | |||||
* | Update WHATWG links to use HTTPS | Corey Farwell | 2015-04-13 | 1 | -4/+4 |
| | | | | | | | | | | | | | | 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 HTML{Anchor,Area,Link}Element.relList. | Achal Shah | 2014-11-23 | 1 | -1/+1 |
| | | | | https://github.com/servo/servo/issues/3994 | ||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+38 |