Title: [259778] trunk/Source/WebKit
Revision
259778
Author
[email protected]
Date
2020-04-08 20:32:21 -0700 (Wed, 08 Apr 2020)

Log 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:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (259777 => 259778)


--- trunk/Source/WebKit/ChangeLog	2020-04-09 03:17:31 UTC (rev 259777)
+++ trunk/Source/WebKit/ChangeLog	2020-04-09 03:32:21 UTC (rev 259778)
@@ -1,3 +1,12 @@
+2020-04-08  Brady Eidson  <[email protected]>
+
+        Enable incremental PDF loading.
+        <rdar://problem/60396263> and https://bugs.webkit.org/show_bug.cgi?id=210241
+
+        Reviewed by Tim Horton.
+
+        * FeatureFlags/WebKit.plist:
+
 2020-04-08  David Kilzer  <[email protected]>
 
         UserMediaCaptureManagerProxy::clone should validate its parameters

Modified: trunk/Source/WebKit/FeatureFlags/WebKit.plist (259777 => 259778)


--- trunk/Source/WebKit/FeatureFlags/WebKit.plist	2020-04-09 03:17:31 UTC (rev 259777)
+++ trunk/Source/WebKit/FeatureFlags/WebKit.plist	2020-04-09 03:32:21 UTC (rev 259778)
@@ -15,7 +15,7 @@
     <key>incremental_pdf</key>
     <dict>
         <key>Enabled</key>
-        <false/>
+        <true/>
     </dict>
     <key>WebGL2</key>
     <dict>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to