1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 17:22:17 +00:00
serenity/Base/home/anon
Andreas Kling 56ca91b9f8 LibWeb: Implement <script src> support for synchronous scripts
Scripts loaded in this way will block the parser until they finish
executing. This means that they see the DOM before the whole document
has been fully parsed. This is all normal, of course.

To make this work, I changed the way we notify DOM nodes about tree
insertion. The inserted_into() callbacks are now incrementally invoked
during parse, as each node is appended to its parent.

To accomodate inline scripts and inline style sheets, we now also have
a children_changed() callback which is invoked on any parent when it
has children added/removed.
2020-04-03 23:06:09 +02:00
..
js LibJS: Start implementing Date :^) 2020-03-30 14:11:54 +02:00
little little: Make this build by default, and add some curlies 2019-11-18 19:01:50 +01:00
www LibWeb: Implement <script src> support for synchronous scripts 2020-04-03 23:06:09 +02:00
bookmarks.json Browser: Add bookmarks bar 2020-03-27 14:12:18 +01:00
FileManager.ini FileManager: Remember my last position and size. 2019-11-09 20:50:53 +01:00
IRCClient.ini IRC client setttings, Terminal settings, more WM settings 2019-05-27 21:40:53 +02:00
myfile.txt Base: Rename /users to /home. 2019-02-10 11:18:12 +01:00
Taskbar.ini Taskbar: Add a quick launch bar 2019-12-04 14:32:15 +01:00
Terminal.ini Terminal: Use the visual bell by default. 2019-06-07 08:45:39 +02:00