This website requires JavaScript.
Explore
Help
Sign in
dmaax
/
ladybird
Watch
1
Star
0
Fork
You've already forked ladybird
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
fff09ed330
ladybird
/
Tests
/
LibWeb
/
Text
/
expected
/
HTML
/
HTMLTrackElement-processing-model.txt
2 lines
6 B
Text
Raw
Normal View
History
Unescape
Escape
LibWeb: Do not spin the event loop awaiting text track state changes The text track processing model would previously spin forever waiting for the track URL to change. It would then recursively invoke itself to handle the new URL, again entering the spin loop. This meant that tracks could easily cause event loop hangs. We now have an observer system to be notified when the track state changes instead. This lets us exit the processing model and move on.
2025-06-12 09:51:45 -03:00
PASS!
Reference in a new issue
Copy permalink