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-01
LibWeb: Remove unecessary dependence on Window from WebAssembly classes
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from SVG classes
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from Geometry classes
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from HTML classes
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from CSS classes
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from DOM and WebIDL
Andrew Kaster
2022-10-01
LibWeb: Move Web prototypes and constructors to new Intrinsics object
Andrew Kaster
2022-10-01
LibHTTP: Use 'close' as the default value for Connection in HTTP/1.0
Idan Horowitz
2022-10-01
LibJS: Store symbols in a Handle inside PropertyKey
Idan Horowitz
2022-10-01
LibJS: Include Environment.h directly in ClassFieldDefinition.h
Idan Horowitz
2022-10-01
LibWeb: Remove FIXME for double-position `linear-gradient()` color stops
MacDue
2022-10-01
LibWeb: Implement matrix3d transform function from css-transforms-2
Luke Wilde
2022-10-01
LibWeb: Implement rotation transform functions from css-transforms-2
Luke Wilde
2022-10-01
Magnifier: Don't error if cancelling capture save
MacDue
2022-10-01
LibWeb: Implement Element.insertAdjacentText
Luke Wilde
2022-10-01
LibWeb: Implement Element.insertAdjacentElement
Luke Wilde
2022-10-01
Welcome: Use StandardPaths to load README.md
thankyouverycool
2022-10-01
Welcome: Use fallible try_create_default_icon()
thankyouverycool
2022-10-01
Welcome: Update GML
thankyouverycool
2022-10-01
Welcome: Port to Core::Stream
thankyouverycool
2022-10-01
LibCore: Add documents_directory() to StandardPaths
thankyouverycool
2022-10-01
Welcome: Remove unnecessary include
thankyouverycool
2022-10-01
Welcome: Add/remove SystemServer group entry to toggle startup
thankyouverycool
2022-10-01
config: Enable adding and removing groups
thankyouverycool
2022-10-01
LibCore+LibConfig+ConfigServer: Add Config::{add,remove}_group()
thankyouverycool
2022-10-01
LibConfig+ConfigServer: Make remove_key() synchronous
thankyouverycool
2022-10-01
LibJS: Align Instructions as void* and roundup variably sized ones sizes
Hendiadyoin1
2022-10-01
LibJS: Handle argument spreading in the bytecode vm
Hendiadyoin1
2022-10-01
LibJS: Add support for SpreadExpressions in array literals for bytecode
Hendiadyoin1
2022-10-01
LibJS: Switch to array-calls in the bytecode vm
Hendiadyoin1
2022-10-01
LibJS: Allow SpreadExpressions to generate bytecode
Hendiadyoin1
2022-09-30
LibWeb: Apply :enabled pseudo class to only certain elements
Luke Wilde
2022-09-30
LibWeb: Implement :enabled and :disabled pseudo classes to spec
Luke Wilde
2022-09-30
LibWeb: Check all <fieldset> ancestors in FormAssociatedElement::enabled
Luke Wilde
2022-09-30
LibCore+LibGUI: Make it fast to check if a Core::Object is a Widget
Andreas Kling
2022-09-29
LibWeb: Never claim that flex containers create a BFC
Andreas Kling
2022-09-29
LibWeb: Fix bogus comparison when measuring if a float can fit
Andreas Kling
2022-09-29
LibWeb: Don't draw only-translated stacking contexts via bitmap
Andreas Kling
2022-09-29
LibWeb: Don't round fragment widths while accumulating in LineBuilder
Andreas Kling
2022-09-29
LibWeb: Resolve cross-axis flex item margins in the common case
Andreas Kling
2022-09-29
LibWeb: Create flex items for empty generated boxes
Andreas Kling
2022-09-29
LibWeb: Make PercentageOr<T>::contains_percentage() handle more cases
Andreas Kling
2022-09-29
LibWeb: Add AvailableSpace.cpp to CMakeLists.txt
Andreas Kling
2022-09-29
LibWeb: Fix crash in get_response_mime_type()
Andreas Kling
2022-09-29
LibWeb: Add missing null checks in Layout::Node::set_needs_display()
Andreas Kling
2022-09-29
LibWeb: Add a helper for calculating the stretch-fit width of a box
Andreas Kling
2022-09-29
LibWeb: Add CSS::Size::to_string() and an AK::Formatter for it
Andreas Kling
2022-09-29
LibWeb: Don't force layout when scrolling to non-existent anchor
Andreas Kling
2022-09-29
LibWeb: Make FormattingContext::run() take available space as input
Andreas Kling
2022-09-29
LibWeb: Add CSS::Size::make_px(float) convenience helper
Andreas Kling
[next]