index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-09-16
LibJS: Convert prepare_temporal_fields() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert to_positive_integer() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert parse_temporal_year_month_string() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert parse_temporal_time_zone_string() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert parse_temporal_time_string() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert parse_temporal_duration_string() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert parse_temporal_date_time_string() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert parse_temporal_date_string() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert parse_temporal_calendar_string() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert parse_temporal_instant_string() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert parse_iso_date_time() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert reject_temporal_calendar_type() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert validate_temporal_unit_range() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert to_smallest_temporal_unit() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert to_largest_temporal_unit() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert to_seconds_string_precision() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert to_temporal_rounding_increment() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert to_show_calendar_option() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert to_temporal_rounding_mode() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert to_temporal_overflow() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert get_string_or_number_option() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert Temporal::get_option() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert get_options_object() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert iterable_to_list_of_type() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert to_integer_throw_on_infinity() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Initialize value in ThrowCompletionOr<void> default constructor
Linus Groh
2021-09-16
crash: Don't test for qemu-unsupported feature
Ben Wiederhake
2021-09-16
crash: Run automatically during CI
Ben Wiederhake
2021-09-16
crash: Check whether the msyscall mitigation actually works
Ben Wiederhake
2021-09-16
LibWeb: Flexbox: Add default value for AlignItems
Tobias Christiansen
2021-09-16
LibGfx: Don't try to paint 0px-wide lines
Sam Atkins
2021-09-16
LibWeb: Add for CSS `fill/stroke/stroke-color` properties for SVG
Sam Atkins
2021-09-16
Base: Add CSS styles to SVG test page
Sam Atkins
2021-09-16
PixelPaint: Implement automatic scrolling in LayerListWidget
Marcus Nilsson
2021-09-16
LibGUI: Add a AutoScroll timer to AbstractScrollableWidget
Marcus Nilsson
2021-09-16
LibGUI: Implement is_min() & is_max() helpers to AbstractSlider
Marcus Nilsson
2021-09-16
LibJS: Use ScopePusher to correctly push the scope in for statements
Ali Mohammad Pur
2021-09-16
js: Add a simple loadJSON(path) built-in to load JSON from a file
Andreas Kling
2021-09-16
Meta: Ensure BUILD_LAGOM is set when running `serenity.sh test lagom`
Andrew Kaster
2021-09-16
CI+Meta: Update Sonar Cloud CI job for new SuperBuild configuration
Andrew Kaster
2021-09-16
Documentation: Recommend setting PREFIX_PATH instead of INSTALL_PREFIX
Andrew Kaster
2021-09-16
Meta: Fix Lagom RPATH for non-Ubuntu Linux and macOS hosts
Andrew Kaster
2021-09-16
Shell: Use default instead of an empty constructor/destructor
Brian Gianforcaro
2021-09-16
FileSystemAccessServer: Only compute basename when prompting
Brian Gianforcaro
2021-09-16
LibX86: Use default instead of an empty constructor/destructor
Brian Gianforcaro
2021-09-16
LibVT: Use default instead of an empty constructor/destructor
Brian Gianforcaro
2021-09-16
LibThreading: Use default instead of an empty constructor/destructor
Brian Gianforcaro
2021-09-16
LibThreading: Neither Mutex or MutexLocker should be movable / copyable
Brian Gianforcaro
2021-09-16
LibRegex: Pass RegexStringView and Vector<RegexStringView> by reference
Brian Gianforcaro
2021-09-16
LibPDF: Use move to avoid unnecessary ref/unref of network device RefPtr
Brian Gianforcaro
[next]