Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement referrerPolicy for HTMLLinkElement and HTMLScriptElement | YUAN LYU | 2020-12-01 | 1 | -0/+2 |
| | |||||
* | Implement nomodule attribute | CYBAI | 2020-01-03 | 1 | -0/+2 |
| | |||||
* | 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 src/href attributes to be a USVString | Dan Robertson | 2018-12-17 | 1 | -1/+1 |
| | | | | | | | | | | | | The following IDLs have the src/href attributes typed as a DOMString while in the spec the attribute has been updated to be a USVString: - HTMLIFrameElement - HTMLImageElement - HTMLInputElement - HTMLLinkElement - HTMLMediaElement - HTMLScriptElement | ||||
* | 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 | -1/+10 |
| | |||||
* | Add HTMLConstructor attributes where needed | Connor Brewster | 2017-06-15 | 1 | -0/+1 |
| | |||||
* | Implement HTMLScriptElement async attribute | Anthony Ramine | 2017-01-14 | 1 | -1/+1 |
| | |||||
* | Implement Subresource Integrity | mrnayak | 2017-01-08 | 1 | -0/+1 |
| | | | | | | | | | | | Implemented response validation part of https://w3c.github.io/webappsec-subresource-integrity/. Implemented step eighteen of the main fetch. If a request has integrity metadata, then following steps are performed *Wait for response body *If the response does not have a termination reason and response does not match request’s integrity metadata, set response to a network error.# Please enter the commit message for your changes. Lines starting | ||||
* | Partial fix for 12415 | Scott Trinh | 2016-10-17 | 1 | -1/+0 |
| | |||||
* | Add crossorigin attribute and implement step 14 of prepare a script | Keith Yeung | 2016-09-21 | 1 | -1/+1 |
| | | | | Add WPT test for HTMLScriptElement crossOrigin IDL attribute | ||||
* | Explicitly expose everything everywhere. | Ms2ger | 2016-07-12 | 1 | -0/+1 |
| | |||||
* | Remove modelines everywhere but tests/wpt | edunham | 2016-04-20 | 1 | -1/+0 |
| | |||||
* | HTMLScriptElement: Added missing DOM properties | Per Lundberg | 2016-04-03 | 1 | -6/+6 |
| | | | | | | This should sort out most (all?) of the ones pointed out in #10227. (Amended with suggested fixes in PR #10354.) | ||||
* | Explicitly place '/' before fragment for multipage spec links | Corey Farwell | 2015-10-10 | 1 | -2/+2 |
| | | | | | 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 | -2/+2 |
| | |||||
* | Update WHATWG links to use HTTPS | Corey Farwell | 2015-04-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | 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 the HTMLScriptElement.src setter | Matt Brubeck | 2014-12-04 | 1 | -2/+1 |
| | | | | Fixes #1113. | ||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+25 |