RESOLVED FIXED 201477
Replace defaultCustomPasteboardDataEnabled by an equivalent macro
https://bugs.webkit.org/show_bug.cgi?id=201477
Summary Replace defaultCustomPasteboardDataEnabled by an equivalent macro
Ryosuke Niwa
Reported 2019-09-04 16:07:04 PDT
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.
Attachments
Cleanup (3.62 KB, patch)
2019-09-04 16:11 PDT, Ryosuke Niwa
wenson_hsieh: review+
Ryosuke Niwa
Comment 1 2019-09-04 16:11:11 PDT
Ryosuke Niwa
Comment 2 2019-09-04 19:11:24 PDT
Radar WebKit Bug Importer
Comment 3 2019-09-04 19:12:17 PDT
Note You need to log in before you can comment on or make changes to this bug.