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
2021-09-24
LibDiff: Perform diffing-algorithm in reverse order
Mustafa Quraish
2021-09-24
LibWeb: Return undefined from event handler setters, not an empty value
Linus Groh
2021-09-24
LibJS: Rename {Abstract,Typed => Loosely,Strictly}{Equals,Inequals}
Linus Groh
2021-09-24
LibJS: Rename abstract_relation() to is_less_than()
Linus Groh
2021-09-24
LibJS: Rename abstract_eq() to is_loosely_equal()
Linus Groh
2021-09-24
LibJS: Rename strict_eq() to is_strictly_equal()
Linus Groh
2021-09-24
LibJS: Close iterator on throw completion in Array.from
Idan Horowitz
2021-09-24
LibJS: Add missing exception checks to {Array, TypedArray}.from()
Idan Horowitz
2021-09-23
LibJS: Convert get_method to ThrowCompletionOr
Idan Horowitz
2021-09-23
LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr
Idan Horowitz
2021-09-23
LibJS: Convert is_regexp to ThrowCompletionOr
Idan Horowitz
2021-09-23
LibJS: Switch is_array to ThrowCompletionOr
Idan Horowitz
2021-09-23
LibC: Add getpriority() and setpriority() stubs
Jelle Raaijmakers
2021-09-23
LibC: Add chroot() stub
Jelle Raaijmakers
2021-09-23
LibWeb: Don't assume the parent is BFC in the IFC
Tobias Christiansen
2021-09-23
LibWeb: Flexbox: Use InlineFormattingContext when needed
Tobias Christiansen
2021-09-23
LibWeb: Proritize FlexFormattingContext when display: flex is specified
Tobias Christiansen
2021-09-23
LibWeb: Remove type checking from set_property_expanding_shorthands()
Sam Atkins
2021-09-23
LibWeb: Use property_accepts_value() for parsing text-decoration
Sam Atkins
2021-09-23
LibWeb: Use property_accepts_value() for overflow parsing
Sam Atkins
2021-09-23
LibWeb: Fix `auto` conversion to identifier
Sam Atkins
2021-09-23
LibWeb: Use property_accepts_value() for list style parsing
Sam Atkins
2021-09-23
LibWeb: Use property_accepts_value() for font parsing
Sam Atkins
2021-09-23
LibWeb: Add range-checking to property_accepts_value()
Sam Atkins
2021-09-23
LibWeb: Use property_accepts_value() for parsing flexbox properties
Sam Atkins
2021-09-23
LibWeb: Use property_accepts_value() when parsing borders
Sam Atkins
2021-09-23
LibWeb: Use property_accepts_value() for background parsing
Sam Atkins
2021-09-23
LibWeb: Add better debug logging for CSS parsing errors
Sam Atkins
2021-09-23
LibWeb: Check parsed CSS values with property_accepts_value()
Sam Atkins
2021-09-23
LibWeb: Add valid-value information to Properties.json
Sam Atkins
2021-09-23
LibWeb: Add several CSS identifiers to the list
Sam Atkins
2021-09-23
LibWeb: Sort StyleValue enums alphabetically
Sam Atkins
2021-09-23
LibWeb: Move color identifier checking to StyleValue::is_color()
Sam Atkins
2021-09-23
LibWeb: Prevent special-case CSS property parsing fallback
Sam Atkins
2021-09-22
LibWeb: Ignore negative margins for calculating height in a BFC
Tobias Christiansen
2021-09-22
LibGUI: Calculate unclamped_scrubber_size() as float
thankyouverycool
2021-09-22
LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere
thankyouverycool
2021-09-22
LibWeb: Add getElementsByTagNameNS and add support for * in non-NS
Luke Wilde
2021-09-22
LibWeb: Stop rejecting valid values for several CSS properties
Sam Atkins
2021-09-22
LibWeb: Expose the GlobalEventHandlers mixin on the Window object
Andreas Kling
2021-09-22
LibWeb: Remove unnecessary WindowObject.h include in DOMException.h
Andreas Kling
2021-09-22
LibWeb: Add DOM::ExceptionOr<T> to forwarding header
Andreas Kling
2021-09-22
LibWeb: Log resource load success before invoking success callback
Andreas Kling
2021-09-22
LibCoredump: Don't copy uncompressed coredumps into a ByteBuffer
Andreas Kling
2021-09-21
LibJS: Convert perform_eval to ThrowCompletionOr
Idan Horowitz
2021-09-21
LibJS: Add VM::throw_completion helper for throwing custom Strings
Idan Horowitz
2021-09-21
LibJS: Convert get_substitution to ThrowCompletionOr
Idan Horowitz
2021-09-21
LibJS: Remove non-specification compliant exception check
Idan Horowitz
2021-09-21
LibJS: Convert length_of_array_like to ThrowCompletionOr
Idan Horowitz
2021-09-21
LibJS: Convert make_super_property_reference to ThrowCompletionOr
Idan Horowitz
[next]