WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
202368
Web Inspector: Canvas Context "resets" when resizing WI with WebGPU demo
https://bugs.webkit.org/show_bug.cgi?id=202368
Summary
Web Inspector: Canvas Context "resets" when resizing WI with WebGPU demo
Jon Lee
Reported
2019-09-30 12:52:39 PDT
Load
https://webkit.org/demos/webgpu/hello-triangle.html
Open WI (docked @ bottom). Reload. Resize the WI up and down. At some point the Overview resets and says "No Canvas Contexts".
Attachments
Add attachment
proposed patch, testcase, etc.
Devin Rousso
Comment 1
2019-09-30 15:29:47 PDT
I think the reason for this is that the underlying `WebGPUDevice` object gets GCd. Interesting. Would it be unreasonable to keep the `WebGPUDevice` alive so long as the underlying `GPUDevice` stays alive? I wonder if this is also a problem with `CanvasRenderingContext`.
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