forked from WebKit/WebKit-http
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add run-time flag for in-app browser privacy
https://bugs.webkit.org/show_bug.cgi?id=205288 <rdar://problem/57569206> Reviewed by John Wilander. Source/WebCore: * page/RuntimeEnabledFeatures.h: (WebCore::RuntimeEnabledFeatures::setInAppBrowserPrivacyEnabled): (WebCore::RuntimeEnabledFeatures::isInAppBrowserPrivacyEnabled const): * page/Settings.yaml: Source/WebKit: * Shared/WebPreferences.yaml: Source/WebKitLegacy/mac: * WebView/WebPreferenceKeysPrivate.h: * WebView/WebPreferences.mm: (+[WebPreferences initialize]): (-[WebPreferences isInAppBrowserPrivacyEnabled]): (-[WebPreferences setInAppBrowserPrivacyEnabled:]): * WebView/WebPreferencesPrivate.h: * WebView/WebView.mm: (-[WebView _preferencesChanged:]): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@253655 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
adc7611
commit f93530c
Showing
10 changed files
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
2019-12-17 Kate Cheney <[email protected]> | ||
|
||
Add run-time flag for in-app browser privacy | ||
https://bugs.webkit.org/show_bug.cgi?id=205288 | ||
<rdar://problem/57569206> | ||
|
||
Reviewed by John Wilander. | ||
|
||
* page/RuntimeEnabledFeatures.h: | ||
(WebCore::RuntimeEnabledFeatures::setInAppBrowserPrivacyEnabled): | ||
(WebCore::RuntimeEnabledFeatures::isInAppBrowserPrivacyEnabled const): | ||
* page/Settings.yaml: | ||
|
||
2019-12-17 Ryosuke Niwa <[email protected]> | ||
|
||
executeIfJavaScriptURL should check requester's security origin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
2019-12-17 Kate Cheney <[email protected]> | ||
|
||
Add run-time flag for in-app browser privacy | ||
https://bugs.webkit.org/show_bug.cgi?id=205288 | ||
<rdar://problem/57569206> | ||
|
||
Reviewed by John Wilander. | ||
|
||
* Shared/WebPreferences.yaml: | ||
|
||
2019-12-17 Ben Nham <[email protected]> | ||
|
||
Navigation from empty page doesn't use cached web process | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
2019-12-17 Kate Cheney <[email protected]> | ||
|
||
Add run-time flag for in-app browser privacy | ||
https://bugs.webkit.org/show_bug.cgi?id=205288 | ||
<rdar://problem/57569206> | ||
|
||
Reviewed by John Wilander. | ||
|
||
* WebView/WebPreferenceKeysPrivate.h: | ||
* WebView/WebPreferences.mm: | ||
(+[WebPreferences initialize]): | ||
(-[WebPreferences isInAppBrowserPrivacyEnabled]): | ||
(-[WebPreferences setInAppBrowserPrivacyEnabled:]): | ||
* WebView/WebPreferencesPrivate.h: | ||
* WebView/WebView.mm: | ||
(-[WebView _preferencesChanged:]): | ||
|
||
2019-12-16 Simon Fraser <[email protected]> | ||
|
||
Change 'delegatesPageScaling' from a Setting to a flag on ScrollView | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters