12020-09-16 Sam Weinig <weinig@apple.com>
2
3 Remove runtime setting for enabling/disabling the isSecureContext API?
4 https://bugs.webkit.org/show_bug.cgi?id=216562
5
6 Reviewed by NOBODY (OOPS!).
7
8 Remove runtime setting for enabling/disabling the the isSecureContext attribute.
9 on window and the worker global scope. There is no known reason one would need
10 to disable it.
11
12 * WebView/WebPreferenceKeysPrivate.h:
13 * WebView/WebPreferences.mm:
14 (+[WebPreferences initialize]):
15 (-[WebPreferences setIsSecureContextAttributeEnabled:]):
16 (-[WebPreferences isSecureContextAttributeEnabled]):
17 * WebView/WebPreferencesPrivate.h:
18 * WebView/WebView.mm:
19 (-[WebView _preferencesChanged:]):
20
212020-09-16 Sam Weinig <weinig@apple.com>
22
23 Remove runtime setting for enabling/disabling CSS shadow parts
24 https://bugs.webkit.org/show_bug.cgi?id=216567
25
26 Reviewed by NOBODY (OOPS!).
27
28 Remove runtime setting for enabling/disabling CSS shadow parts. It is
29 on by default and there is no known reason one would need to disable it.
30
31 * WebView/WebPreferenceKeysPrivate.h:
32 * WebView/WebPreferences.mm:
33 (+[WebPreferences initialize]):
34 (-[WebPreferences setCSSShadowPartsEnabled:]):
35 (-[WebPreferences cssShadowPartsEnabled]):
36 * WebView/WebPreferencesPrivate.h:
37 * WebView/WebView.mm:
38 (-[WebView _preferencesChanged:]):
39