RESOLVED FIXED 220854
Remove individual settings accessors from WorkerGlobalScope and add Settings::Values accessor
https://bugs.webkit.org/show_bug.cgi?id=220854
Summary Remove individual settings accessors from WorkerGlobalScope and add Settings:...
Chris Lord
Reported 2021-01-22 02:38:08 PST
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.
Attachments
Patch (4.57 KB, patch)
2021-01-22 02:42 PST, Chris Lord
no flags
Patch (4.57 KB, patch)
2021-01-22 03:26 PST, Chris Lord
no flags
Chris Lord
Comment 1 2021-01-22 02:42:04 PST
Chris Lord
Comment 2 2021-01-22 03:26:37 PST
EWS
Comment 3 2021-01-22 04:11:43 PST
Committed r271743: <https://trac.webkit.org/changeset/271743> All reviewed patches have been landed. Closing bug and clearing flags on attachment 418132 [details].
Radar WebKit Bug Importer
Comment 4 2021-01-22 04:12:14 PST
Note You need to log in before you can comment on or make changes to this bug.