serenity/Tests/LibWeb/Text/data
Timothy Flynn f6407276f7 LibWeb: Stop the video decoder thread when the video element is GC'd
Otherwise, the thread will continue to run and access the media data
buffer, which will have been freed.

The test here is a bit strange, but the issue would only consistently
repro after several GC runs.
2024-04-26 09:49:11 +02:00
..
bad.xml LibWeb: Generate a simple error page when XML decode/parse fails 2024-04-19 11:44:32 +02:00
document.xml Tests/LibWeb: Add a test for iframe load event when src has xml type 2024-04-18 08:10:05 +00:00
history-pushstate-iframe.html
iframe-hashchange-event.html LibWeb: Add hashchange event support 2024-04-15 01:02:51 -07:00
iframe-popstate-event.html LibWeb: Update document url after same-document back/forward navigation 2024-04-21 12:41:36 +02:00
iframe-reload.html LibWeb: Fix always hanging Navigable::reload() 2024-04-13 09:19:00 -07:00
iframe-test-content-1.html
iframe-test-content-2.html
iframe-unload-event.html LibWeb: Do not destroy document until whole subtree completed unloading 2024-04-20 10:22:14 +02:00
iframe-with-border-radius-svg.html LibWeb: Do not shrink the CPU painter's corner clipping vector 2024-03-10 00:39:49 +01:00
navigation-navigate-iframe.html
video-gc-frame.html LibWeb: Stop the video decoder thread when the video element is GC'd 2024-04-26 09:49:11 +02:00