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

Unified Diff: Source/core/frame/UseCounter.cpp

Issue 1318933002: Revert of Deprecate 'intrinsic' and 'min-intrinsic' CSS keywords (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 months 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
« no previous file with comments | « Source/core/css/parser/CSSPropertyParser.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.cpp
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
index d424c4ded75f742fbea4b167454f69649cbe77f2..6ace984dcaf16bd391489ca41ad5f3ce20705cda 100644
--- a/Source/core/frame/UseCounter.cpp
+++ b/Source/core/frame/UseCounter.cpp
@@ -945,19 +945,19 @@
return "PermissionStatus.status is deprecated and will be removed in M47, around November 2015. Please use PermissionStatus.state instead.";
case ElementOffsetParent:
- return "'Element.offsetParent' is deprecated and will be removed in M47, around November 2015. The offset* attributes are only standardized and widely supported for HTML elements.";
+ return "'Element.offsetParent' is deprecated and will be removed in M47, around Novemver 2015. The offset* attributes are only standardized and widely supported for HTML elements.";
case ElementOffsetTop:
- return "'Element.offsetTop' is deprecated and will be removed in M47, around November 2015. The offset* attributes are only standardized and widely supported for HTML elements.";
+ return "'Element.offsetTop' is deprecated and will be removed in M47, around Novemver 2015. The offset* attributes are only standardized and widely supported for HTML elements.";
case ElementOffsetLeft:
- return "'Element.offsetLeft' is deprecated and will be removed in M47, around November 2015. The offset* attributes are only standardized and widely supported for HTML elements.";
+ return "'Element.offsetLeft' is deprecated and will be removed in M47, around Novemver 2015. The offset* attributes are only standardized and widely supported for HTML elements.";
case ElementOffsetWidth:
- return "'Element.offsetWidth' is deprecated and will be removed in M47, around November 2015. The offset* attributes are only standardized and widely supported for HTML elements.";
+ return "'Element.offsetWidth' is deprecated and will be removed in M47, around Novemver 2015. The offset* attributes are only standardized and widely supported for HTML elements.";
case ElementOffsetHeight:
- return "'Element.offsetHeight' is deprecated and will be removed in M47, around November 2015. The offset* attributes are only standardized and widely supported for HTML elements.";
+ return "'Element.offsetHeight' is deprecated and will be removed in M47, around Novemver 2015. The offset* attributes are only standardized and widely supported for HTML elements.";
case PrefixedPerformanceClearResourceTimings:
return replacedBy("Performance.webkitClearResourceTimings", "Performance.clearResourceTimings");
@@ -970,12 +970,6 @@
case FetchAPIRequestContext:
return "Request.context is deprecated and will be removed in M46 (see: https://www.chromestatus.com/feature/5534702526005248).";
-
- case LegacyCSSValueIntrinsic:
- return "The 'intrinsic' CSS keyword is deprecated and will be removed in M47, around November 2015. Use the standard 'max-content' keyword instead.";
-
- case LegacyCSSValueMinIntrinsic:
- return "The 'min-intrinsic' CSS keyword is deprecated and will be removed in M47, around November 2015. Use the standard 'min-content' keyword instead.";
// Features that aren't deprecated don't have a deprecation message.
default:
« no previous file with comments | « Source/core/css/parser/CSSPropertyParser.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698