1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 23:01:01 +00:00
serenity/Userland
Andreas Kling 58309444d7 LibWeb: Fix DOMImplementation changing content type of wrong document
DOMImplementation.createDocument() should set the content type of the
newly created document, not replace the content type of the
DOMImplementation's own host document.
2021-12-04 14:38:16 +01:00
..
Applets Applets/ClipboardHistory: Port to LibMain :^) 2021-12-04 14:24:04 +01:00
Applications SystemMonitor: Port to LibMain :^) 2021-12-04 14:24:04 +01:00
Demos Everywhere: Use default execpromises argument for Core::System::pledge 2021-11-28 08:04:57 +01:00
DevTools HackStudio: Fix cursor not jumping to column 1 in the embedded terminal 2021-12-04 14:44:00 +03:30
DynamicLoader Toolchain+Meta: Update LLVM version to 13.0.0 2021-10-17 17:09:58 +01:00
Games Everywhere: Use default execpromises argument for Core::System::pledge 2021-11-28 08:04:57 +01:00
Libraries LibWeb: Fix DOMImplementation changing content type of wrong document 2021-12-04 14:38:16 +01:00
Services LookupServer: Remove unused this capture in a lambda function 2021-11-30 16:15:52 -08:00
Shell AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00
Utilities groups: Port to LibMain :^) 2021-12-04 14:24:04 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00