⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 275101 in webkit


Ignore:
Timestamp:
Mar 26, 2021, 9:28:13 AM (5 years ago)
Author:
jer.noble@apple.com
Message:

[Cocoa] Enable the UseGPUProcessForMedia preference by default
https://bugs.webkit.org/show_bug.cgi?id=223771

Reviewed by Eric Carlson.

  • FeatureFlags/WebKit-ios.plist:
  • FeatureFlags/WebKit-macos.plist:
  • FeatureFlags/WebKit-appletvos.plist:
  • FeatureFlags/WebKit-watchos.plist:
Location:
trunk/Source/WebKit
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r275093 r275101  
     12021-03-26  Jer Noble  <jer.noble@apple.com>
     2
     3        [Cocoa] Enable the UseGPUProcessForMedia preference by default
     4        https://bugs.webkit.org/show_bug.cgi?id=223771
     5
     6        Reviewed by Eric Carlson.
     7
     8        * FeatureFlags/WebKit-ios.plist:
     9        * FeatureFlags/WebKit-macos.plist:
     10        * FeatureFlags/WebKit-appletvos.plist:
     11        * FeatureFlags/WebKit-watchos.plist:
     12
    1132021-03-26  Youenn Fablet  <youenn@apple.com>
    214
  • trunk/Source/WebKit/FeatureFlags/WebKit-appletvos.plist

    r275077 r275101  
    2121        <dict>
    2222                <key>Enabled</key>
    23                 <false/>
     23                <true/>
    2424        </dict>
    2525        <key>gpu_process_webgl</key>
  • trunk/Source/WebKit/FeatureFlags/WebKit-ios.plist

    r275077 r275101  
    2121        <dict>
    2222                <key>Enabled</key>
    23                 <false/>
     23                <true/>
    2424        </dict>
    2525        <key>gpu_process_webgl</key>
  • trunk/Source/WebKit/FeatureFlags/WebKit-macos.plist

    r275077 r275101  
    2121        <dict>
    2222                <key>Enabled</key>
    23                 <false/>
     23                <true/>
    2424        </dict>
    2525        <key>gpu_process_webgl</key>
  • trunk/Source/WebKit/FeatureFlags/WebKit-watchos.plist

    r275077 r275101  
    2121        <dict>
    2222                <key>Enabled</key>
    23                 <false/>
     23                <true/>
    2424        </dict>
    2525        <key>gpu_process_webgl</key>
Note: See TracChangeset for help on using the changeset viewer.