[Webkit-unassigned] [Bug 261272] New: Expose GraphicsClient through ScriptExecutionContext

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 7 04:41:36 PDT 2023


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

            Bug ID: 261272
           Summary: Expose GraphicsClient through ScriptExecutionContext
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Canvas
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kkinnunen at apple.com
                CC: dino at apple.com

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)

-- 
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/20230907/c7765275/attachment.htm>


More information about the webkit-unassigned mailing list