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

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

Issue 2876353002: Generate diffing functions for generated subgroup BoxData in ComputedStyle (Closed)
Patch Set: Formatting 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/ComputedStyleDiffFunctions.json5
diff --git a/third_party/WebKit/Source/core/css/ComputedStyleDiffFunctions.json5 b/third_party/WebKit/Source/core/css/ComputedStyleDiffFunctions.json5
index 657b33ec5bcaa4b9a225a4c41a886dcde3c94528..ceb9657597ee2c714912264d3f81c2df46906717 100644
--- a/third_party/WebKit/Source/core/css/ComputedStyleDiffFunctions.json5
+++ b/third_party/WebKit/Source/core/css/ComputedStyleDiffFunctions.json5
@@ -12,7 +12,7 @@
data: [
{
name: "ScrollAnchorDisablingPropertyChanged",
- fields: ["margin-top", "margin-left", "margin-right", "margin-bottom",
+ fields: ["width", "min-width", "max-width", "height", "min-height", "max-height", "margin-top", "margin-left", "margin-right", "margin-bottom",
"left", "right", "top", "bottom", "padding-top",
"padding-left", "padding-right", "padding-bottom"]
},
@@ -20,6 +20,10 @@
name: "DiffNeedsFullLayoutAndPaintInvalidation",
fields: ["padding-top", "padding-left", "padding-right",
"padding-bottom"]
+ },
+ {
+ name: "DiffNeedsFullLayout",
+ fields: ["width", "min-width", "max-width", "height", "min-height", "max-height", "box-sizing"]
}
],
}

Powered by Google App Engine
This is Rietveld 408576698