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

Unified Diff: third_party/WebKit/Source/core/css/CSSRule.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/core/css/CSSRule.idl
diff --git a/third_party/WebKit/Source/core/css/CSSRule.idl b/third_party/WebKit/Source/core/css/CSSRule.idl
index 18bde3d73c1707ab770955e3340a48b7a34f2d53..23bc3a75ce63a9649be91108ec78ef7e93fb6171 100644
--- a/third_party/WebKit/Source/core/css/CSSRule.idl
+++ b/third_party/WebKit/Source/core/css/CSSRule.idl
@@ -18,7 +18,7 @@
* Boston, MA 02110-1301, USA.
*/
-// http://dev.w3.org/csswg/cssom/#the-cssrule-interface
+// https://dev.w3.org/csswg/cssom/#the-cssrule-interface
[
DependentLifetime,
@@ -38,16 +38,16 @@
readonly attribute CSSStyleSheet? parentStyleSheet;
// CSS Animations
- // http://dev.w3.org/csswg/css-animations/#interface-cssrule
+ // https://dev.w3.org/csswg/css-animations/#interface-cssrule
const unsigned short KEYFRAMES_RULE = 7;
const unsigned short KEYFRAME_RULE = 8;
// CSS Conditional Rules
- // http://dev.w3.org/csswg/css-conditional/#extentions-to-cssrule-interface
+ // https://dev.w3.org/csswg/css-conditional/#extentions-to-cssrule-interface
const unsigned short SUPPORTS_RULE = 12;
// CSS Device Adaptation
- // http://dev.w3.org/csswg/css-device-adapt/#css-rule-interface
+ // https://dev.w3.org/csswg/css-device-adapt/#css-rule-interface
[RuntimeEnabled=CSSViewport] const unsigned short VIEWPORT_RULE = 15;
// Non-standard APIs

Powered by Google App Engine
This is Rietveld 408576698