aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/DocumentFragment.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
|
* Migrate to IDL mixin syntaxKagami Sascha Rosylight2019-10-011-2/+2
|
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Partial fix for 12415Scott Trinh2016-10-171-1/+1
|
* Explicitly expose everything everywhere.Ms2ger2016-07-121-1/+1
|
* Remove modelines everywhere but tests/wptedunham2016-04-201-1/+0
|
* Implement NonElementParentNode for DocumentFragmentAnthony Ramine2015-09-101-0/+1
|
* 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' ```
* Cargoify servoJack Moffitt2014-09-081-0/+11