Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(966)

Unified Diff: third_party/WebKit/Source/modules/vibration/NavigatorVibration.idl

Issue 2549633002: rewrite spec links with http: to https: and fix known Javascript redirected links (Closed)
Patch Set: Address all code review comments; mostly rewrite incorrectly-anchored links Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/vibration/NavigatorVibration.idl
diff --git a/third_party/WebKit/Source/modules/vibration/NavigatorVibration.idl b/third_party/WebKit/Source/modules/vibration/NavigatorVibration.idl
index 8ed66244a67afda5c09ea7a3e42648396aff0041..45a181e82fb4e4ad2fac3478cae55f33de5b57a9 100644
--- a/third_party/WebKit/Source/modules/vibration/NavigatorVibration.idl
+++ b/third_party/WebKit/Source/modules/vibration/NavigatorVibration.idl
@@ -17,10 +17,10 @@
* Boston, MA 02110-1301, USA.
*/
-// http://dev.w3.org/2009/dap/vibration/#idl-def-Navigator
+// https://w3c.github.io/vibration/#vibration-interface
partial interface Navigator {
- // FIXME: should be union type http://crbug.com/240176
+ // FIXME: should be union type https://crbug.com/240176
// FIXME: The contents of the pattern argument should be clamped.
// See https://code.google.com/p/chromium/issues/detail?id=310138
boolean vibrate([Clamp] unsigned long pattern);

Powered by Google App Engine
This is Rietveld 408576698