mirror of
https://github.com/servo/servo.git
synced 2025-08-13 09:25:32 +01:00
Update WHATWG links to use HTTPS
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' ```
This commit is contained in:
parent
55de52d76a
commit
5eaa922045
152 changed files with 378 additions and 378 deletions
|
@ -3,7 +3,7 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// http://www.whatwg.org/html/#window
|
||||
// https://www.whatwg.org/html/#window
|
||||
[PrimaryGlobal]
|
||||
/*sealed*/ interface Window : EventTarget {
|
||||
// the current browsing context
|
||||
|
@ -61,7 +61,7 @@
|
|||
Window implements GlobalEventHandlers;
|
||||
Window implements WindowEventHandlers;
|
||||
|
||||
// http://www.whatwg.org/html/#windowtimers
|
||||
// https://www.whatwg.org/html/#windowtimers
|
||||
[NoInterfaceObject/*, Exposed=Window,Worker*/]
|
||||
interface WindowTimers {
|
||||
long setTimeout(Function handler, optional long timeout = 0, any... arguments);
|
||||
|
@ -73,7 +73,7 @@ interface WindowTimers {
|
|||
};
|
||||
Window implements WindowTimers;
|
||||
|
||||
// http://www.whatwg.org/html/#atob
|
||||
// https://www.whatwg.org/html/#atob
|
||||
[NoInterfaceObject/*, Exposed=Window,Worker*/]
|
||||
interface WindowBase64 {
|
||||
[Throws]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue