12020-03-08 Brent Fulgham <bfulgham@apple.com>
2
3 Revise In-App Browser Privacy checks to better reflect the meaning of the flag
4 https://bugs.webkit.org/show_bug.cgi?id=208793
5 <rdar://problem/60206256>
6
7 Reviewed by NOBODY (OOPS!).
8
9 The 'isInAppBrowserPrivacyEnabled' seems like a feature, but it's really an internal debugging flag.
10
11 Revise the use of these calls to make it clearer.
12
13 Tested by existing test cases.
14
15 * NetworkProcess/cocoa/NetworkSessionCocoa.mm:
16 (WebKit::NetworkSessionCocoa::sessionWrapperForTask):
17 * UIProcess/API/APIPageConfiguration.cpp:
18 * UIProcess/WebPageProxy.cpp:
19 (WebKit::WebPageProxy::setIsNavigatingToAppBoundDomain):
20