[Webkit-unassigned] [Bug 209678] 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:52:34 PDT 2020


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

--- Comment #4 from David Kilzer (:ddkilzer) <ddkilzer at webkit.org> ---
Created attachment 394755

  --> https://bugs.webkit.org/attachment.cgi?id=394755&action=review

Patch v2 (check EWS)

This is literally the dumbest patch that would "fix" the issue.  I want to see what fails.

The obvious failure point would be a crash if API::PageConfiguration::m_preferences isn't set before m_preferenceValues is used.

We probably need to require a WebPreferences object when creating an API::PageConfiguration object--or construct a default WebPreferences object--to prevent such the crash if it occurs.

-- 
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/7814aaff/attachment-0001.htm>


More information about the webkit-unassigned mailing list