Changeset 284634 in webkit
- Timestamp:
- Oct 21, 2021 12:18:52 PM (9 months ago)
- Location:
- trunk/Source/WTF
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Scripts/Preferences/WebPreferencesExperimental.yaml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WTF/ChangeLog
r284618 r284634 1 2021-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 1 14 2021-10-21 Aditya Keerthi <akeerthi@apple.com> 2 15 -
trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml
r284618 r284634 33 33 defaultValue: 34 34 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 40 43 41 44 AccessHandleEnabled:
Note: See TracChangeset
for help on using the changeset viewer.