Andreas Kling
c34da16089
LibWeb: Make <script src> loads partially async (by following the spec)
...
Instead of firing up a network request and synchronously blocking for it
to finish via a nested event loop, we now start an asynchronous request
when encountering <script src>.
Once the script load finishes (or fails), it gets executed at one of the
synchronization points in the HTML parser.
This solves some long-standing issues with random unexpected events
getting dispatched in the middle of parsing.
2021-09-20 17:22:25 +02:00
..
2021-09-02 09:12:17 +02:00
2021-09-09 21:25:10 +02:00
2021-09-02 09:12:17 +02:00
2021-09-02 09:12:17 +02:00
2021-09-09 21:25:10 +02:00
2021-09-02 09:12:17 +02:00
2021-09-16 01:39:47 +02:00
2021-09-06 02:36:04 +02:00
2021-09-06 02:18:53 +02:00
2021-09-09 21:25:10 +02:00
2021-09-06 02:18:41 +02:00
2021-09-06 02:18:41 +02:00
2021-09-19 15:39:40 +02:00
2021-09-20 17:22:25 +02:00
2021-09-14 02:09:18 +02:00
2021-09-09 21:25:10 +02:00
2021-09-06 02:18:41 +02:00
2021-09-14 02:09:18 +02:00
2021-09-17 23:06:45 +02:00
2021-09-14 02:09:18 +02:00
2021-09-14 02:09:18 +02:00
2021-09-18 01:39:59 +02:00
2021-09-09 21:25:10 +02:00
2021-09-19 15:39:40 +02:00
2021-09-19 01:43:27 +02:00
2021-09-14 02:09:18 +02:00
2021-09-16 01:39:47 +02:00
2021-09-13 12:54:24 +02:00
2021-09-16 17:17:13 +02:00
2021-09-16 17:17:13 +02:00
2021-09-14 02:09:18 +02:00
2021-09-14 02:09:18 +02:00
2021-09-08 11:14:29 +02:00
2021-09-08 11:14:29 +02:00
2021-09-09 21:25:10 +02:00
2021-09-14 02:09:18 +02:00
2021-09-14 02:09:18 +02:00
2021-09-14 02:09:18 +02:00
2021-09-09 21:25:10 +02:00
2021-09-06 02:18:41 +02:00
2021-09-06 02:18:41 +02:00
2021-09-13 02:03:06 +02:00
2021-09-13 02:03:06 +02:00