Changeset 284634 in webkit


Ignore:
Timestamp:
Oct 21, 2021 12:18:52 PM (9 months ago)
Author:
Aditya Keerthi
Message:

[Cocoa] Enable accent-color by default
https://bugs.webkit.org/show_bug.cgi?id=232032
rdar://84474404

Reviewed by Wenson Hsieh.

  • Scripts/Preferences/WebPreferencesExperimental.yaml:

Enable only on Cocoa platforms, as other platforms do not support
painting accent colors yet.

Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r284618 r284634  
     12021-10-21  Aditya Keerthi  <akeerthi@apple.com>
     2
     3        [Cocoa] Enable accent-color by default
     4        https://bugs.webkit.org/show_bug.cgi?id=232032
     5        rdar://84474404
     6
     7        Reviewed by Wenson Hsieh.
     8
     9        * Scripts/Preferences/WebPreferencesExperimental.yaml:
     10
     11        Enable only on Cocoa platforms, as other platforms do not support
     12        painting accent colors yet.
     13
    1142021-10-21  Aditya Keerthi  <akeerthi@apple.com>
    215
  • trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml

    r284618 r284634  
    3333  defaultValue:
    3434    WebKitLegacy:
    35       default: true
    36     WebKit:
    37       default: true
    38     WebCore:
    39       default: true
     35      "PLATFORM(COCOA)" : true
     36      default: false
     37    WebKit:
     38      "PLATFORM(COCOA)" : true
     39      default: false
     40    WebCore:
     41      "PLATFORM(COCOA)" : true
     42      default: false
    4043
    4144AccessHandleEnabled:
Note: See TracChangeset for help on using the changeset viewer.