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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/sdk/CSSMetadata.js

Issue 2764113003: Add 'caret-color' CSS property to _colorAwareProperties (Closed)
Patch Set: Created 3 years, 9 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2010 Nikita Vasilyev. All rights reserved. 2 * Copyright (C) 2010 Nikita Vasilyev. All rights reserved.
3 * Copyright (C) 2010 Joseph Pecoraro. All rights reserved. 3 * Copyright (C) 2010 Joseph Pecoraro. All rights reserved.
4 * Copyright (C) 2010 Google Inc. All rights reserved. 4 * Copyright (C) 2010 Google Inc. All rights reserved.
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are 7 * modification, are permitted provided that the following conditions are
8 * met: 8 * met:
9 * 9 *
10 * * Redistributions of source code must retain the above copyright 10 * * Redistributions of source code must retain the above copyright
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 'border-image-source', 245 'border-image-source',
246 'border-bottom', 246 'border-bottom',
247 'border-bottom-color', 247 'border-bottom-color',
248 'border-left', 248 'border-left',
249 'border-left-color', 249 'border-left-color',
250 'border-right', 250 'border-right',
251 'border-right-color', 251 'border-right-color',
252 'border-top', 252 'border-top',
253 'border-top-color', 253 'border-top-color',
254 'box-shadow', 254 'box-shadow',
255 'caret-color',
255 'color', 256 'color',
256 'column-rule', 257 'column-rule',
257 'column-rule-color', 258 'column-rule-color',
258 'fill', 259 'fill',
259 'list-style', 260 'list-style',
260 'list-style-image', 261 'list-style-image',
261 'outline', 262 'outline',
262 'outline-color', 263 'outline-color',
263 'stroke', 264 'stroke',
264 'text-decoration-color', 265 'text-decoration-color',
(...skipping 686 matching lines...) Expand 10 before | Expand all | Expand 10 after
951 'widows': 115, 952 'widows': 115,
952 'width': 268, 953 'width': 268,
953 'will-change': 74, 954 'will-change': 74,
954 'word-break': 166, 955 'word-break': 166,
955 'word-spacing': 157, 956 'word-spacing': 157,
956 'word-wrap': 197, 957 'word-wrap': 197,
957 'writing-mode': 41, 958 'writing-mode': 41,
958 'z-index': 239, 959 'z-index': 239,
959 'zoom': 200 960 'zoom': 200
960 }; 961 };
OLDNEW
« 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