summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-05Shell: Add a "." builtin that aliases to "source" in POSIXmasterjwijenbergh
2023-06-05Base: Add .mkv file association to Video PlayerKarol Kosek
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-05Tests/LibWeb: Add some text tests for 'parsing a legacy color value'Shannon Booth
2023-06-04Kernel: Rename Syscall.cpp => Syscalls/SyscallHandler.cppLiav A
2023-06-04Kernel: Move InterruptDisabler to the Interrupts subdirectoryLiav A
2023-06-04Kernel: Move Performance-measurement code to the Tasks subdirectoryLiav A
2023-06-04Kernel: Move TimerQueue code to the Time subdirectoryLiav A
2023-06-04Kernel: Move all boot-related code to the new Boot subdirectoryLiav A
2023-06-04Kernel: Move ExecutionMode.h to the Security subdirectoryLiav A
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