summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-12-08LibWeb/Fetch: Share validation logic in the Headers classLinus Groh
2022-12-08LibWeb/Fetch: Remove Authorization header upon cross-origin redirectLinus Groh
2022-12-08LibWeb/Fetch: Tweak wording in some spec commentsLinus Groh
2022-12-08LibWeb/Fetch: Update spec comment to decode bytes to stringLinus Groh
2022-12-08LibWeb/Fetch: Refactor forbidden request-headersLinus Groh
2022-12-08LibWeb/Fetch: Use tuple syntax for headers in spec commentsLinus Groh
2022-12-08LibGfx: Use a FixedArray for the dummy scanline in PNGWriterAndreas Kling
2022-12-08LibGfx: Propagate errors that occur internally in PNGWriterAndreas Kling
2022-12-08LibGfx+Userland: Make PNGWriter::encode() return ErrorOr<ByteBuffer>Andreas Kling
2022-12-08LibCore: Move `Core::Stream::File::exists()` to `Core::File`Tim Schumacher
2022-12-08LibWeb: Introduce CSSPixels and DevicePixels classesSam Atkins
2022-12-08LibGfx: Add int overloads for (AntiAliasing)Painter float methodsSam Atkins
2022-12-08LibPDF: Add missing character quirk for WinAnsiEncoding fontsAndreas Kling
2022-12-07LibWeb: Consider strut while calculating baseline for a lineAliaksandr Kalenik
2022-12-07LibJS: Protect CanonicalIndex against double-to-integer overflowTimothy Flynn
2022-12-07LibJS: Put CanonicalIndex in the JS namespaceTimothy Flynn
2022-12-07LibJS: Change an error message used by %TypedArray%.prototype.withTimothy Flynn
2022-12-07LibJS: Replace standalone js_symbol() with Symbol::create()Linus Groh
2022-12-07LibJS: Replace standalone js_string() with PrimitiveString::create()Linus Groh
2022-12-07LibJS: Replace standalone js_bigint() with BigInt::create()Linus Groh
2022-12-07LibSQL+SQLServer+sql: Send and parse the correct number of changed rowsTimothy Flynn
2022-12-07LibSQL+SQLServer+SQLStudio+sql: Send result rows over IPC as SQL::ValueTimothy Flynn
2022-12-07LibSQL+SQLServer+SQLStudio+sql: Propagate connection errors immediatelyTimothy Flynn
2022-12-07LibSQL+SQLServer+SQLStudio+sql: Allocate per-statement-execution IDsTimothy Flynn
2022-12-07LibSQL+SQLServer+SQLStudio+sql: Use proper types for SQL IPC and IDsTimothy Flynn
2022-12-07LibSQL: Add an IPC encoder/decoder for SQL::ValueTimothy Flynn
2022-12-07LibSQL: Parse and execute sequential placeholder valuesTimothy Flynn
2022-12-07LibSQL: Partially implement the UPDATE commandTimothy Flynn
2022-12-07Meta+Userland: Pass Gfx::FloatSize by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::IntSize by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::FloatPoint by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::Color by valueMacDue
2022-12-07LibGL: Generate GL_OUT_OF_MEMORY error in `glBufferData` when OOMMarcus Nilsson
2022-12-07LibJS: Remove redundant AK_MAKE_NON{COPYABLE,MOVABLE} from Symbol classLinus Groh
2022-12-07LibJS: Move creation of global symbols into Symbol.for()Linus Groh
2022-12-07LibJS: Add const/non-const VM::global_symbol_registry() gettersLinus Groh
2022-12-07LibJS: Store NonnullGCPtr<Symbol> values in m_global_symbol_registryLinus Groh
2022-12-07LibJS: Rename m_global_symbol_map to m_global_symbol_registryLinus Groh
2022-12-07LibJS: Convert MarkupGenerator to the new StringLinus Groh
2022-12-07LibJS: Move initialize_instance_elements() from VM to ObjectLinus Groh
2022-12-07LibJS: Add spec link and comment to VM::execution_context_stack()Linus Groh
2022-12-07LibJS: Add spec link and comment to VM::running_execution_context()Linus Groh
2022-12-06LibJS: Remove forgotten VM::construct() declarationLinus Groh
2022-12-06LibJS: Remove unused VM::join_arguments() functionLinus Groh
2022-12-06LibWeb: Ignore -Wshadow in TRY_OR_RETURN_OOM()Linus Groh
2022-12-06LibJS: Intercept returns through finally blocks in BytecodeHendiadyoin1
2022-12-06LibJS: Don't try to manage unwind contexts in the execution loop in BCHendiadyoin1
2022-12-06LibJS: Remove FinishUnwind instructionHendiadyoin1
2022-12-06LibJS: Leave unwind contexts on enter of finally blocks in BytecodeHendiadyoin1