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-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
BindingsGenerator: Allow the word "inline" in IDL identifiers
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
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
Ports/glib: Do not flag support for extended attributes (xattr)
Kenneth Myhra
2022-10-03
Ports/glib: Update GLib to version 2.74.0
Kenneth Myhra
2022-10-03
Lagom: Change dl to ${CMAKE_DL_LIBS} for portability
vl-ms
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
Lagom: Work around gcc codegen bug
Nico Weber
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
Kernel: Do not require 'proc' promise in getsid() and getpgid()
Timothy Flynn
2022-10-03
Meta: Make x86-64 target the default
Liav A
2022-10-03
Kernel/Storage: Remove the ramdisk implementation
Liav A
2022-10-03
Documentation: Change references to uid based sockets to sids
Peter Elliott
[next]