summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-09-17LibWeb: Persuade CSS Parser that idents like `currentcolor` are colorsSam Atkins
2021-09-17LibWeb: Implement `currentcolor` special valueSam Atkins
2021-09-17LibWeb: Make StyleValue::to_color() take a Node instead of the DocumentSam Atkins
2021-09-17SystemMonitor: Make process memory statistics more human readableJulian Offenhäuser
2021-09-17Utilities: Add a basic `diff` utilityMustafa Quraish
2021-09-17LibDiff: Add new API to generate hunks from two pieces of textMustafa Quraish
2021-09-17LibJS: Increase time between garbage collectionsAndreas Kling
2021-09-17LibWeb: Don't request WebContent repaint while we have repaints pendingAndreas Kling
2021-09-17LibWeb: Make a SharedBitmap struct for OOPWV bitmapsAndreas Kling
2021-09-17LibGfx: Avoid invalidation when Path::close() is a no-opAndreas Kling
2021-09-17LibGfx: Make Painter::fill_path() take Path by const referenceAndreas Kling
2021-09-17LibGfx: Make Path::bounding_box() and Path::split_lines() constAndreas Kling
2021-09-17LibGfx: Move FastBoxBlurFilter to its own .cpp fileAndreas Kling
2021-09-17LibGfx: Don't use unbounded VLA's in FastBoxBlurFilterAndreas Kling
2021-09-17LibWeb: Skip rendering box-shadow blur if we don't have memory for itAndreas Kling
2021-09-17LibGfx: Make some coding style fixes to FastBoxBlurFilterAndreas Kling
2021-09-17LibWeb: Make ComputedValues return larger items by const referenceAndreas Kling
2021-09-17LibWeb: Add the IdleDeadline interface from the RequestIdleCallback specAndreas Kling
2021-09-17LibWeb: Add HTML::Task::Source::IdleTaskAndreas Kling
2021-09-17PixelPaint: Allow selecting a custom aspect ratio for RectangleToolMustafa Quraish
2021-09-17PixelPaint: Allow selecting a custom aspect ratio for EllipseToolMustafa Quraish
2021-09-17LibGfx+PixelPaint: Add `Point::end_point_for_aspect_ratio` methodMustafa Quraish
2021-09-17Browser: Remove redundant tab::view() call from the tab constructorEyad Hossam
2021-09-17LibJS: Convert Instant AOs to ThrowCompletionOrLinus Groh
2021-09-17LibJS: Convert Duration AOs to ThrowCompletionOrLinus Groh
2021-09-17LibJS: Convert Calendar AOs to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert prepare_temporal_fields() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert to_positive_integer() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert parse_temporal_year_month_string() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert parse_temporal_time_zone_string() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert parse_temporal_time_string() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert parse_temporal_duration_string() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert parse_temporal_date_time_string() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert parse_temporal_date_string() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert parse_temporal_calendar_string() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert parse_temporal_instant_string() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert parse_iso_date_time() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert reject_temporal_calendar_type() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert validate_temporal_unit_range() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert to_smallest_temporal_unit() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert to_largest_temporal_unit() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert to_seconds_string_precision() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert to_temporal_rounding_increment() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert to_show_calendar_option() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert to_temporal_rounding_mode() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert to_temporal_overflow() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert get_string_or_number_option() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert Temporal::get_option() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert get_options_object() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert iterable_to_list_of_type() to ThrowCompletionOrLinus Groh