[Webkit-unassigned] [Bug 210582] New: REGRESSION(r260081) Broke iOS PLT due to InjectedBundle initialization
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 15 17:16:56 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=210582
Bug ID: 210582
Summary: REGRESSION(r260081) Broke iOS PLT due to
InjectedBundle initialization
Product: WebKit
Version: Safari 13
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
The changes in r260081 began enforcing NSSecureCoding best practices, triggering a bug in InjectedBundleMac.mm, which is used by iOS as well.
This patch does the following:
1. It delays parameter decoding until the appropriate platform initialization function has been found and used.
2. It renames InjectedBundleMac.mm to InjectedBundleCocoa.mm.
3. It removes a temporary workaround needed to get PLT running on iOS again.
--
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/20200416/81591849/attachment.htm>
More information about the webkit-unassigned
mailing list