summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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-22WebContent: Pass an empty bitmap object if the pointer is nullKarol Kosek
2021-09-22LibWeb: Ignore negative margins for calculating height in a BFCTobias Christiansen
2021-09-22FontEditor: Keep selected glyph in view on resizethankyouverycool
2021-09-22FontEditor: Make update_{statusbar,preview} member functionsthankyouverycool
2021-09-22LibGUI: Calculate unclamped_scrubber_size() as floatthankyouverycool
2021-09-22FontEditor: Remove reprobe_font()thankyouverycool
2021-09-22FontEditor: Sanitize RTL and control glyphs in Clipboard metadatathankyouverycool
2021-09-22FontEditor: Put glyph width changes on the undo stackthankyouverycool
2021-09-22FontEditor: Set width to zero when deleting a glyphthankyouverycool
2021-09-22FontEditor: Simplify initialization by disabling widget callbacksthankyouverycool
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
2021-09-21CrashReporter: Show coredump loading progress in the Taskbar :^)Andreas Kling
2021-09-21CrashReporter+LibCoredump: Show progress window while loading coredumpAndreas Kling
2021-09-21CrashDaemon+CrashReporter: Streamline crash reporting a little bitAndreas Kling
2021-09-21LibCoredump: Make Backtrace getters return const referencesAndreas Kling
2021-09-21checksum: Stop reusing the same Core::File for multiple filesIdan Horowitz
2021-09-21LibJS: Update spec comment to convert mathematical to number valueLinus Groh
2021-09-21LibWeb: Don't add shorthand CSS properties to cascaded valuesAndreas Kling
2021-09-21LibWeb: Paint bitmaps with rounded_int_rect(), not enclosing_int_rect()Sam Atkins
2021-09-21LibGfx: Add rounded_int_rect() function for RectsSam Atkins
2021-09-21LibWeb: Display actual (float) values when dumping layoutSam Atkins
2021-09-21LibWeb: Use AK::Variant default initialization in one more placeBen Wiederhake