summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-11-06Everywhere: Remove redundant inequality comparison operatorsDaniel Bertalan
2022-11-06Meta+LibUnicode: Avoid relocations for static unicode dataGunnar Beutner
2022-11-06VideoPlayer: Add quit action and help menuSlimey
2022-11-06VideoPlayer: Show current open file in the titleSlimey
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-06LibWeb: Fix some `conic-gradient()` painting issuesMacDue
2022-11-06LibWeb: Fix parsing `conic-gradient()`s with only `at <position>`MacDue
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-05Games: Add BrickGameOleg Kosenkov
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-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-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
2022-11-05LibWebView+WebContent: Add an IPC to take an element screenshotTimothy Flynn
2022-11-05LibWebView+WebContent: Add an IPC to scroll an element into viewTimothy Flynn
2022-11-05WebContent: Abstract calculating an element's absolute rect to a helperTimothy Flynn
2022-11-05LibWeb: Make ON_WHITESPACE less heavy in HTML tokenizerAndreas Kling
2022-11-05LibWeb: Cache the first <base href> (in tree order) in DocumentAndreas Kling
2022-11-04LibWeb: Add abort algorithm after creating controller in fetch_impl()Linus Groh
2022-11-04LibWeb: Properly copy method and headers from the input in Request()Linus Groh
2022-11-04LibWeb: Bring XHR::open() closer to specSmrtnyk
2022-11-04LibJS: Use more accurate number-to-string method in Number toExponentialTimothy Flynn
2022-11-04LibJS: Use more accurate number-to-string method in Number toPrecisionTimothy Flynn
2022-11-04LibJS: Use more accurate number-to-string method in Intl.NumberFormatTimothy Flynn
2022-11-04LibJS: Publicly expose double_to_string and rename it number_to_stringTimothy Flynn
2022-11-04LibJS: Rename ToShowCalendarOption to ToCalendarNameOptionSmrtnyk
2022-11-04LibCore: Handle resolving executable paths even when PATH is nullmeiskam
2022-11-04LibWeb: Replace <svg> sizing hack with slightly smaller hackAndreas Kling
2022-11-04LibWeb: Make HTMLIFrameElement.contentWindow return the WindowProxyAndreas Kling