index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
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
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
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
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
2021-09-16
LibIPC: Use default instead of an empty constructor/destructor
Brian Gianforcaro
2021-09-16
LibJS: Use default instead of an empty constructor/destructor
Brian Gianforcaro
2021-09-16
LibGfx: Use move to avoid unnecessary ref/unref of network device RefPtr
Brian Gianforcaro
2021-09-16
LibGfx: Use default instead of an empty constructor/destructor
Brian Gianforcaro
2021-09-16
LibGUI: Use default instead of an empty constructor/destructor
Brian Gianforcaro
2021-09-16
Kernel+LibC: Pack SC_stat_params struct tighter
Brian Gianforcaro
2021-09-16
Kernel+LibC: Pack SC_mount_params struct tighter
Brian Gianforcaro
2021-09-16
Kernel+LibC: Pack SC_setsockopt_params struct tighter
Brian Gianforcaro
2021-09-16
Kernel+LibC: Pack SC_accept4_params struct tighter
Brian Gianforcaro
2021-09-16
Kernel+LibC: Pack SC_inode_watcher_add_watch_params struct better
Brian Gianforcaro
2021-09-16
LibCrypto: Use default instead of an empty constructor/destructor
Brian Gianforcaro
2021-09-16
LibELF: Use default instead of an empty constructor/destructor
Brian Gianforcaro
2021-09-16
LibWeb: Use explicit move to avoid unnecessary RefPtr ref / unref
Brian Gianforcaro
2021-09-16
LibWeb: Use default instead of an empty constructor/destructor
Brian Gianforcaro
[next]