summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-10-18LibJS: Convert PrototypeObject::typed_this_object() to ThrowCompletionOrLinus Groh
2021-10-18LibJS: Convert PrototypeObject::this_object() to ThrowCompletionOrLinus Groh
2021-10-18LibJS: Convert this_symbol_value() to ThrowCompletionOrLinus Groh
2021-10-18LibJS: Convert this_string_value() to ThrowCompletionOrLinus Groh
2021-10-18LibJS: Convert this_number_value() to ThrowCompletionOrLinus Groh
2021-10-18LibJS: Convert this_bigint_value() to ThrowCompletionOrLinus Groh
2021-10-18LibJS: Convert to_integer_or_infinity() to ThrowCompletionOrLinus Groh
2021-10-18LibJS: Remove a bunch of forgotten exception checks after TRY_OR_DISCARDLinus Groh
2021-10-18LibWeb: Ensure parent is not null in DOMTreeModel::index_for_node()Dana Burkart
2021-10-18LibWeb: Make 'auto' LengthStyleValues return 'auto' identifierSam Atkins
2021-10-18LibWeb: Use east const in StyleValue.{h,cpp}Sam Atkins
2021-10-18LibWeb: Update <object> style on resource load/failureAndreas Kling
2021-10-18LibWeb: Update <img> style on resource load/failureAndreas Kling
2021-10-18LibWeb: Coalesce nested repaint requests instead of swallowing themAndreas Kling
2021-10-18LibWeb: Only update layout if actually needed when scrolling to anchorAndreas Kling
2021-10-18LibWeb: Weakly store NamedNodeMap's & Attribute's associated ElementTimothy Flynn
2021-10-17LibSymbolication: Skip source position calculation if requestedRodrigo Tobar
2021-10-18LibJS: Convert to_index() to ThrowCompletionOrIdan Horowitz
2021-10-18LibJS: Convert to_length() to ThrowCompletionOrIdan Horowitz
2021-10-18LibJS: Convert to_u8_clamp() to ThrowCompletionOrIdan Horowitz
2021-10-18LibJS: Convert to_u8() to ThrowCompletionOrIdan Horowitz
2021-10-18LibJS: Convert to_i8() to ThrowCompletionOrIdan Horowitz
2021-10-18LibJS: Convert to_u16() to ThrowCompletionOrIdan Horowitz
2021-10-18LibJS: Convert to_i16() to ThrowCompletionOrIdan Horowitz
2021-10-18LibJS: Convert to_u32() to ThrowCompletionOrIdan Horowitz
2021-10-18LibJS: Convert to_i32() to ThrowCompletionOrIdan Horowitz
2021-10-18LibJS: Convert to_number() to ThrowCompletionOrIdan Horowitz
2021-10-17LibGL: Implement `glIsEnabled()`Jelle Raaijmakers
2021-10-17LibGL: Implement disabling GL_FOGJelle Raaijmakers
2021-10-17LibGL: Correct GL_MODELVIEW and GL_PROJECTION valuesJelle Raaijmakers
2021-10-18LibWeb: Fill page background with the "base" palette colorAndreas Kling
2021-10-17LibC: Define ULLONG_MAXL Pereira
2021-10-17LibWeb: Factor out creation of independent formatting contextsAndreas Kling
2021-10-17LibWeb: Expose FormattingContext typeAndreas Kling
2021-10-17LibGUI: Don't render placeholders as secretPeter Elliott
2021-10-17LibX86: Add SSE supportHediadyoin1
2021-10-17LibGUI: Remember the maximized value if a window hasn't been created yetKarol Kosek
2021-10-17LibWeb: Make the CSS serialization functions actually output things :^)Sam Atkins
2021-10-17Everywhere: Make some symbols `__attribute__((used))` for LTODaniel Bertalan
2021-10-17LibCoredump: Show frames from Loader.so if the crash occurs in itDaniel Bertalan
2021-10-17LibDebug: Enable parsing `libgcc_s.so`Daniel Bertalan
2021-10-17LibDebug: Don't create compilation units for embedded resourcesDaniel Bertalan
2021-10-17LibDebug: Make use of the newly supported data formsDaniel Bertalan
2021-10-17LibDebug: Support `DW_FORM_data16`Daniel Bertalan
2021-10-17LibDebug: Support `addrx*`, `strx*` and `rnglistx` formsDaniel Bertalan
2021-10-17LibDebug: Don't expose AttributeValue internals, use getters insteadDaniel Bertalan
2021-10-17LibCoredump: Accept dynamic libraries with versioned namesDaniel Bertalan
2021-10-17LibC: Primitively implement wcsxfrmDaniel Bertalan
2021-10-17LibC: Implement wcslcpyDaniel Bertalan
2021-10-17LibC: Fix wcsrchr declaration to return a non-const wchar*Daniel Bertalan