Bug 180833 - Web Inspector: support OffscreenCanvas for Context2D
Summary: Web Inspector: support OffscreenCanvas for Context2D
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords: InRadar
: 253879 (view as bug list)
Depends on: 180770
Blocks: 183720 254070 256747
  Show dependency treegraph
 
Reported: 2017-12-14 13:33 PST by Devin Rousso
Modified: 2023-08-31 00:33 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.