index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2022-09-21
LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macro
Linus Groh
2022-09-21
LibIDL+LibWeb: Remove stale references to "wrapper class" concept
Linus Groh
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
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
SystemMonitor: Save configuration of columns
Orel
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
Calendar: Add Settings button to configure the Calendar
Olivier De Cannière
2022-09-20
Calendar: Update month view on first_day_of_week setting change
Olivier De Cannière
2022-09-20
Calendar: Add setting to choose default view
Olivier De Cannière
2022-09-20
Calendar: Add a Calendar settings dialog for the first day of the week
Olivier De Cannière
2022-09-20
Calendar: Support preferred first day of the week
Olivier De Cannière
2022-09-20
LibWeb: Implement Element.insertAdjacentHTML() from DOM Parsing
Andreas Kling
2022-09-20
LibWeb: Implement Window.frameElement
Andreas Kling
2022-09-20
LibWeb: Flesh out the default "quirks mode" style sheet
Andreas Kling
2022-09-20
LibWeb: Initialize document referrer from Fetch Request if available
Andreas Kling
2022-09-20
LibWeb: Add referrer accessors to Fetch Request
Andreas Kling
2022-09-20
LibC+LibRegex: Move central regex definitions into LibC/bits
Ali Mohammad Pur
2022-09-20
LibCore: Actually tell people to stop using Core::File in new code
Sam Atkins
2022-09-20
MasterWord: Port to Core::Stream
Sam Atkins
2022-09-20
Profiler: Port to Core::Stream
Sam Atkins
2022-09-20
SoundPlayer: Port M3UParser to Core::Stream
Sam Atkins
2022-09-20
Run: Use Core::Stream API for command history file
Sam Atkins
2022-09-20
PixelPaint: Remove unused Image::write_to_file() method
Sam Atkins
2022-09-20
LibGUI: Use fuzzy matching when searching for emoji by name
Timothy Flynn
2022-09-20
LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pages
Andreas Kling
[next]