[Webkit-unassigned] [Bug 220854] New: Remove individual settings accessors from WorkerGlobalScope and add Settings::Values accessor
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 22 02:38:08 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=220854
Bug ID: 220854
Summary: Remove individual settings accessors from
WorkerGlobalScope and add Settings::Values accessor
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
Blocks: 202793
Currently, some individual settings are accessible via WorkerGlobalScope, but this isn't really a tenable way to do things long-term. I suggest removing these and just making the Settings::Values accessible. This is useful for OffscreenCanvas which requires a bunch of font-related settings that would be tedious to write a bunch of new accessors for.
Referenced Bugs:
https://bugs.webkit.org/show_bug.cgi?id=202793
[Bug 202793] Implement text rendering on OffscreenCanvas in a Worker
--
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/20210122/df331e42/attachment-0001.htm>
More information about the webkit-unassigned
mailing list