Title: [284228] trunk/Source/WTF
Revision
284228
Author
[email protected]
Date
2021-10-14 19:21:54 -0700 (Thu, 14 Oct 2021)

Log Message

Enable lazy image loading by default
https://bugs.webkit.org/show_bug.cgi?id=208094

Patch by Nikos Mouchtaris <[email protected]> on 2021-10-14
Reviewed by Simon Fraser.

Turn on lazy image load by default in WebKit.

* Scripts/Preferences/WebPreferencesExperimental.yaml:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (284227 => 284228)


--- trunk/Source/WTF/ChangeLog	2021-10-15 02:20:48 UTC (rev 284227)
+++ trunk/Source/WTF/ChangeLog	2021-10-15 02:21:54 UTC (rev 284228)
@@ -1,3 +1,14 @@
+2021-10-14  Nikos Mouchtaris  <[email protected]>
+
+        Enable lazy image loading by default
+        https://bugs.webkit.org/show_bug.cgi?id=208094
+
+        Reviewed by Simon Fraser.
+
+        Turn on lazy image load by default in WebKit.
+
+        * Scripts/Preferences/WebPreferencesExperimental.yaml:
+
 2021-10-14  Yusuke Suzuki  <[email protected]>
 
         Fix build failures with newer clang

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (284227 => 284228)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-10-15 02:20:48 UTC (rev 284227)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-10-15 02:21:54 UTC (rev 284228)
@@ -700,7 +700,7 @@
     WebKitLegacy:
       default: false
     WebKit:
-      default: false
+      default: true
     WebCore:
       default: false
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to