summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-09-20LibGUI: Fire Show/Hide events when adding/removing widget from treeAndreas Kling
2022-09-20LibWeb: Flesh out a chunk of the HTML spec's frame navigation algorithmsAndreas Kling
2022-09-20LibWeb: Keep more of the navigation parameters in DocumentAndreas Kling
2022-09-20LibWeb: Flesh out "document visibility" state a bit moreAndreas Kling
2022-09-20LibWeb: Move HistoryHandlingBehavior enum to its own headerAndreas Kling
2022-09-20LibWeb: Implement more spec-compliant iframe/frame attribute processingAndreas Kling
2022-09-20LibWeb: Set the document "completely loaded time" when appropriateAndreas Kling
2022-09-20LibWeb: Only create iframe nested context if iframe document has contextAndreas Kling
2022-09-20LibWeb: Implement "browsing context group" concept from the HTML specAndreas Kling
2022-09-20LibWeb: Remove unused Layout::Node::did_insert_into_layout_tree()Andreas Kling
2022-09-20LibWeb: Consolidate code for resolving vertical box model metrics in BFCAndreas Kling
2022-09-20GamesSettings: Always ensure last card back selected is savedne0ndrag0n
2022-09-19LibCpp: Add .clang-format to disable clang-format for the LibCpp TestsBrian Gianforcaro
2022-09-18Applets/ResourceGraph: Port to Core::StreamSam Atkins
2022-09-18Applets/Network: Stop marking methods virtual unnecessarilySam Atkins
2022-09-18Applets/Network: Remove `include_loopback` parameterSam Atkins
2022-09-18Applets/Network: Port to Core::StreamSam Atkins
2022-09-18LibC: Fix misplaced #include in limits.hBen Wiederhake
2022-09-18Everywhere: Fix order of includes and #pragma onceBen Wiederhake
2022-09-18WindowServer: Add missing includesBen Wiederhake
2022-09-18Libraries: Add missing includes, add namespace qualifiersBen Wiederhake
2022-09-18LibJS: Add missing includesBen Wiederhake
2022-09-18LibWeb: Add missing includesBen Wiederhake
2022-09-18LibWeb: Remove the flex item size cachesin-ack
2022-09-18LibWeb: Subtract border & padding when using flex line size as item sizeAndreas Kling
2022-09-18LibWeb: Remove bogus main space restriction in wrapping flex layoutsAndreas Kling
2022-09-18LibJS: Handle NumberFormat's [[UseGrouping]] option for "true" / "false"Timothy Flynn
2022-09-18LibWeb: Don't replace existing Content-Type header in outgoing XHRsAndreas Kling
2022-09-18LibWeb: Check document fully active status in "element cannot navigate"Andreas Kling
2022-09-18LibWeb: Implement basic support for Document.allAndreas Kling
2022-09-18LibWeb: Capture self as a WeakPtr in ResourceClient::set_resource()Andreas Kling
2022-09-18LibWeb: Make Document vend the same HTMLCollections every timeAndreas Kling
2022-09-18LibWeb: Support getting and setting Attr.textContentAndreas Kling
2022-09-18LibWeb: Rename Attribute to AttrAndreas Kling
2022-09-18LibWeb: Only uppercase qualified names in HTML documentsAndreas Kling
2022-09-18LibWeb: Make ParentNode.children vend the same HTMLCollection every timeAndreas Kling
2022-09-18LibWeb: Support getElementsByTagName() properly in non-HTML documentsAndreas Kling
2022-09-18LibWeb: Simplify getElementsByTagName{,NS}() filtersAndreas Kling
2022-09-17LibWeb: Get default fonts via Platform::FontPluginAndreas Kling
2022-09-17LibWeb: Start implementing the IDL Overload Resolution Algorithm :^)Sam Atkins
2022-09-17LibIDL: Implement EffectiveOverloadSetSam Atkins
2022-09-17LibIDL+WrapperGenerator: Implement Type::is_distinguishable_from()Sam Atkins
2022-09-17LibIDL+WrapperGenerator: Make it easier to work with IDL::Type classesSam Atkins
2022-09-17LibIDL+WrapperGenerator: Move IDL code into a librarySam Atkins
2022-09-17LibGL: Remove `GL::present_context`Jelle Raaijmakers
2022-09-17LibWeb: Handle JavaScript source code with non-UTF-8 encodingAndreas Kling
2022-09-17LibWeb: Implement basic "scroll" events at the document levelAndreas Kling
2022-09-17LibWeb: Add "scripts to execute in order as soon as possible"Andreas Kling
2022-09-17LibWeb: Handle multiple class names in getElementsByClassName()Andreas Kling
2022-09-17LibWeb: Update layout in HTMLElement.offset{Top,Left}Andreas Kling