Title: [236234] trunk/Source/WebKit
- Revision
- 236234
- Author
- [email protected]
- Date
- 2018-09-19 17:21:50 -0700 (Wed, 19 Sep 2018)
Log Message
Temporarily move fullscreen back to experimental features
https://bugs.webkit.org/show_bug.cgi?id=189770
<rdar://problem/44619282>
Reviewed by Simon Fraser.
Make fullscreen an experimental feature again.
* Shared/WebPreferences.yaml:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (236233 => 236234)
--- trunk/Source/WebKit/ChangeLog 2018-09-20 00:20:05 UTC (rev 236233)
+++ trunk/Source/WebKit/ChangeLog 2018-09-20 00:21:50 UTC (rev 236234)
@@ -1,3 +1,15 @@
+2018-09-19 Dean Jackson <[email protected]>
+
+ Temporarily move fullscreen back to experimental features
+ https://bugs.webkit.org/show_bug.cgi?id=189770
+ <rdar://problem/44619282>
+
+ Reviewed by Simon Fraser.
+
+ Make fullscreen an experimental feature again.
+
+ * Shared/WebPreferences.yaml:
+
2018-09-19 Dawei Fenton <[email protected]>
Unreviewed, rolling out r236229.
Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (236233 => 236234)
--- trunk/Source/WebKit/Shared/WebPreferences.yaml 2018-09-20 00:20:05 UTC (rev 236233)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml 2018-09-20 00:21:50 UTC (rev 236234)
@@ -1253,6 +1253,15 @@
category: experimental
condition: ENABLE(ENCRYPTED_MEDIA)
+FullScreenEnabled:
+ type: bool
+ defaultValue: false
+ condition: ENABLE(FULLSCREEN_API)
+ hidden: EXPERIMENTAL_FULLSCREEN_API_HIDDEN
+ humanReadableName: "Fullscreen API"
+ humanReadableDescription: "Fullscreen API"
+ category: experimental
+
# For internal features:
# The type should be boolean.
# You must provide a humanReadableName and humanReadableDescription for all debug features. They
@@ -1326,15 +1335,6 @@
category: internal
webcoreBinding: RuntimeEnabledFeatures
-FullScreenEnabled:
- type: bool
- defaultValue: false
- condition: ENABLE(FULLSCREEN_API)
- hidden: EXPERIMENTAL_FULLSCREEN_API_HIDDEN
- humanReadableName: "Fullscreen API"
- humanReadableDescription: "Fullscreen API"
- category: internal
-
AriaReflectionEnabled:
type: bool
defaultValue: true
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes