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
/
Libraries
Age
Commit message (
Expand
)
Author
2022-10-05
LibWeb: Implement 'coarsened shared current time'
Linus Groh
2022-10-05
LibWeb: Add DOMHighResTimeStamp typedef
Linus Groh
2022-10-05
LibWeb: Pass status code to ResourceLoader error callback when available
Linus Groh
2022-10-05
LibWeb: Prepare to run callback in host_enqueue_promise_job()
Linus Groh
2022-10-04
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
Nico Weber
2022-10-04
LibGfx: Remove a workaround for clang before 11
Nico Weber
2022-10-04
LibWeb: Implement <input type=file> behavior
Andrew Kaster
2022-10-04
LibWeb: Add FileList from the FileAPI spec
Andrew Kaster
2022-10-04
LibWeb: Implement a simple version of Element.scrollIntoView()
Andreas Kling
2022-10-04
LibWeb: Let FFC parent context "handle" sizing of child FFC container
Andreas Kling
2022-10-04
LibWeb: Store HTML tag name token data as FlyString while parsing
Andreas Kling
2022-10-04
LibWeb: Avoid a bunch of unnecessary copying in CSS::ComputedValues
Andreas Kling
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
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
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
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
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
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
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]