summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-07Ports: Update fio to version 3.33Brian Gianforcaro
2022-11-06Everywhere: Remove redundant inequality comparison operatorsDaniel Bertalan
2022-11-06Meta+LibUnicode: Avoid relocations for emoji dataGunnar Beutner
2022-11-06Meta+LibUnicode: Avoid relocations for static unicode dataGunnar Beutner
2022-11-06Base: Add appropriate entries for VideoPlayerSlimey
2022-11-06Base+Ports: Rename 'Sound' category to 'Media'Slimey
2022-11-06VideoPlayer: Add quit action and help menuSlimey
2022-11-06VideoPlayer: Show current open file in the titleSlimey
2022-11-06Base: Add test for sizing children of gridmartinfalisse
2022-11-06LibWeb: Calculate grid content height using column widthmartinfalisse
2022-11-06LibWeb: Use AvailableSpace when referring to the grid widthmartinfalisse
2022-11-06LibWeb: Calculate grid columns first, and grid rows secondmartinfalisse
2022-11-06LibWeb: Calculate available space for children of the gridmartinfalisse
2022-11-06LibWeb: Replace some unnecessary ShadowRoot verify_cast with static_castBaitinq
2022-11-06LibJS: Remove the now-unused LocalTZA AOTimothy Flynn
2022-11-06LibJS: Change ToLocalTime to use epoch nanosecondsTimothy Flynn
2022-11-06LibJS: Remove infallibility marker from DefaultTimeZone invocationTimothy Flynn
2022-11-06Base: Add some extra `conic-gradient()` test casesMacDue
2022-11-06LibWeb: Fix some `conic-gradient()` painting issuesMacDue
2022-11-06LibWeb: Fix parsing `conic-gradient()`s with only `at <position>`MacDue
2022-11-05Ports: Enable ssl and ztd features for Qt portClemens Wasser
2022-11-05Ports: Build Qt modules Network and ConcurrentClemens Wasser
2022-11-05LibC: Add missing definitions for IPv6 packet infoClemens Wasser
2022-11-05LibC: Implement pthread_testcancelClemens Wasser
2022-11-05Userland: Add support for jailsLiav A
2022-11-05Userland/pls: Use Core::System::exec_command method to execute a commandLiav A
2022-11-05LibCore: Add System::exec_command methodLiav A
2022-11-05Base: Add information about the new /sys/kernel/jails nodeLiav A
2022-11-05Kernel: Add support for jailsLiav A
2022-11-05Kernel: Add copy_typed_from_user for non-const Userspace<T*>Liav A
2022-11-05Games: Add BrickGameOleg Kosenkov
2022-11-05AK: Introduce fixed-width floating point types (f32, f64, f80 and f128)Dan Klishch
2022-11-05Toolchain: Disable makeinfo for binutilsChristopher Wales
2022-11-05LibWeb: Render text inside <input type=password> as asterisks (`*`)Andreas Kling
2022-11-05LibWeb: Inherit style across shadow tree boundariesAndreas Kling
2022-11-05LibWeb: Add DOM::Node::parent_or_shadow_host_element()Andreas Kling
2022-11-05Kernel: Make sys$msyscall() not take the big lockAndreas Kling
2022-11-05WebContent: Capture horizontal overflow in full document screenshotsTimothy Flynn
2022-11-05WebContent: Store and provide access to web page content sizeTimothy Flynn
2022-11-05LibJS: Rename ToShowTimeZoneNameOption to ToTimeZoneNameOptionSmrtnyk
2022-11-05LibWeb: Use relative units for gradients until paintingMacDue
2022-11-05LibGUI: Hold down Alt when clicking TreeView to expand full subtreeEaston Pillay
2022-11-05LibWeb: Use preferred flex item sizes as min/max-content contributionAndreas Kling
2022-11-05Browser: Add a context menu item to take a full document screenshotTimothy Flynn
2022-11-05LibWebView+WebContent: Add an IPC to take a full document screenshotTimothy Flynn
2022-11-05Browser: Rename "take screenshot" action to "take visible screenshot"Timothy Flynn
2022-11-05CI: Check out PR merge branch instead of sourceJelle Raaijmakers
2022-11-04Browser: Add a banner to tabs controlled by WebDriverLinus Groh
2022-11-04Browser: Refactor WebDriver flag activation into a single functionLinus Groh
2022-11-05WebDriver+Browser: Implement `GET /session/{id}/element/{id}/screenshot`Timothy Flynn