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
Age
Commit message (
Expand
)
Author
2021-09-17
LibWeb: Persuade CSS Parser that idents like `currentcolor` are colors
Sam Atkins
2021-09-17
LibWeb: Implement `currentcolor` special value
Sam Atkins
2021-09-17
LibWeb: Make StyleValue::to_color() take a Node instead of the Document
Sam Atkins
2021-09-17
SystemMonitor: Make process memory statistics more human readable
Julian Offenhäuser
2021-09-17
Utilities: Add a basic `diff` utility
Mustafa Quraish
2021-09-17
LibDiff: Add new API to generate hunks from two pieces of text
Mustafa Quraish
2021-09-17
LibJS: Increase time between garbage collections
Andreas Kling
2021-09-17
LibWeb: Don't request WebContent repaint while we have repaints pending
Andreas Kling
2021-09-17
LibWeb: Make a SharedBitmap struct for OOPWV bitmaps
Andreas Kling
2021-09-17
LibGfx: Avoid invalidation when Path::close() is a no-op
Andreas Kling
2021-09-17
LibGfx: Make Painter::fill_path() take Path by const reference
Andreas Kling
2021-09-17
LibGfx: Make Path::bounding_box() and Path::split_lines() const
Andreas Kling
2021-09-17
LibGfx: Move FastBoxBlurFilter to its own .cpp file
Andreas Kling
2021-09-17
LibGfx: Don't use unbounded VLA's in FastBoxBlurFilter
Andreas Kling
2021-09-17
LibWeb: Skip rendering box-shadow blur if we don't have memory for it
Andreas Kling
2021-09-17
LibGfx: Make some coding style fixes to FastBoxBlurFilter
Andreas Kling
2021-09-17
LibWeb: Make ComputedValues return larger items by const reference
Andreas Kling
2021-09-17
LibWeb: Add the IdleDeadline interface from the RequestIdleCallback spec
Andreas Kling
2021-09-17
LibWeb: Add HTML::Task::Source::IdleTask
Andreas Kling
2021-09-17
PixelPaint: Allow selecting a custom aspect ratio for RectangleTool
Mustafa Quraish
2021-09-17
PixelPaint: Allow selecting a custom aspect ratio for EllipseTool
Mustafa Quraish
2021-09-17
LibGfx+PixelPaint: Add `Point::end_point_for_aspect_ratio` method
Mustafa Quraish
2021-09-17
Browser: Remove redundant tab::view() call from the tab constructor
Eyad Hossam
2021-09-17
LibJS: Convert Instant AOs to ThrowCompletionOr
Linus Groh
2021-09-17
LibJS: Convert Duration AOs to ThrowCompletionOr
Linus Groh
2021-09-17
LibJS: Convert Calendar AOs to ThrowCompletionOr
Linus Groh
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
[next]