summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-09-24LibDiff: Perform diffing-algorithm in reverse orderMustafa Quraish
2021-09-24LibWeb: Return undefined from event handler setters, not an empty valueLinus Groh
2021-09-24LibJS: Rename {Abstract,Typed => Loosely,Strictly}{Equals,Inequals}Linus Groh
2021-09-24LibJS: Rename abstract_relation() to is_less_than()Linus Groh
2021-09-24LibJS: Rename abstract_eq() to is_loosely_equal()Linus Groh
2021-09-24LibJS: Rename strict_eq() to is_strictly_equal()Linus Groh
2021-09-24LibJS: Close iterator on throw completion in Array.fromIdan Horowitz
2021-09-24LibJS: Add missing exception checks to {Array, TypedArray}.from()Idan Horowitz
2021-09-23LibJS: Convert get_method to ThrowCompletionOrIdan Horowitz
2021-09-23LibJS: Convert Value::invoke and VM::call to ThrowCompletionOrIdan Horowitz
2021-09-23LibJS: Convert is_regexp to ThrowCompletionOrIdan Horowitz
2021-09-23LibJS: Switch is_array to ThrowCompletionOrIdan Horowitz
2021-09-23LibC: Add getpriority() and setpriority() stubsJelle Raaijmakers
2021-09-23LibC: Add chroot() stubJelle Raaijmakers
2021-09-23LibWeb: Don't assume the parent is BFC in the IFCTobias Christiansen
2021-09-23LibWeb: Flexbox: Use InlineFormattingContext when neededTobias Christiansen
2021-09-23LibWeb: Proritize FlexFormattingContext when display: flex is specifiedTobias Christiansen
2021-09-23LibWeb: Remove type checking from set_property_expanding_shorthands()Sam Atkins
2021-09-23LibWeb: Use property_accepts_value() for parsing text-decorationSam Atkins
2021-09-23LibWeb: Use property_accepts_value() for overflow parsingSam Atkins
2021-09-23LibWeb: Fix `auto` conversion to identifierSam Atkins
2021-09-23LibWeb: Use property_accepts_value() for list style parsingSam Atkins
2021-09-23LibWeb: Use property_accepts_value() for font parsingSam Atkins
2021-09-23LibWeb: Add range-checking to property_accepts_value()Sam Atkins
2021-09-23LibWeb: Use property_accepts_value() for parsing flexbox propertiesSam Atkins
2021-09-23LibWeb: Use property_accepts_value() when parsing bordersSam Atkins
2021-09-23LibWeb: Use property_accepts_value() for background parsingSam Atkins
2021-09-23LibWeb: Add better debug logging for CSS parsing errorsSam Atkins
2021-09-23LibWeb: Check parsed CSS values with property_accepts_value()Sam Atkins
2021-09-23LibWeb: Add valid-value information to Properties.jsonSam Atkins
2021-09-23LibWeb: Add several CSS identifiers to the listSam Atkins
2021-09-23LibWeb: Sort StyleValue enums alphabeticallySam Atkins
2021-09-23LibWeb: Move color identifier checking to StyleValue::is_color()Sam Atkins
2021-09-23LibWeb: Prevent special-case CSS property parsing fallbackSam Atkins
2021-09-22LibWeb: Ignore negative margins for calculating height in a BFCTobias Christiansen
2021-09-22LibGUI: Calculate unclamped_scrubber_size() as floatthankyouverycool
2021-09-22LibGUI: Rename CallOnChange => AllowCallback and implement elsewherethankyouverycool
2021-09-22LibWeb: Add getElementsByTagNameNS and add support for * in non-NSLuke Wilde
2021-09-22LibWeb: Stop rejecting valid values for several CSS propertiesSam Atkins
2021-09-22LibWeb: Expose the GlobalEventHandlers mixin on the Window objectAndreas Kling
2021-09-22LibWeb: Remove unnecessary WindowObject.h include in DOMException.hAndreas Kling
2021-09-22LibWeb: Add DOM::ExceptionOr<T> to forwarding headerAndreas Kling
2021-09-22LibWeb: Log resource load success before invoking success callbackAndreas Kling
2021-09-22LibCoredump: Don't copy uncompressed coredumps into a ByteBufferAndreas Kling
2021-09-21LibJS: Convert perform_eval to ThrowCompletionOrIdan Horowitz
2021-09-21LibJS: Add VM::throw_completion helper for throwing custom StringsIdan Horowitz
2021-09-21LibJS: Convert get_substitution to ThrowCompletionOrIdan Horowitz
2021-09-21LibJS: Remove non-specification compliant exception checkIdan Horowitz
2021-09-21LibJS: Convert length_of_array_like to ThrowCompletionOrIdan Horowitz
2021-09-21LibJS: Convert make_super_property_reference to ThrowCompletionOrIdan Horowitz