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

Changeset 259778 in webkit


Ignore:
Timestamp:
Apr 8, 2020, 8:32:21 PM (6 years ago)
Author:
beidson@apple.com
Message:

Enable incremental PDF loading.
<rdar://problem/60396263> and https://bugs.webkit.org/show_bug.cgi?id=210241

Reviewed by Tim Horton.

  • FeatureFlags/WebKit.plist:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r259775 r259778  
     12020-04-08  Brady Eidson  <beidson@apple.com>
     2
     3        Enable incremental PDF loading.
     4        <rdar://problem/60396263> and https://bugs.webkit.org/show_bug.cgi?id=210241
     5
     6        Reviewed by Tim Horton.
     7
     8        * FeatureFlags/WebKit.plist:
     9
    1102020-04-08  David Kilzer  <ddkilzer@apple.com>
    211
  • trunk/Source/WebKit/FeatureFlags/WebKit.plist

    r258041 r259778  
    1616    <dict>
    1717        <key>Enabled</key>
    18         <false/>
     18        <true/>
    1919    </dict>
    2020    <key>WebGL2</key>
Note: See TracChangeset for help on using the changeset viewer.