summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-09-20Calendar: Update month view on first_day_of_week setting changeOlivier De Cannière
2022-09-20Calendar: Add setting to choose default viewOlivier De Cannière
2022-09-20Calendar: Add a Calendar settings dialog for the first day of the weekOlivier De Cannière
2022-09-20Calendar: Support preferred first day of the weekOlivier De Cannière
2022-09-20LibWeb: Implement Element.insertAdjacentHTML() from DOM ParsingAndreas Kling
2022-09-20LibWeb: Implement Window.frameElementAndreas Kling
2022-09-20LibWeb: Flesh out the default "quirks mode" style sheetAndreas Kling
2022-09-20LibWeb: Initialize document referrer from Fetch Request if availableAndreas Kling
2022-09-20LibWeb: Add referrer accessors to Fetch RequestAndreas Kling
2022-09-20LibC+LibRegex: Move central regex definitions into LibC/bitsAli Mohammad Pur
2022-09-20LibCore: Actually tell people to stop using Core::File in new codeSam Atkins
2022-09-20LibGUI: Use fuzzy matching when searching for emoji by nameTimothy Flynn
2022-09-20LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pagesAndreas Kling
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-19LibCpp: Add .clang-format to disable clang-format for the LibCpp TestsBrian Gianforcaro
2022-09-18LibC: Fix misplaced #include in limits.hBen Wiederhake
2022-09-18Everywhere: Fix order of includes and #pragma onceBen 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