index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-09-21
headless-browser: Install EventLoop and Font plugins so it doesn't crash
Sam Atkins
2022-09-21
LibWeb+WebContent: Move Serenity EventLoop and Font plugins into LibWeb
Sam Atkins
2022-09-21
LibJS: Create Console using a Realm instead of a VM
Sam Atkins
2022-09-21
Browser+WebContent+LibJS: Support `%c` specifiers in Console.log()
Sam Atkins
2022-09-21
Browser: Ignore whitespace-only input in the JS console
Sam Atkins
2022-09-21
LibJS: Implement Console `Formatter` operation
Sam Atkins
2022-09-21
LibWeb: Fix e-mail address mishap
Andreas Kling
2022-09-21
LibWeb+WebContent: Setup the js console client earlier
davidot
2022-09-21
LibJS: Implement normative change in String.prototype.substr
davidot
2022-09-21
LibJS: Change digital default style from "narrow" to "short"
Timothy Flynn
2022-09-21
LibUnicode: Update to Unicode version 15.0.0
Timothy Flynn
2022-09-21
LibUnicode: Use recently added Core::Stream::read_all in code generators
Timothy Flynn
2022-09-21
LibWeb: Make Node.childNodes vend the same NodeList every time
Andreas Kling
2022-09-21
Browser: Ignore title updates when history has no current item
Andreas Kling
2022-09-21
AK+LibJS: Handle NaN-boxing pointers on AArch64
Daniel Bertalan
2022-09-21
LibWeb: Add `id` field to Environment
Andreas Kling
2022-09-21
LibWeb: Remove confusing NOTE in WindowEnvironmentSettingsObject
Andreas Kling
2022-09-21
LibWeb: Add two more scheme helpers to the Fetch infrastructure
Andreas Kling
2022-09-21
LibWeb: Fix null dereference in ResourceClient::set_resource()
Andreas Kling
2022-09-21
LibWeb: Abort the active document when navigating a browsing context
Andreas Kling
2022-09-21
LibWeb: Make WESO allow cross-origin isolated APIs for now
Andreas Kling
2022-09-21
LibWeb: Implement the "close" algorithm for browsing contexts
Andreas Kling
2022-09-21
LibWeb: Flesh out most of the "unload" algorithm for documents
Andreas Kling
2022-09-21
LibWeb: Save begin/end timestamps for load and DOMContentLoaded events
Andreas Kling
2022-09-21
LibWeb: Save document load timing when creating browsing context
Andreas Kling
2022-09-21
LibWeb: Save document load timing when updating document readiness
Andreas Kling
2022-09-21
LibWeb: Add load/unload timing structures to Document
Andreas Kling
2022-09-21
LibWeb: Update visibility when Node was invisible before
Jan Metzger
2022-09-21
Base: Add a few more emoji
CenTdemeern1
2022-09-21
SystemMonitor: Save configuration of columns
Orel
2022-09-21
Meta: Add Brandon Jordan to the contributors list :^)
Linus Groh
2022-09-21
Base: Add 17 new emojis
electrikmilk
2022-09-20
LibWeb: Implement Document/BrowsingContext hookup according to spec
Andreas Kling
2022-09-20
LibWeb: Implement aborting the HTML parser
Andreas Kling
2022-09-20
Kernel: Ensure proper locking when mutating boot console cursor
Liav A
2022-09-20
Kernel: Mark Console::{hide,show}_cursor methods protected
Liav A
2022-09-20
Meta: Add isa-vga device to ISA-PC and microvm machine types
Liav A
2022-09-20
Kernel/Graphics: Introduce support for QEMU isa-vga device
Liav A
2022-09-20
Kernel/PCI: Consider ACPI MCFG existence in IO probe test
Liav A
2022-09-20
Kernel/Graphics: Always ensure a console is set when initialization ends
Liav A
2022-09-20
Kernel/Storage: Force PIO mode for ISA IDE controllers
Liav A
2022-09-20
StateMachineGenerator: Remove unused variable
Federico Guerinoni
2022-09-20
Kernel: Move x86-specific init sequence code to the x86/Arch directory
Liav A
2022-09-20
Kernel: Move x86-specific IRQ controller code to Arch/x86 directory
Liav A
2022-09-20
Kernel: Move PCI IDE driver code to the Arch/x86 directory
Liav A
2022-09-20
Kernel: Move x86 Bochs VBE code to the Arch/x86 directory
Liav A
2022-09-20
Kernel: Move x86-specific HID code to the Arch/x86 directory
Liav A
2022-09-20
Kernel: Don't compile ISA IDE controller code in non-x86 builds
Liav A
2022-09-20
Kernel/PCI: Convert PCI BAR number to a strong typed enum class
Liav A
2022-09-20
Kernel: Remove stale includes of x86 IO header file
Liav A
[next]