summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-06-05Shell: Add a "." builtin that aliases to "source" in POSIXmasterjwijenbergh
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-04PixelPaint: Make "Crop Image to Content" work with disjoint layersTim Ledbetter
2023-06-04PixelPaint: Make "Crop Image to Selection" work with disjoint layersTim Ledbetter
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-03SystemServer: Ensure service drop privileges could fail only when rootLiav A
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-03SpiceAgent: Exit early if `SPICE_DEVICE` doesn't existCaoimhe
2023-06-03SpiceAgent: Don't pledge `cpath` or open SPICE_DEVICE as `rwc`Caoimhe
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-02Kernel+Userland: Ensure proper unveil permissions before using rm/rmdirLiav A
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-02WebContent: Prevent renderer crash on partially invalid imageNico Weber
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