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

Unified Diff: Source/devtools/front_end/layers/LayerDetailsView.js

Issue 346603007: Remove position: sticky (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/rendering/style/RenderStyleConstants.h ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/layers/LayerDetailsView.js
diff --git a/Source/devtools/front_end/layers/LayerDetailsView.js b/Source/devtools/front_end/layers/LayerDetailsView.js
index 714d37ea1d4ebf1bda74fa80ec28214277342f3e..cb054942927460d7a35c296b76fac86646c6c286 100644
--- a/Source/devtools/front_end/layers/LayerDetailsView.js
+++ b/Source/devtools/front_end/layers/LayerDetailsView.js
@@ -60,6 +60,7 @@ WebInspector.LayerDetailsView.CompositingReasonDetail = {
"animation": WebInspector.UIString("Composition due to association with an animated element."),
"filters": WebInspector.UIString("Composition due to association with an element with CSS filters applied."),
"positionFixed": WebInspector.UIString("Composition due to association with an element with a \"position: fixed\" style."),
+ // FIXME: Can we remove this entry now that position: sticky has been removed?
"positionSticky": WebInspector.UIString("Composition due to association with an element with a \"position: sticky\" style."),
"overflowScrollingTouch": WebInspector.UIString("Composition due to association with an element with a \"overflow-scrolling: touch\" style."),
"blending": WebInspector.UIString("Composition due to association with an element that has blend mode other than \"normal\"."),
« no previous file with comments | « Source/core/rendering/style/RenderStyleConstants.h ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698