summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-04Everywhere: Move global Kernel pattern code to Kernel/Library directoryLiav A
2023-06-04Kernel: Move task-crash related code to the Tasks subdirectoryLiav A
2023-06-04Kernel: Move Credentials.{cpp,h} to the Security subdirectoryLiav A
2023-06-04Kernel: Move {Virtual,Physical}Address classes to the Memory directoryLiav A
2023-06-04Kernel: Move UBSanitizer and AddressSanitizer to Security subdirectoryLiav A
2023-06-04Kernel: Move Random.{h,cpp} code to Security subdirectoryLiav A
2023-06-04Kernel: Move all tasks-related code to the Tasks subdirectoryLiav A
2023-06-04Kernel: Move Jail code to a new 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-04Toolchain+Ladybird: Declare dependencies in correct nix filenetworkException
2023-06-04Ladybird: Sort packages in nativeBuildsInputs nix listnetworkException
2023-06-04LibGfx: Fix adding active edges in filled path rasterizerMacDue
2023-06-04LibGfx: Simplify segmentizing pathsMacDue
2023-06-04Ports: Update the Zig port's Serenity type definitionssin-ack
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-03Base: Remove unlicensed copy of BMFWBen Wiederhake
2023-06-03Base: Replace GPL bmpsuite by link to originalBen Wiederhake
2023-06-03Ladybird: Assume file:// URL when URL starts with '/'Shannon Booth
2023-06-03LibWeb: Don't crash when document.write a script with src attrZhiyuan Guo
2023-06-03Meta: Ignore Helix's configuration folderCaoimhe
2023-06-03Documentation: Add instructions for configuring the Helix editorCaoimhe
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-02Toolchain: Add qt6.qt{base,svg} to serenity.nixnetworkException
2023-06-02Toolchain: Sort packages in {nativeB,b}uildInputs nix listsnetworkException
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 infinite range for 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