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

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: Fix frame-timing link 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..9c71fdeee5b207fcfc88d93f95525e4837931a5a 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://dev.w3.org/2009/dap/vibration/#idl-def-Navigator
foolip 2016/12/02 09:55:29 https://w3c.github.io/vibration/#vibration-interfa
Mark Dittmer 2016/12/02 14:05:45 Done.
Mark Dittmer 2016/12/02 14:05:45 foolip@chromium.org: Yeah. Let's sync up on this.
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