summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-09-18Ports: Place tags at important points in the commit historyTim Schumacher
2022-09-18Ports: Unify the git "origin" and the working copyTim Schumacher
2022-09-18Toolchain: Regenerate patches using the latest format rulesTim Schumacher
2022-09-18Ports: Force full-length file indices when formatting patchesTim Schumacher
2022-09-18Ports: Follow symlinks while discovering whether a port has patchesTim Schumacher
2022-09-18Ports: Keep `[...]` prefixes while importing patchesTim Schumacher
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-18Base: Add some cool new emojisMykola
2022-09-17LibTimeZone: Generate DST rule timestamps at compile timeTimothy Flynn
2022-09-17LibWeb: Get default fonts via Platform::FontPluginAndreas Kling
2022-09-17WrapperGenerator: Use the new shiny Overload Resolution Algorithm :^)Sam Atkins
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-17WrapperGenerator: Clarify function-length getter nameSam Atkins
2022-09-17WrapperGenerator: Move generation code out of IDLTypes.hSam Atkins
2022-09-17LibGL: Remove `GL::present_context`Jelle Raaijmakers
2022-09-17Ports: Make SDL2 build since recent `GL::create_context` changesJelle 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
2022-09-17LibWeb: Make Document.createElement() lowercase HTML local namesAndreas Kling
2022-09-17LibJS: Parse date strings like "9/17/2022"davidot
2022-09-17Base: Update Magnifier.md use visual impairment vs sight impaireddjwisdom
2022-09-17Kernel/USB: Hotplug multiple USB device crash hotfixb14ckcat
2022-09-17LibGL: Prevent segfault due to texture destructionJelle Raaijmakers
2022-09-17Base: Add a lot of emojiMykola
2022-09-17Base: Update Durrque theme for a better look and feeldjwisdom
2022-09-17LibPDF: Support parsing page tree nodes that are in object streamsJulian Offenhäuser
2022-09-17LibPDF: Rename argument for the latin character set enumeration macroJulian Offenhäuser
2022-09-17LibPDF: Allow whitespace other than EOL after an object markerJulian Offenhäuser
2022-09-17LibPDF: Disallow parsing indirect values as operandsJulian Offenhäuser