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

Unified Diff: Source/devtools/front_end/CSSMetadata.js

Issue 131423002: DevTools: Add "inset" and "none" values for "box-shadow" property in CSSMetadata (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/CSSMetadata.js
diff --git a/Source/devtools/front_end/CSSMetadata.js b/Source/devtools/front_end/CSSMetadata.js
index 0a220c6960c4835a76445e110837202aa47754fe..d2d504d7796005998d3a605525ecb9ec7a5c0611 100644
--- a/Source/devtools/front_end/CSSMetadata.js
+++ b/Source/devtools/front_end/CSSMetadata.js
@@ -214,6 +214,9 @@ WebInspector.CSSMetadata._propertyDataMap = {
"border-left-width": { values: [
"medium", "thick", "thin"
] },
+ "box-shadow": { values: [
+ "inset", "none"
+ ] },
"-webkit-writing-mode": { values: [
"lr", "rl", "tb", "lr-tb", "rl-tb", "tb-rl", "horizontal-tb", "vertical-rl", "vertical-lr", "horizontal-bt"
] },
@@ -655,7 +658,6 @@ WebInspector.CSSMetadata._propertyDataMap = {
"border-left": { m: "background" },
"border-radius": { m: "background" },
"bottom": { m: "visuren" },
- "box-shadow": { m: "background" },
"color": { m: "color", a: "foreground" },
"counter-increment": { m: "generate" },
"counter-reset": { m: "generate" },
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698