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

Unified Diff: third_party/WebKit/Source/core/css/MediaQueryList.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/css/MediaQueryList.idl
diff --git a/third_party/WebKit/Source/core/css/MediaQueryList.idl b/third_party/WebKit/Source/core/css/MediaQueryList.idl
index c4279cc4905daed5ef8cbb21116cb7b630ac02e6..b84090f5cac4c00f5cb70f703f0ceb308f458087 100644
--- a/third_party/WebKit/Source/core/css/MediaQueryList.idl
+++ b/third_party/WebKit/Source/core/css/MediaQueryList.idl
@@ -17,7 +17,7 @@
* Boston, MA 02110-1301, USA.
*/
-// http://dev.w3.org/csswg/cssom-view/#the-mediaquerylist-interface
+// https://dev.w3.org/csswg/cssom-view/#the-mediaquerylist-interface
[
ActiveScriptWrappable,
@@ -28,7 +28,7 @@
// Even though this interface is now an event target, these functions
// exist as aliases for addEventListener for backwards compatibility
// with older versions of this interface. See the note at
- // http://dev.w3.org/csswg/cssom-view/#dom-mediaquerylist-removelistener
+ // https://dev.w3.org/csswg/cssom-view/#dom-mediaquerylist-removelistener
[ImplementedAs=addDeprecatedListener, Custom=CallEpilogue] void addListener(EventListener? listener);
[ImplementedAs=removeDeprecatedListener, Custom=CallEpilogue]void removeListener(EventListener? listener);
attribute EventHandler onchange;

Powered by Google App Engine
This is Rietveld 408576698