Changeset 252448 in webkit


Ignore:
Timestamp:
Nov 13, 2019 8:04:17 PM (4 years ago)
Author:
Nikita Vasilyev
Message:

Web Inspector: "aqua" and "fuchsia" aren't detected as colors
https://bugs.webkit.org/show_bug.cgi?id=204085

Reviewed by Devin Rousso.

  • UserInterface/Models/Color.js:
Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r252447 r252448  
     12019-11-13  Nikita Vasilyev  <nvasilyev@apple.com>
     2
     3        Web Inspector: "aqua" and "fuchsia" aren't detected as colors
     4        https://bugs.webkit.org/show_bug.cgi?id=204085
     5
     6        Reviewed by Devin Rousso.
     7
     8        * UserInterface/Models/Color.js:
     9
    1102019-11-13  Devin Rousso  <drousso@apple.com>
    211
  • trunk/Source/WebInspectorUI/UserInterface/Models/Color.js

    r252168 r252448  
    743743    "aliceblue": [240, 248, 255, 1],
    744744    "antiquewhite": [250, 235, 215, 1],
     745    "aqua": [0, 255, 255, 1],
    745746    "aquamarine": [127, 255, 212, 1],
    746747    "azure": [240, 255, 255, 1],
     
    788789    "floralwhite": [255, 250, 240, 1],
    789790    "forestgreen": [34, 139, 34, 1],
     791    "fuchsia": [255, 0, 255, 1],
    790792    "gainsboro": [220, 220, 220, 1],
    791793    "ghostwhite": [248, 248, 255, 1],
Note: See TracChangeset for help on using the changeset viewer.