aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/Function.webidl
Commit message (Collapse)AuthorAgeFilesLines
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Remove modelines everywhere but tests/wptedunham2016-04-201-1/+0
|
* Replace usage of old-style WHATWG spec linksCorey Farwell2015-10-101-1/+1
|
* 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' ```
* Allow passing arguments to setTimeout/setInterval callbacksMukilan Thiyagarajan2014-11-151-0/+14