summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-20LibGUI: Use fuzzy matching when searching for emoji by nameTimothy Flynn
2022-09-20AK: Do not require an allocated String for fuzzy matchingTimothy 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-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-19Meta: Use time instead of /usr/bin/time in lint-ci.shBen Wiederhake
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-18Meta: Fix example invocations of the serenity.sh run commandBen Wiederhake
2022-09-18Kernel: Replace KString::must_create, fix init_argsBen Wiederhake
2022-09-18Meta: Only check changed files in check-style.py during pre-commitBen Wiederhake
2022-09-18Meta: Only check changed files in lint-gml-format.shBen Wiederhake
2022-09-18Meta: Only check changed files in check-newlines-at-eofBen Wiederhake
2022-09-18Meta: Only check changed files in check-debug-flags during pre-commitBen Wiederhake
2022-09-18Meta: Rewrite pre-commit script check-emoji in pythonBen Wiederhake
2022-09-18Meta: Always show the timing of commands in lint-ci.shBen Wiederhake
2022-09-18LibC: Fix misplaced #include in limits.hBen Wiederhake
2022-09-18Kernel: Fix misplaced #include in ATA/Definitions.hBen Wiederhake
2022-09-18Everywhere: Fix order of includes and #pragma onceBen Wiederhake
2022-09-18HeaderCheck: Also check AK for broken headersBen Wiederhake
2022-09-18AK: Move heavyweight fuzzy matching to own compilation unitBen Wiederhake
2022-09-18HeaderCheck: Disable warning due to LibSoftGPUBen Wiederhake
2022-09-18HeaderCheck: Remove outdated debug codeBen Wiederhake
2022-09-18WindowServer: Add missing includesBen Wiederhake
2022-09-18Kernel: Add missing include in APIBen 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: Allow passing null to a nullable IDL union typeAndreas Kling
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-18Ports: Only regenerate patches if there are actual changed commitsTim Schumacher
2022-09-18Ports: Handle generating a ReadMe for an empty patch directoryTim Schumacher