Title: [242814] trunk/Source/WebKit
- Revision
- 242814
- Author
- [email protected]
- Date
- 2019-03-12 12:18:51 -0700 (Tue, 12 Mar 2019)
Log Message
[iOS] Enable asynchronous frame scrolling by default
https://bugs.webkit.org/show_bug.cgi?id=195622
<rdar://problem/48658028>
Reviewed by Simon Fraser
* Shared/WebPreferences.yaml:
* Shared/WebPreferencesDefaultValues.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (242813 => 242814)
--- trunk/Source/WebKit/ChangeLog 2019-03-12 19:16:47 UTC (rev 242813)
+++ trunk/Source/WebKit/ChangeLog 2019-03-12 19:18:51 UTC (rev 242814)
@@ -1,3 +1,14 @@
+2019-03-12 Antti Koivisto <[email protected]>
+
+ [iOS] Enable asynchronous frame scrolling by default
+ https://bugs.webkit.org/show_bug.cgi?id=195622
+ <rdar://problem/48658028>
+
+ Reviewed by Simon Fraser
+
+ * Shared/WebPreferences.yaml:
+ * Shared/WebPreferencesDefaultValues.h:
+
2019-03-12 Per Arne Vollan <[email protected]>
[iOS] Block access to backboardd service
Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (242813 => 242814)
--- trunk/Source/WebKit/Shared/WebPreferences.yaml 2019-03-12 19:16:47 UTC (rev 242813)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml 2019-03-12 19:18:51 UTC (rev 242814)
@@ -1408,7 +1408,7 @@
AsyncFrameScrollingEnabled:
type: bool
- defaultValue: false
+ defaultValue: DEFAULT_ASYNC_FRAME_SCROLLING_ENABLED
humanReadableName: "Async Frame Scrolling"
humanReadableDescription: "Perform frame scrolling off the main thread"
category: internal
Modified: trunk/Source/WebKit/Shared/WebPreferencesDefaultValues.h (242813 => 242814)
--- trunk/Source/WebKit/Shared/WebPreferencesDefaultValues.h 2019-03-12 19:16:47 UTC (rev 242813)
+++ trunk/Source/WebKit/Shared/WebPreferencesDefaultValues.h 2019-03-12 19:18:51 UTC (rev 242814)
@@ -75,6 +75,7 @@
#define DEFAULT_TEMPORARY_TILE_COHORT_RETENTION_ENABLED false
#define DEFAULT_REQUIRES_USER_GESTURE_FOR_AUDIO_PLAYBACK true
#define DEFAULT_INTERACTIVE_MEDIA_CAPTURE_STREAM_REPROMPT_INTERVAL_IN_MINUTES 1
+#define DEFAULT_ASYNC_FRAME_SCROLLING_ENABLED true
#define EXPERIMENTAL_FULLSCREEN_API_HIDDEN false
#else
#define DEFAULT_ALLOWS_PICTURE_IN_PICTURE_MEDIA_PLAYBACK false
@@ -94,6 +95,7 @@
#define DEFAULT_TEMPORARY_TILE_COHORT_RETENTION_ENABLED true
#define DEFAULT_REQUIRES_USER_GESTURE_FOR_AUDIO_PLAYBACK false
#define DEFAULT_INTERACTIVE_MEDIA_CAPTURE_STREAM_REPROMPT_INTERVAL_IN_MINUTES 10
+#define DEFAULT_ASYNC_FRAME_SCROLLING_ENABLED false
#define EXPERIMENTAL_FULLSCREEN_API_HIDDEN true
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes