summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-09-22LibGUI: Rename CallOnChange => AllowCallback and implement elsewherethankyouverycool
2021-09-22LibWeb: Add getElementsByTagNameNS and add support for * in non-NSLuke Wilde
2021-09-22LibWeb: Stop rejecting valid values for several CSS propertiesSam Atkins
2021-09-22LibWeb: Expose the GlobalEventHandlers mixin on the Window objectAndreas Kling
2021-09-22LibWeb: Remove unnecessary WindowObject.h include in DOMException.hAndreas Kling
2021-09-22LibWeb: Add DOM::ExceptionOr<T> to forwarding headerAndreas Kling
2021-09-22LibWeb: Log resource load success before invoking success callbackAndreas Kling
2021-09-22LibCoredump: Don't copy uncompressed coredumps into a ByteBufferAndreas Kling
2021-09-21LibJS: Convert perform_eval to ThrowCompletionOrIdan Horowitz
2021-09-21LibJS: Add VM::throw_completion helper for throwing custom StringsIdan Horowitz
2021-09-21LibJS: Convert get_substitution to ThrowCompletionOrIdan Horowitz
2021-09-21LibJS: Remove non-specification compliant exception checkIdan Horowitz
2021-09-21LibJS: Convert length_of_array_like to ThrowCompletionOrIdan Horowitz
2021-09-21LibJS: Convert make_super_property_reference to ThrowCompletionOrIdan Horowitz
2021-09-21CrashReporter: Show coredump loading progress in the Taskbar :^)Andreas Kling
2021-09-21CrashReporter+LibCoredump: Show progress window while loading coredumpAndreas Kling
2021-09-21CrashDaemon+CrashReporter: Streamline crash reporting a little bitAndreas Kling
2021-09-21LibCoredump: Make Backtrace getters return const referencesAndreas Kling
2021-09-21checksum: Stop reusing the same Core::File for multiple filesIdan Horowitz
2021-09-21LibJS: Update spec comment to convert mathematical to number valueLinus Groh
2021-09-21LibWeb: Don't add shorthand CSS properties to cascaded valuesAndreas Kling
2021-09-21LibWeb: Paint bitmaps with rounded_int_rect(), not enclosing_int_rect()Sam Atkins
2021-09-21LibGfx: Add rounded_int_rect() function for RectsSam Atkins
2021-09-21LibWeb: Display actual (float) values when dumping layoutSam Atkins
2021-09-21LibWeb: Use AK::Variant default initialization in one more placeBen Wiederhake
2021-09-21LibWeb: Start implementing the CSS cascadeAndreas Kling
2021-09-21LibWeb: Add a specialized BorderRadiusStyleValue::equals()Andreas Kling
2021-09-21LibWeb: Add a specialized NumericStyleValue::equals()Andreas Kling
2021-09-21LibWeb: Make DOM::Element::resolve_custom_property() constAndreas Kling
2021-09-21LibWeb: Include the "important" flag in CSS dumpsAndreas Kling
2021-09-21LibWeb: Make CSS::Length::m_calculated_style a RefPtrAndreas Kling
2021-09-21Libraries: Use AK::Variant default initialization where appropriateBen Wiederhake
2021-09-21LibPDF: Rely on default-constructor of VariantBen Wiederhake
2021-09-21LibIMAP: Remove unused Variant optionBen Wiederhake
2021-09-20WindowServer: Apply screen scaling when getting bitmap around cursorDavid Isaksson
2021-09-20LibWeb: Resolve 'inherit' property-value somewhatTobias Christiansen
2021-09-20LibWeb: Enable bilinear blending for bitmapsSam Atkins
2021-09-20LibGfx: Add optional bilinear filtering to draw_scaled_bitmap()Sam Atkins
2021-09-20LibC+DynamicLoader: Store the auxiliary vector address at startupItamar
2021-09-20LibWeb: Implement <script src> execution for non-blocking scriptsAndreas Kling
2021-09-20LibWeb: Make <script src> loads partially async (by following the spec)Andreas Kling
2021-09-20LibWeb: Pop entire stack of open elements at the end of parsingAndreas Kling
2021-09-20LibWeb: Implement an ad-hoc version of EventLoop::spin_until(condition)Andreas Kling
2021-09-20LibWeb: Use Document::realm() in HTMLScriptElement::prepare_script()Andreas Kling
2021-09-20WidgetGallery: Crop animated cursorsKarol Kosek
2021-09-20WidgetGallery+MouseSettings: Use LexicalPath::basename()Karol Kosek
2021-09-20WidgetGallery: Simplify cursor change codeKarol Kosek
2021-09-20LibGUI: Update the window cursor if it was provided as a bitmapKarol Kosek
2021-09-20LibC: Spec compliant IN6_IS_ADDR_V4MAPPEDKenneth Myhra
2021-09-20LibPDF: Replace Value class by AK::VariantBen Wiederhake