summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2023-06-05LibC: Add missing spec links for string APIsEmily Trau
2023-06-05LibC: Fix memmem signature complianceEmily Trau
2023-06-05LibWeb: Ensure that contentType in Blob::slice is basic latinShannon Booth
2023-06-04Everywhere: Move global Kernel pattern code to Kernel/Library directoryLiav A
2023-06-04Kernel: Move {Virtual,Physical}Address classes to the Memory directoryLiav A
2023-06-04Kernel: Move Random.{h,cpp} code to Security subdirectoryLiav A
2023-06-04TextEditor: Prevent autoscroll looping overAhmed Hussein
2023-06-04LibWeb: Account for negative margins when calculating float intrusionAndreas Kling
2023-06-04LibGfx: Fix adding active edges in filled path rasterizerMacDue
2023-06-04LibGfx: Simplify segmentizing pathsMacDue
2023-06-03LibWeb: Rewind TokenStream if we reject a parsed value as out-of-boundsSam Atkins
2023-06-03LibWeb: Exit `parse_font_family_value()` when hitting an illegal tokenSam Atkins
2023-06-03LibWeb: Don't crash when document.write a script with src attrZhiyuan Guo
2023-06-03LibWeb: Detect and reject math functions with no resolved typeSam Atkins
2023-06-03LibWeb: Resolve the `transition-delay` propertystelar7
2023-06-03LibWeb: Implement the `<symbol>` SVG elementPrestonLTaylor
2023-06-03LibWeb: Implement the `<use>` SVG elementPrestonLTaylor
2023-06-03LibWeb: Add document_fully_loaded event to DocumentObserverPrestonLTaylor
2023-06-03LibWeb: Allow SVG painting to escape out of a shadow treePrestonLTaylor
2023-06-03LibWeb: Implement `details_notification_task_steps` for <details>stelar7
2023-06-03LibWeb: Implement the <summary> elementstelar7
2023-06-03LibWeb: Make disclosure marker bounds squareSimon Wanner
2023-06-03LibWeb: Support list-style-positionSimon Wanner
2023-06-03LibWeb: Make pseudo-elements inspectableSimon Wanner
2023-06-03LibWeb: Add list-style-type: disclosure-{closed,open}Simon Wanner
2023-06-03LibLine: Ignore ENOENT errors when loading old historyTim Schumacher
2023-06-03LibCore: Add `File::OpenMode::DontCreate`Caoimhe
2023-06-02LibGfx/JPEG: Use `Error` to propagate errorsLucas CHOLLET
2023-06-02LibWeb: Fix order/formatting of Properties.jsonSam Atkins
2023-06-02LibWeb: Add missing value ranges to CSS propertiesSam Atkins
2023-06-02LibWeb: Support font-size: calc()Andreas Kling
2023-06-02LibWeb: Add a way to resolve calc() values without a layout nodeAndreas Kling
2023-06-02LibWeb: Fix crashing when grid track size is calc() with percentageAliaksandr Kalenik
2023-06-02LibWeb: Bounds-check parsed CSS typesSam Atkins
2023-06-02LibWeb: Add comparison operators to CSS numeric types (except Length)Sam Atkins
2023-06-02LibWeb: Support flex items with calc() main size containing percentagesAndreas Kling
2023-06-02LibWeb: Make StackingContext sorting a lot fasterAndreas Kling
2023-06-02Kernel: Move the Storage directory to be a new directory under DevicesLiav A
2023-06-02LibJS: Store PrivateElement values in Handle<Value>Andreas Kling
2023-06-02LibWeb: Parse `clamp()` css math functionstelar7
2023-06-02LibWeb: Parse `max()` css math functionstelar7
2023-06-02LibWeb: Parse `min()` css math functionstelar7
2023-06-02LibWeb: Move function parsing to separate methodstelar7
2023-06-02LibWeb: Remove per path clipping for SVGGeometryPaintableMacDue
2023-06-02LibWeb: Avoid text-aligning content that is too long for its line boxFalseHonesty
2023-06-01LibCrypto: Don't return reference to stack frame in PBKDFBen Wiederhake
2023-06-01LibWeb: Convert NumberStyleValue from float to doubleSam Atkins
2023-06-01LibWeb: Remove int usage of NumberStyleValuesSam Atkins
2023-06-01LibWeb: Implement IntegerStyleValue, for holding `<integer>`Sam Atkins
2023-06-01LibWeb: Rename NumericStyleValue -> NumberStyleValueSam Atkins