sagudev
sagudev
as later told in https://github.com/servo/servo/pull/32520#issuecomment-2178905397 this might effect more then just GPUDevice, in worst case that GlobalScope is not being dropped on page close, but this is yet to be...
> Could it be due to the page sticking around in the back-forward cache? We noticed this with fonts yesterday. Is it possible to limit/disable back-forward cache? I don't think...
Isn't it dangerous to keep some (but not all) objects alive (what I think it's happening)?
Why exactly do we pass InRealm, when we have `AlreadyInRealm::assert_for_cx(GlobalScope::get_cx())`? Is there actually different meaning (due to cx) or it's just to make dom bindings less coupled with SM?
This was also discussed in https://github.com/servo/project/issues/18
In https://github.com/servo/servo/pull/32497 I thought we can use [internal](https://www.w3.org/TR/webgpu/#gpuinternalerror) for such cases, but per spec it can only happen when creating pipelines. While some WebGPU stuff is failable (we can resolve...
> Hmm, after looking a bit more into `GetSelectedBluetoothDevice`, it doesn't seem to cross to the content process or service worker. Perhaps it can just be a crossbeam channel. We...
> Can I try this? I think it was decide that this will not be done per https://github.com/servo/servo/issues/32411#issuecomment-2405681547, but I might be wrong.
CI changes are not tested when triggering try run via labels (running `mach try` should do it though).
Causes flaky runner shutdowns (OOM or smth like that)? https://github.com/sagudev/servo/actions/runs/10398573017/job/28801659076#step:10:26379