summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2021-09-16LibJS: Convert to_integer_throw_on_infinity() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Initialize value in ThrowCompletionOr<void> default constructorLinus Groh
2021-09-16crash: Run automatically during CIBen Wiederhake
2021-09-16crash: Check whether the msyscall mitigation actually worksBen Wiederhake
2021-09-16LibWeb: Flexbox: Add default value for AlignItemsTobias Christiansen
2021-09-16LibGfx: Don't try to paint 0px-wide linesSam Atkins
2021-09-16LibWeb: Add for CSS `fill/stroke/stroke-color` properties for SVGSam Atkins
2021-09-16PixelPaint: Implement automatic scrolling in LayerListWidgetMarcus Nilsson
2021-09-16LibGUI: Add a AutoScroll timer to AbstractScrollableWidgetMarcus Nilsson
2021-09-16LibGUI: Implement is_min() & is_max() helpers to AbstractSliderMarcus Nilsson
2021-09-16LibJS: Use ScopePusher to correctly push the scope in for statementsAli Mohammad Pur
2021-09-16js: Add a simple loadJSON(path) built-in to load JSON from a fileAndreas Kling
2021-09-16Shell: Use default instead of an empty constructor/destructorBrian Gianforcaro
2021-09-16FileSystemAccessServer: Only compute basename when promptingBrian Gianforcaro
2021-09-16LibX86: Use default instead of an empty constructor/destructorBrian Gianforcaro
2021-09-16LibVT: Use default instead of an empty constructor/destructorBrian Gianforcaro
2021-09-16LibThreading: Use default instead of an empty constructor/destructorBrian Gianforcaro
2021-09-16LibThreading: Neither Mutex or MutexLocker should be movable / copyableBrian Gianforcaro
2021-09-16LibRegex: Pass RegexStringView and Vector<RegexStringView> by referenceBrian Gianforcaro
2021-09-16LibPDF: Use move to avoid unnecessary ref/unref of network device RefPtrBrian Gianforcaro
2021-09-16LibIPC: Use default instead of an empty constructor/destructorBrian Gianforcaro
2021-09-16LibJS: Use default instead of an empty constructor/destructorBrian Gianforcaro
2021-09-16LibGfx: Use move to avoid unnecessary ref/unref of network device RefPtrBrian Gianforcaro
2021-09-16LibGfx: Use default instead of an empty constructor/destructorBrian Gianforcaro
2021-09-16LibGUI: Use default instead of an empty constructor/destructorBrian Gianforcaro
2021-09-16Kernel+LibC: Pack SC_stat_params struct tighterBrian Gianforcaro