aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLScriptElement.webidl
Commit message (Collapse)AuthorAgeFilesLines
* Implement referrerPolicy for HTMLLinkElement and HTMLScriptElementYUAN LYU2020-12-011-0/+2
|
* Implement nomodule attributeCYBAI2020-01-031-0/+2
|
* Convert [HTMLConstructor] as constructor extensionKagami Sascha Rosylight2019-10-191-1/+3
|
* Remove [PrimaryGlobal]Kagami Sascha Rosylight2019-10-031-1/+1
|
* Update src/href attributes to be a USVStringDan Robertson2018-12-171-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 Ikenmeyer2018-11-191-1/+1
|
* Add CEReactions where neededConnor Brewster2017-07-181-1/+10
|
* Add HTMLConstructor attributes where neededConnor Brewster2017-06-151-0/+1
|
* Implement HTMLScriptElement async attributeAnthony Ramine2017-01-141-1/+1
|
* Implement Subresource Integritymrnayak2017-01-081-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 12415Scott Trinh2016-10-171-1/+0
|
* Add crossorigin attribute and implement step 14 of prepare a scriptKeith Yeung2016-09-211-1/+1
| | | | Add WPT test for HTMLScriptElement crossOrigin IDL attribute
* Explicitly expose everything everywhere.Ms2ger2016-07-121-0/+1
|
* Remove modelines everywhere but tests/wptedunham2016-04-201-1/+0
|
* HTMLScriptElement: Added missing DOM propertiesPer Lundberg2016-04-031-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 linksCorey Farwell2015-10-101-2/+2
| | | | | This prevents us from 301 redirecting, which could cause the fragment to get lost
* Replace usage of old-style WHATWG spec linksCorey Farwell2015-10-101-2/+2
|
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-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 setterMatt Brubeck2014-12-041-2/+1
| | | | Fixes #1113.
* Cargoify servoJack Moffitt2014-09-081-0/+25