[Webkit-unassigned] [Bug 209678] New: API::PageConfiguration may have conflicting preference values between WebPreferences and WebPreferencesStore::ValueMap instance variables

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 27 13:11:12 PDT 2020


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

            Bug ID: 209678
           Summary: API::PageConfiguration may have conflicting preference
                    values between WebPreferences and
                    WebPreferencesStore::ValueMap instance variables
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
                CC: cdumez at apple.com, darin at apple.com, thorton at apple.com

API::PageConfiguration may have conflicting preference values between WebPreferences and WebPreferencesStore::ValueMap instance variables.

In other words, it's possible for this invariant NOT to be true for any preference (not just attachmentElementEnabled) on an API::PageConfiguration object (named `pageConfiguration`):

    pageConfiguration.preferences()->attachmentElementEnabled() == pageConfiguration.preferencesStore().getBoolValueForKey(WebPreferencesKey::attachmentElementEnabledKey())

-- 
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/20200327/e6fdb113/attachment.htm>


More information about the webkit-unassigned mailing list