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-10-04
LibWeb: Remove redundant JS::Value() calls in XMLHttpRequest::response()
Linus Groh
2022-10-04
LibWeb: Use Infra AO for JSON parsing in XMLHttpRequest::response()
Linus Groh
2022-10-04
LibWeb: Run 'UTF-8 decode' in parse_json_bytes_to_javascript_value()
Linus Groh
2022-10-04
LibWeb: Fix ReadableStream's WEB_PLATFORM_OBJECT() class name
Linus Groh
2022-10-04
Applications: Use title-case for group box titles in settings
Timothy Flynn
2022-10-04
BrowserSettings: Remove overly verbose dbgln statement
Timothy Flynn
2022-10-04
LibGUI: Shade Weekends in a slightly different background color
Tobias Christiansen
2022-10-04
LibGUI: Teach Calendar about the new Config Items
Tobias Christiansen
2022-10-04
CalendarSettings: Add Weekend-specific settings
Tobias Christiansen
2022-10-04
LibWeb: Identify as "Ladybird" instead of "Browser"
Andreas Kling
2022-10-04
LibWeb: Only calculate intrinsic size in the desired flex axis
Andreas Kling
2022-10-04
LibWeb: Recreate flex lines before calculating intrinsic cross size
Andreas Kling
2022-10-04
LibWeb: Pack flex container from opposite end in *-reverse directions
Andreas Kling
2022-10-03
LibWeb: Make intrinsic heights dependent on available width
Andreas Kling
2022-10-03
LibWeb: Add missing null check while dispatching mouseenter events
Andreas Kling
2022-10-03
LibWeb: Get rid of FormattingContext::run_intrinsic_sizing()
Andreas Kling
2022-10-03
LibC: Remove stubbed out xattr.h and xattr.cpp
Kenneth Myhra
2022-10-03
Calculator: Add a Shrinking action
Lucas CHOLLET
2022-10-03
Calculator: Add a "Custom" entry to the rounding menu
Lucas CHOLLET
2022-10-03
Calculator: Add a Rounding menu
Lucas CHOLLET
2022-10-03
LibWeb: Bring CSS tokenization preprocessing closer to spec
Sam Atkins
2022-10-03
LibWeb: Use the term "ident sequence" instead of "name"
Sam Atkins
2022-10-03
Userland: Unveil /proc/all in applications which require it
Timothy Flynn
2022-10-03
Userland: Tighten promises by removing 'proc' where it isn't used
Timothy Flynn
2022-10-03
LibWeb: Implement HTMLImageElement.complete
Andreas Kling
2022-10-03
LibWeb: Dispatch mouseenter and mouseleave events when required
Andreas Kling
2022-10-03
LibWeb: Don't add half-leading twice to inline block boxes
Andreas Kling
2022-10-03
LibWasm: Use String::join in Printer where apropriate
Hendiadyoin1
2022-10-03
LibWasm: Use TRY in Module::parse
Hendiadyoin1
2022-10-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-10-03
Utilities/logout: Refactor to use Core::SessionManagement::logout
Peter Elliott
2022-10-03
LibCore: Create Core::SessionManagement for session management
Peter Elliott
2022-10-03
LibCore: Make usernames optional in ProcessStatisticsReader
Peter Elliott
2022-10-03
LibCore: Add Core::System wrapper for getsid()
Peter Elliott
2022-10-03
LibWeb: It's AK_OS_MACOS, not AK_OS_MAC
Andreas Kling
2022-10-02
LibJS: Capture promise capability in new_promise_capability() executor
Linus Groh
2022-10-02
LibJS: Make PromiseCapability GC-allocated
Linus Groh
2022-10-02
LibJS: Add Visitor::visit(GCPtr<T>) and Visitor::visit(NonnullGCPtr<T>)
Linus Groh
2022-10-02
LibJS: Add Value(GCPtr<T>) and Value(NonnullGCPtr<T>) constructors
Linus Groh
2022-10-02
LibJS: Move PromiseCapability into its own cpp/h file
Linus Groh
2022-10-02
LibJS: Update outdated PROMISE_DEBUG logging
Linus Groh
2022-10-02
LibJS: Remove two outdated forward declarations
Linus Groh
2022-10-02
LibWeb: Fix string whitespace splitting mistake
MacDue
2022-10-02
mount: Report error instead of crashing on failure
Lucas CHOLLET
2022-10-02
test: Support more options
implicitfield
2022-10-02
test: Print the correct operator on error
implicitfield
2022-10-02
LibWeb: Move strip_and_collapse_whitespace() to Infra/
Linus Groh
2022-10-02
LibWeb: Replace incorrect uses of split_view() for whitespace splitting
Linus Groh
2022-10-02
LibWeb: Replace incorrect uses of String::trim_whitespace()
Linus Groh
2022-10-02
LibWeb: Replace incorrect uses of AK::is_ascii_space()
Linus Groh
[next]