summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-02-15LibWeb: Rename element_before() => element_immediately_above()Andreas Kling
2022-02-15LibWeb: Add spec comments to find_appropriate_place_for_inserting_node()Andreas Kling
2022-02-15LibJS: Correct an include in PrimitiveStringdavidot
2022-02-15LibJS: Use CopyDataProperties when spreading in object expressionsdavidot
2022-02-15LibJS: Use entire array of SimpleIndexedPropertyStorage before growingdavidot
2022-02-15LibWeb: Remove non-standard ReturnNullIfCrossOrigin IDL attributeLinus Groh
2022-02-15LibWeb: Implement BCC's "content document" concept according to specLinus Groh
2022-02-15LibWeb: Implement Origin's "same origin-domain" conceptLinus Groh
2022-02-15LibWeb: Rename Origin::is_same() to Origin::is_same_origin()Linus Groh
2022-02-15LibWeb: Rename Origin::is_null() to Origin::is_opaque()Linus Groh
2022-02-14LibJS: Add missing include for 'u32' to CanonicalIndex.hLinus Groh
2022-02-14LibJS: Get rid of unnecessary work from canonical_numeric_index_stringAnonymous
2022-02-14LibWeb: Add stacking contexts to Node::for_each_child_in_paint_orderSteven Schmoll
2022-02-14LibGfx/PNG: Respect the tRNS chunk transparency with color type 2Andreas Kling
2022-02-14LibGfx/PNG: Collect tRNS (transparency chunk) info for all color typesAndreas Kling
2022-02-14LibGfx: Remove unnecessary includes from PNGLoader.cppAndreas Kling
2022-02-14LibGfx: Make Bitmap::has_alpha_channel() return true for RGBA8888Andreas Kling
2022-02-14LibWeb: Paint inline-level and replaced elements on top of floatsAndreas Kling
2022-02-14LibWeb: Support inline-level padding and border properlyAndreas Kling
2022-02-14LibWeb: Always assign box model metrics in IFC::dimension_box_on_line()Andreas Kling
2022-02-14WindowServer+Userland: Pass wallpapers as `Gfx::Bitmap` instead of pathJames Puleo
2022-02-14LibGfx: Support color blending in Painter::draw_bitmapSteven Schmoll
2022-02-14LibGUI+PixelPaint: Move fit_image_to_view to AbstractZoomPanWidgetMustafa Quraish
2022-02-14LibCore: Remove Core::Socket :^)sin-ack
2022-02-14LibCore: Implement System::fchownsin-ack
2022-02-14LibCore+Tests: Remove Core::UDPSocket :^)sin-ack
2022-02-14LibCore: Add a timeout option to UDPSocket::connectsin-ack
2022-02-14LibCoredump: Respect coredump's LD_LIBRARY_PATH when searching librariesSviatoslav Peleshko
2022-02-14LibWeb: Add support for the record variant of URLSearchParamsLuke Wilde
2022-02-14LibRegex: Correct the alternative matching order when one is emptyAli Mohammad Pur
2022-02-14LibWeb: Don't emit current token on EOF in HTML TokenizerKarol Kosek
2022-02-14LibWeb: Fix highlighting HTML commentsKarol Kosek
2022-02-13LibCore: Allow event loops on other threads to wake upkleines Filmröllchen
2022-02-13LibCore: Fix event loop stacks on non-main threadskleines Filmröllchen
2022-02-13LibVT: Fix triple click behaviorbrapru
2022-02-13AK+Kernel: Rename try_make_weak_ptr to make_weak_ptr_if_nonnullIdan Horowitz
2022-02-13LibSQL: Convert binary SQL operations to be fallibleTimothy Flynn
2022-02-13LibSQL: Short-circuit single-element tuple comparisonsTimothy Flynn
2022-02-13LibSQL: Implement converting float and tuple values to a booleanTimothy Flynn
2022-02-13LibSQL: Use absolute value when comparing against floating point epsilonTimothy Flynn
2022-02-13LibSQL: Return a not-yet-implemented error for unimplemented expressionsTimothy Flynn
2022-02-13LibJS: Add spec comments to ArrayBuffer.prototype.byteLengthJamie Mansfield
2022-02-13LibJS: Add spec comments to ArrayBuffer.prototype.sliceJamie Mansfield
2022-02-13LibGfx: Allow changing the default font pathFiliph Sandström
2022-02-13LibCore: Add Darwin anon_create supportFiliph Sandström
2022-02-13LibTLS: Add SHA-384 as supported certificate signing algorithmJoaquim Monteiro
2022-02-13Revert "LibJS: Get rid of unnecessary work from canonical_numeric_index_string"Andreas Kling
2022-02-13LibWeb: Fix off-by-one in HTMLTokenizer::restore_to()MacDue
2022-02-13LibJS: More properly implement scoping rules in bytecode codegenAli Mohammad Pur
2022-02-13LibJS: Implement ClassExpression::generate_bytecode()Ali Mohammad Pur