[Webkit-unassigned] [Bug 201477] New: Replace defaultCustomPasteboardDataEnabled by an equivalent macro
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 4 16:07:04 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=201477
Bug ID: 201477
Summary: Replace defaultCustomPasteboardDataEnabled by an
equivalent macro
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: rniwa at webkit.org
https://trac.webkit.org/changeset/227282 introduced defaultCustomPasteboardDataEnabled() to disable the custom pasteboard data on iOS and macOS apps linked against old SDKs. However, this had a bug that the check inside WebContent would always return true. Because WebPreferences values aren't propagated from UI process to WebContent process unless there is a value change, it meant that custom pasteboard data is always enabled. Replace this function with a simple macro which always enables the custom pasteboard data on iOS and macOS.
--
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/20190904/d8a9473b/attachment.html>
More information about the webkit-unassigned
mailing list