Bug 261272
| Summary: | Expose GraphicsClient through ScriptExecutionContext | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kimmo Kinnunen <kkinnunen> |
| Component: | Canvas | Assignee: | Kimmo Kinnunen <kkinnunen> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | dino, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Kimmo Kinnunen
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
<rdar://problem/115108907>
Kimmo Kinnunen
Pull request: https://github.com/WebKit/WebKit/pull/17537
EWS
Committed 267938@main (a8f55217363b): <https://commits.webkit.org/267938@main>
Reviewed commits have been landed. Closing PR #17537 and removing active labels.