[Webkit-unassigned] [Bug 226123] New: Add `createCFArray` just like `createNSArray`

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 21 16:32:26 PDT 2021


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

            Bug ID: 226123
           Summary: Add `createCFArray` just like `createNSArray`
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: drousso at apple.com

When using ObjC one can just toll-free bridge to the equivalent `NS*` type and use `createNSArray`, but that assumes that there is an equivalent `NS*` type and that the code is in a place that can use ObjC (e.g. `.mm`).

As an example, this would have been useful in <https://webkit.org/b/226038>.

-- 
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/20210521/14830fbb/attachment-0001.htm>


More information about the webkit-unassigned mailing list