Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update MPL license to https (part 2) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Remove modelines everywhere but tests/wpt | edunham | 2016-04-20 | 1 | -1/+0 |
| | |||||
* | Replace usage of old-style WHATWG spec links | Corey Farwell | 2015-10-10 | 1 | -1/+1 |
| | |||||
* | Add/format license headers for WebIDLs | Corey Farwell | 2015-07-26 | 1 | -3/+3 |
| | |||||
* | Update WHATWG links to use HTTPS | Corey Farwell | 2015-04-13 | 1 | -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 callbacks | Mukilan Thiyagarajan | 2014-11-15 | 1 | -0/+14 |