Title: [236239] tags/Safari-607.1.7/Source/WebKit
- Revision
- 236239
- Author
- [email protected]
- Date
- 2018-09-19 20:41:38 -0700 (Wed, 19 Sep 2018)
Log Message
Cherry-pick r236234. rdar://problem/44619282
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:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@236234 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: tags/Safari-607.1.7/Source/WebKit/ChangeLog (236238 => 236239)
--- tags/Safari-607.1.7/Source/WebKit/ChangeLog 2018-09-20 03:41:36 UTC (rev 236238)
+++ tags/Safari-607.1.7/Source/WebKit/ChangeLog 2018-09-20 03:41:38 UTC (rev 236239)
@@ -1,5 +1,33 @@
2018-09-19 Kocsen Chung <[email protected]>
+ Cherry-pick r236234. rdar://problem/44619282
+
+ 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:
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@236234 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 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 Kocsen Chung <[email protected]>
+
Cherry-pick r236232. rdar://problem/44620769
REGRESSION(236154) C API clients not using WKPageSetPageNavigationClient couldn't complete HTTPS requests
Modified: tags/Safari-607.1.7/Source/WebKit/Shared/WebPreferences.yaml (236238 => 236239)
--- tags/Safari-607.1.7/Source/WebKit/Shared/WebPreferences.yaml 2018-09-20 03:41:36 UTC (rev 236238)
+++ tags/Safari-607.1.7/Source/WebKit/Shared/WebPreferences.yaml 2018-09-20 03:41:38 UTC (rev 236239)
@@ -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