Bug 180833

Summary: Web Inspector: support OffscreenCanvas for Context2D
Product: WebKit Reporter: Devin Rousso <hi>
Component: Web InspectorAssignee: Devin Rousso <hi>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, inspector-bugzilla-changes, joepeck, kkinnunen, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
See Also: https://bugs.webkit.org/show_bug.cgi?id=243362
https://bugs.webkit.org/show_bug.cgi?id=243361
https://bugs.webkit.org/show_bug.cgi?id=254069
Bug Depends on: 180770    
Bug Blocks: 183720, 254070, 256747    

Description Devin Rousso 2017-12-14 13:33:35 PST
Once OffscreenCanvas becomes complete, we should add support for related operations that currently only work with HTMLCanvasElement.
 - memory cost
 - dataURL of content
 - CSS canvas clients (assuming we add support there)
Comment 1 Radar WebKit Bug Importer 2017-12-14 15:11:36 PST
<rdar://problem/36059660>
Comment 2 Joseph Pecoraro 2017-12-14 15:12:11 PST
Also maybe adding the Canvas domain to Worker inspectors assuming OffscreenCanvas is available in Workers.
Comment 3 Devin Rousso 2022-07-29 19:08:21 PDT
Pull request: https://github.com/WebKit/WebKit/pull/2873
Comment 4 Kimmo Kinnunen 2023-03-17 05:41:06 PDT
Pull request: https://github.com/WebKit/WebKit/pull/11648
Comment 5 Kimmo Kinnunen 2023-03-17 05:43:18 PDT
*** Bug 253879 has been marked as a duplicate of this bug. ***
Comment 6 EWS 2023-03-30 23:46:05 PDT
Committed 262388@main (552a34376f96): <https://commits.webkit.org/262388@main>

Reviewed commits have been landed. Closing PR #11648 and removing active labels.
Comment 7 EWS 2023-08-31 00:33:27 PDT
Committed 267488@main (b5959d78adc4): <https://commits.webkit.org/267488@main>

Reviewed commits have been landed. Closing PR #2873 and removing active labels.