summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
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
2021-10-17LibC: Stub out mbsnrtowcsDaniel Bertalan
2021-10-17LibC: Stub out wcsnrtombsDaniel Bertalan
2021-10-17LibC: Implement wmemcmpDaniel Bertalan
2021-10-17LibC: Add ELAST errno macroDaniel Bertalan
2021-10-17LibC: Forward-declare `struct tm` in wchar.hDaniel Bertalan
2021-10-17LibWeb: Implement the Element attributes getterTimothy Flynn
2021-10-17LibWeb: Reimplement Element attribute related methods with NamedNodeMapTimothy Flynn
2021-10-17LibWeb: Implement (most of) NamedNodeMap to store attributesTimothy Flynn
2021-10-17LibWeb: Set an attribute's owning element when it is knownTimothy Flynn
2021-10-17LibWeb: Implement Attribute closer to the spec and with an IDL fileTimothy Flynn
2021-10-17LibWeb: Alphabetize LibWeb's forward and JS wrapper declarationsTimothy Flynn
2021-10-17LibC: Implement wctobTim Schumacher
2021-10-17LibC: Implement mbstowcsTim Schumacher
2021-10-17LibC: Implement wctombTim Schumacher
2021-10-17LibJS: Convert to_property_key() to ThrowCompletionOrIdan Horowitz
2021-10-17LibJS: Convert to_double() to ThrowCompletionOrIdan Horowitz
2021-10-17LibJS: Convert to_bigint_uint64() to ThrowCompletionOrIdan Horowitz
2021-10-17LibJS: Convert to_bigint_int64() to ThrowCompletionOrIdan Horowitz
2021-10-17LibJS: Convert to_bigint() to ThrowCompletionOrIdan Horowitz
2021-10-17LibJS: Convert to_numeric() to ThrowCompletionOrIdan Horowitz
2021-10-17LibWeb: Implement Event.composedPathLuke Wilde
2021-10-16LibWeb: Serialize selectors only in CSSStyleRule::selector_text()Sam Atkins
2021-10-16LibWeb: Use the serialize_a_{identifier,string} algorithms for selectorsSam Atkins
2021-10-16LibWeb: Insert commas between serialized CSS selectorsSam Atkins
2021-10-16LibWeb: Fix pseudo-element selector serializationSam Atkins
2021-10-16LibWeb: Fix CSS selector combinator serializationSam Atkins
2021-10-16LibWeb: Move CSS selector-serialization code to Selector.{h,cpp}Sam Atkins
2021-10-16LibWeb: Implement more CSS serializers and make them more ergonomicSam Atkins
2021-10-16LibWeb: Remove old ANPlusB parsing codeSam Atkins
2021-10-16LibWeb: Implement Node.getRootNodeLuke Wilde
2021-10-15LibSymbolication: Make Symbol comparableRodrigo Tobar
2021-10-15LibC: Implement mbsrtowcsTim Schumacher