aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/DOMParser.webidl
Commit message (Collapse)AuthorAgeFilesLines
* Remove [PrimaryGlobal]Kagami Sascha Rosylight2019-10-031-0/+1
|
* Migrate to new constructor operation syntaxKagami Sascha Rosylight2019-10-021-1/+1
|
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Update links to DOM Parsing specificationRaghav2016-12-281-1/+1
| | | | | Changed links from https://domparsing.spec.whatwg.org/ to https://w3c.github.io/DOM-Parsing/.
* Added support for additional xml types to DOMParser::parseFromStringAndrew Fluth2016-06-011-2/+2
|
* Add/format license headers for WebIDLsCorey Farwell2015-07-261-3/+3
|
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-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' ```
* Remove unsupported types from the SupportedType IDL enum.Ms2ger2015-02-281-2/+2
|
* Cargoify servoJack Moffitt2014-09-081-0/+21