[webkit-changes] [WebKit/WebKit] 5cd533: Remove SecureContextChecksEnabled from DeprecatedG...
Tim Nguyen
noreply at github.com
Fri Jan 6 03:40:40 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5cd5339d9093e2a6b14cdad5f6f77a2892f6f92e
https://github.com/WebKit/WebKit/commit/5cd5339d9093e2a6b14cdad5f6f77a2892f6f92e
Author: Tim Nguyen <ntim at apple.com>
Date: 2023-01-06 (Fri, 06 Jan 2023)
Changed paths:
M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
M Source/WebCore/dom/Document.cpp
M Source/WebCore/page/DeprecatedGlobalSettings.h
M Source/WebCore/workers/WorkerGlobalScope.cpp
Log Message:
-----------
Remove SecureContextChecksEnabled from DeprecatedGlobalSettings
https://bugs.webkit.org/show_bug.cgi?id=250185
rdar://103946527
Reviewed by Tim Horton.
Consult from Document::settings() or WorkerGlobalScope::settingsValues().
* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
* Source/WebCore/dom/Document.cpp:
(WebCore::Document::isSecureContext const):
* Source/WebCore/page/DeprecatedGlobalSettings.h:
(WebCore::DeprecatedGlobalSettings::secureContextChecksEnabled): Deleted.
(WebCore::DeprecatedGlobalSettings::setSecureContextChecksEnabled): Deleted.
* Source/WebCore/workers/WorkerGlobalScope.cpp:
(WebCore::WorkerGlobalScope::isSecureContext const):
Canonical link: https://commits.webkit.org/258536@main
More information about the webkit-changes
mailing list