1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-18 02:51:06 +00:00
serenity/Userland
Andreas Kling 8f927eaa68 LibWeb: Add HTMLDocument class
This class is currently not in the spec, but it *is* still in all the
major browser engines. For compatibility reasons, let's do what other
engines do.

There is discussion about bringing HTMLDocument back into specs:
- https://github.com/whatwg/html/issues/4792
- https://github.com/whatwg/dom/issues/221
2023-06-21 16:30:27 +02:00
..
Applets LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
Applications Browser: Set DownloadWidget progress bar minimum value correctly 2023-06-19 18:50:52 +02:00
BuggieBox Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Demos LibGUI+Userland: Port StatusBar::text() and set_text functions to String 2023-06-15 13:53:22 +01:00
DevTools GMLPlayground: Add a Statusbar 2023-06-17 20:36:03 +02:00
DynamicLoader DynamicLoader: Ensure that backtrace computation stops at _start 2023-04-23 14:30:59 +02:00
Games Snake: Show status tips in Statusbar 2023-06-17 20:36:03 +02:00
Libraries LibWeb: Add HTMLDocument class 2023-06-21 16:30:27 +02:00
Services WebServer: Show the correct port when using port 0 2023-06-21 08:35:44 +02:00
Shell Shell: Stop lying about string types 2023-06-13 01:49:02 +02:00
Utilities sed: Fix unveil error for every run 2023-06-21 06:53:29 -04:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00