[Webkit-unassigned] [Bug 222552] New: Make the data backing generated global AtomString values accessible

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 1 07:41:56 PST 2021


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

            Bug ID: 222552
           Summary: Make the data backing generated global AtomString
                    values accessible
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: clord at igalia.com

Taking WebKitFontFamilyNames as the example, there are sometimes generated strings that you may want to use from a Worker. Currently this isn't possible, as these are AtomStrings created on the main thread. It would be helpful if the data behind them was accessible so that Worker instances can make their own copies of them if needed. It would be good to modify the generation so that the data variables that are currently private were publicly accessible.

-- 
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/20210301/e4c03bb7/attachment.htm>


More information about the webkit-unassigned mailing list