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

Unified Diff: third_party/WebKit/Source/core/css/CSSProperties.json5

Issue 2884423003: Use scroll-boundary-behavior to control overscroll-refresh/glow on android. (Closed)
Patch Set: Fixed the comments Created 3 years, 7 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
Index: third_party/WebKit/Source/core/css/CSSProperties.json5
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.json5 b/third_party/WebKit/Source/core/css/CSSProperties.json5
index 03bd2805d0a4626406ceffa0f8e308353cfee3b8..debd8cdaf8adb5c4c6308eaefd1d50d757a554f1 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -1743,6 +1743,20 @@
type_name: "ScrollBehavior",
},
{
+ name: "scroll-boundary-behavior-x",
+ default_value: "auto",
+ field_template: "keyword",
+ keywords: ["auto", "contain", "none"],
+ type_name: "EScrollBoundaryBehavior",
+ },
+ {
+ name: "scroll-boundary-behavior-y",
+ default_value: "auto",
+ field_template: "keyword",
+ keywords: ["auto", "contain", "none"],
+ type_name: "EScrollBoundaryBehavior",
+ },
+ {
name: "scroll-snap-type",
runtime_flag: "CSSScrollSnapPoints",
type_name: "ScrollSnapType",
@@ -2967,6 +2981,10 @@
longhands: "overflow-x;overflow-y",
},
{
+ name: "scroll-boundary-behavior",
+ longhands: "scroll-boundary-behavior-x;scroll-boundary-behavior-y",
+ },
+ {
name: "padding",
longhands: "padding-top;padding-right;padding-bottom;padding-left",
},

Powered by Google App Engine
This is Rietveld 408576698