summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-21headless-browser: Install EventLoop and Font plugins so it doesn't crashSam Atkins
2022-09-21LibWeb+WebContent: Move Serenity EventLoop and Font plugins into LibWebSam Atkins
2022-09-21LibJS: Create Console using a Realm instead of a VMSam Atkins
2022-09-21Browser+WebContent+LibJS: Support `%c` specifiers in Console.log()Sam Atkins
2022-09-21Browser: Ignore whitespace-only input in the JS consoleSam Atkins
2022-09-21LibJS: Implement Console `Formatter` operationSam Atkins
2022-09-21LibWeb: Fix e-mail address mishapAndreas Kling
2022-09-21LibWeb+WebContent: Setup the js console client earlierdavidot
2022-09-21LibJS: Implement normative change in String.prototype.substrdavidot
2022-09-21LibJS: Change digital default style from "narrow" to "short"Timothy Flynn
2022-09-21LibUnicode: Update to Unicode version 15.0.0Timothy Flynn
2022-09-21LibUnicode: Use recently added Core::Stream::read_all in code generatorsTimothy Flynn
2022-09-21LibWeb: Make Node.childNodes vend the same NodeList every timeAndreas Kling
2022-09-21Browser: Ignore title updates when history has no current itemAndreas Kling
2022-09-21AK+LibJS: Handle NaN-boxing pointers on AArch64Daniel Bertalan
2022-09-21LibWeb: Add `id` field to EnvironmentAndreas Kling
2022-09-21LibWeb: Remove confusing NOTE in WindowEnvironmentSettingsObjectAndreas Kling
2022-09-21LibWeb: Add two more scheme helpers to the Fetch infrastructureAndreas Kling
2022-09-21LibWeb: Fix null dereference in ResourceClient::set_resource()Andreas Kling
2022-09-21LibWeb: Abort the active document when navigating a browsing contextAndreas Kling
2022-09-21LibWeb: Make WESO allow cross-origin isolated APIs for nowAndreas Kling
2022-09-21LibWeb: Implement the "close" algorithm for browsing contextsAndreas Kling
2022-09-21LibWeb: Flesh out most of the "unload" algorithm for documentsAndreas Kling
2022-09-21LibWeb: Save begin/end timestamps for load and DOMContentLoaded eventsAndreas Kling
2022-09-21LibWeb: Save document load timing when creating browsing contextAndreas Kling
2022-09-21LibWeb: Save document load timing when updating document readinessAndreas Kling
2022-09-21LibWeb: Add load/unload timing structures to DocumentAndreas Kling
2022-09-21LibWeb: Update visibility when Node was invisible beforeJan Metzger
2022-09-21Base: Add a few more emojiCenTdemeern1
2022-09-21SystemMonitor: Save configuration of columnsOrel
2022-09-21Meta: Add Brandon Jordan to the contributors list :^)Linus Groh
2022-09-21Base: Add 17 new emojiselectrikmilk
2022-09-20LibWeb: Implement Document/BrowsingContext hookup according to specAndreas Kling
2022-09-20LibWeb: Implement aborting the HTML parserAndreas Kling
2022-09-20Kernel: Ensure proper locking when mutating boot console cursorLiav A
2022-09-20Kernel: Mark Console::{hide,show}_cursor methods protectedLiav A
2022-09-20Meta: Add isa-vga device to ISA-PC and microvm machine typesLiav A
2022-09-20Kernel/Graphics: Introduce support for QEMU isa-vga deviceLiav A
2022-09-20Kernel/PCI: Consider ACPI MCFG existence in IO probe testLiav A
2022-09-20Kernel/Graphics: Always ensure a console is set when initialization endsLiav A
2022-09-20Kernel/Storage: Force PIO mode for ISA IDE controllersLiav A
2022-09-20StateMachineGenerator: Remove unused variableFederico Guerinoni
2022-09-20Kernel: Move x86-specific init sequence code to the x86/Arch directoryLiav A
2022-09-20Kernel: Move x86-specific IRQ controller code to Arch/x86 directoryLiav A
2022-09-20Kernel: Move PCI IDE driver code to the Arch/x86 directoryLiav A
2022-09-20Kernel: Move x86 Bochs VBE code to the Arch/x86 directoryLiav A
2022-09-20Kernel: Move x86-specific HID code to the Arch/x86 directoryLiav A
2022-09-20Kernel: Don't compile ISA IDE controller code in non-x86 buildsLiav A
2022-09-20Kernel/PCI: Convert PCI BAR number to a strong typed enum classLiav A
2022-09-20Kernel: Remove stale includes of x86 IO header fileLiav A