mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Prefer HTTPS when linking to GitHub Pages
This commit was generated using the following commands: ``` find . -iname "*.webidl" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)github.io/https:\1github.io/g' ``` ``` find . -iname "*.rs" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)github.io/https:\1github.io/g' ```
This commit is contained in:
parent
525d483b82
commit
109e3219a4
5 changed files with 11 additions and 11 deletions
|
@ -5,7 +5,7 @@
|
|||
*
|
||||
* References:
|
||||
* MDN Docs - https://developer.mozilla.org/en-US/docs/Web/API/console
|
||||
* Draft Spec - http://sideshowbarker.github.io/console-spec/
|
||||
* Draft Spec - https://sideshowbarker.github.io/console-spec/
|
||||
*
|
||||
* © Copyright 2014 Mozilla Foundation.
|
||||
*/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*
|
||||
* This IDL file was created to test the special operations (see
|
||||
* http://heycam.github.io/webidl/#idl-special-operations) without converting
|
||||
* https://heycam.github.io/webidl/#idl-special-operations) without converting
|
||||
* TestBinding.webidl into a proxy.
|
||||
*
|
||||
*/
|
||||
|
|
|
@ -149,7 +149,7 @@ interface WindowLocalStorage {
|
|||
};
|
||||
Window implements WindowLocalStorage;
|
||||
|
||||
// http://w3c.github.io/animation-timing/#Window-interface-extensions
|
||||
// https://w3c.github.io/animation-timing/#Window-interface-extensions
|
||||
partial interface Window {
|
||||
long requestAnimationFrame(FrameRequestCallback callback);
|
||||
void cancelAnimationFrame(long handle);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue