[Webkit-unassigned] [Bug 209031] New: Correct preference handling and naming conventions in AppBound browsing preferences

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 12 17:56:05 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=209031

            Bug ID: 209031
           Summary: Correct preference handling and naming conventions in
                    AppBound browsing preferences
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

I made a mistake in the handling of preferences related to the IsInAppBrowserPrivacyEnabled and the quirk flag, which led to some code not executing when expected.

This patch does the following:

1. Uses the correct naming scheme for WebKit Internal Debug flags.
2. Adds calls 'setIsNavigatingToAppBoundDomain' in WebPageProxy::decidePolicyForNewWindowAction and WebPageProxy::decidePolicyForResponseShared, which were missed previously.
3. Updates the local quirk state in WebPage when page settings change.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200313/658521eb/attachment.htm>


More information about the webkit-unassigned mailing list