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-22
LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere
thankyouverycool
2021-09-22
LibWeb: Add getElementsByTagNameNS and add support for * in non-NS
Luke Wilde
2021-09-22
LibWeb: Stop rejecting valid values for several CSS properties
Sam Atkins
2021-09-22
LibWeb: Expose the GlobalEventHandlers mixin on the Window object
Andreas Kling
2021-09-22
LibWeb: Remove unnecessary WindowObject.h include in DOMException.h
Andreas Kling
2021-09-22
LibWeb: Add DOM::ExceptionOr<T> to forwarding header
Andreas Kling
2021-09-22
LibWeb: Log resource load success before invoking success callback
Andreas Kling
2021-09-22
LibCoredump: Don't copy uncompressed coredumps into a ByteBuffer
Andreas Kling
2021-09-21
LibJS: Convert perform_eval to ThrowCompletionOr
Idan Horowitz
2021-09-21
LibJS: Add VM::throw_completion helper for throwing custom Strings
Idan Horowitz
2021-09-21
LibJS: Convert get_substitution to ThrowCompletionOr
Idan Horowitz
2021-09-21
LibJS: Remove non-specification compliant exception check
Idan Horowitz
2021-09-21
LibJS: Convert length_of_array_like to ThrowCompletionOr
Idan Horowitz
2021-09-21
LibJS: Convert make_super_property_reference to ThrowCompletionOr
Idan Horowitz
2021-09-21
CrashReporter: Show coredump loading progress in the Taskbar :^)
Andreas Kling
2021-09-21
CrashReporter+LibCoredump: Show progress window while loading coredump
Andreas Kling
2021-09-21
CrashDaemon+CrashReporter: Streamline crash reporting a little bit
Andreas Kling
2021-09-21
LibCoredump: Make Backtrace getters return const references
Andreas Kling
2021-09-21
checksum: Stop reusing the same Core::File for multiple files
Idan Horowitz
2021-09-21
LibJS: Update spec comment to convert mathematical to number value
Linus Groh
2021-09-21
LibWeb: Don't add shorthand CSS properties to cascaded values
Andreas Kling
2021-09-21
LibWeb: Paint bitmaps with rounded_int_rect(), not enclosing_int_rect()
Sam Atkins
2021-09-21
LibGfx: Add rounded_int_rect() function for Rects
Sam Atkins
2021-09-21
LibWeb: Display actual (float) values when dumping layout
Sam Atkins
2021-09-21
LibWeb: Use AK::Variant default initialization in one more place
Ben Wiederhake
2021-09-21
LibWeb: Start implementing the CSS cascade
Andreas Kling
2021-09-21
LibWeb: Add a specialized BorderRadiusStyleValue::equals()
Andreas Kling
2021-09-21
LibWeb: Add a specialized NumericStyleValue::equals()
Andreas Kling
2021-09-21
LibWeb: Make DOM::Element::resolve_custom_property() const
Andreas Kling
2021-09-21
LibWeb: Include the "important" flag in CSS dumps
Andreas Kling
2021-09-21
LibWeb: Make CSS::Length::m_calculated_style a RefPtr
Andreas Kling
2021-09-21
Libraries: Use AK::Variant default initialization where appropriate
Ben Wiederhake
2021-09-21
LibPDF: Rely on default-constructor of Variant
Ben Wiederhake
2021-09-21
LibIMAP: Remove unused Variant option
Ben Wiederhake
2021-09-20
WindowServer: Apply screen scaling when getting bitmap around cursor
David Isaksson
2021-09-20
LibWeb: Resolve 'inherit' property-value somewhat
Tobias Christiansen
2021-09-20
LibWeb: Enable bilinear blending for bitmaps
Sam Atkins
2021-09-20
LibGfx: Add optional bilinear filtering to draw_scaled_bitmap()
Sam Atkins
2021-09-20
LibC+DynamicLoader: Store the auxiliary vector address at startup
Itamar
2021-09-20
LibWeb: Implement <script src> execution for non-blocking scripts
Andreas Kling
2021-09-20
LibWeb: Make <script src> loads partially async (by following the spec)
Andreas Kling
2021-09-20
LibWeb: Pop entire stack of open elements at the end of parsing
Andreas Kling
2021-09-20
LibWeb: Implement an ad-hoc version of EventLoop::spin_until(condition)
Andreas Kling
2021-09-20
LibWeb: Use Document::realm() in HTMLScriptElement::prepare_script()
Andreas Kling
2021-09-20
WidgetGallery: Crop animated cursors
Karol Kosek
2021-09-20
WidgetGallery+MouseSettings: Use LexicalPath::basename()
Karol Kosek
2021-09-20
WidgetGallery: Simplify cursor change code
Karol Kosek
2021-09-20
LibGUI: Update the window cursor if it was provided as a bitmap
Karol Kosek
2021-09-20
LibC: Spec compliant IN6_IS_ADDR_V4MAPPED
Kenneth Myhra
2021-09-20
LibPDF: Replace Value class by AK::Variant
Ben Wiederhake
[next]