WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
261272
Expose GraphicsClient through ScriptExecutionContext
https://bugs.webkit.org/show_bug.cgi?id=261272
Summary
Expose GraphicsClient through ScriptExecutionContext
Kimmo Kinnunen
Reported
2023-09-07 04:41:36 PDT
Expose GraphicsClient through ScriptExecutionContext All DOM objects that construct graphics objects must do so via a factory that is able to create graphics objects (either local or remote). This factory interface is GraphicsClient. The objects obtain the instance via ScriptExecutionContext, either: - Document (so page->chrome) - WorkerGlobalScope (so WorkerClient)
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-09-07 04:42:06 PDT
<
rdar://problem/115108907
>
Kimmo Kinnunen
Comment 2
2023-09-07 04:51:44 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/17537
EWS
Comment 3
2023-09-13 02:43:58 PDT
Committed
267938@main
(a8f55217363b): <
https://commits.webkit.org/267938@main
> Reviewed commits have been landed. Closing PR #17537 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug