Description[DevTools] Color values should be case insensitive while suggestions should be case aware
This CL makes following changes:
* Color swatch is not shown for capitalized CSS property names.
As the CSS property names in caps are allowed and applied by the browser,
added support for showing color swatch for the color values ignoring the case.
* Prompt Suggestions should be case-aware to the user input
Added support for showing the suggestions in CSS value/name prompts honoring the user entered case.
BUG=392052
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178093
Patch Set 1 #Patch Set 2 : Fixed the failing cases! #
Total comments: 7
Patch Set 3 : Review comments done! #
Total comments: 2
Patch Set 4 : Patch for landing! #Patch Set 5 : #Patch Set 6 : #
Total comments: 6
Patch Set 7 : Patch for landing! #
Total comments: 8
Patch Set 8 : #Messages
Total messages: 17 (0 generated)
|