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

Unified Diff: third_party/WebKit/Source/core/dom/ClientRectList.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/core/dom/ClientRectList.idl
diff --git a/third_party/WebKit/Source/core/dom/ClientRectList.idl b/third_party/WebKit/Source/core/dom/ClientRectList.idl
index 67dd0c3e47a6ed550076d4a9c83b1efbc19492c4..4c3a4db93748ec77f5e32c655b127fa795d63827 100644
--- a/third_party/WebKit/Source/core/dom/ClientRectList.idl
+++ b/third_party/WebKit/Source/core/dom/ClientRectList.idl
@@ -25,12 +25,12 @@
*/
// An old version of CSSOM View Module defines the ClientRectList interface:
-// http://www.w3.org/TR/2011/WD-cssom-view-20110804/#the-clientrectlist-interface
+// https://www.w3.org/TR/2011/WD-cssom-view-20110804/#the-clientrectlist-interface
// It has since been replace by DOMRectList in CSSOM View Module and
// Geometry Interfaces Module:
-// http://dev.w3.org/csswg/cssom-view/#extension-to-the-element-interface
-// http://dev.w3.org/fxtf/geometry/#DOMRectList
+// https://dev.w3.org/csswg/cssom-view/#extension-to-the-element-interface
+// https://dev.w3.org/fxtf/geometry/#DOMRectList
// CSSOM View Module also says: "The DOMRectList interface is at-risk.
// The authors of this specification await feedback from implementers

Powered by Google App Engine
This is Rietveld 408576698