summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-07LibWeb: Start implementing the Element scroll attributesLuke Wilde
2022-11-07LibWeb: Stub Document.queryCommandSupportedLuke Wilde
2022-11-07LibWeb: Expose MouseEvent.{screenX,screenY}Luke Wilde
2022-11-07LibWeb: Implement Window.focusLuke Wilde
2022-11-07LibWeb: Use the focus steps instead of set_focused_element on user clickLuke Wilde
2022-11-07LibWeb: Extract the (un)focus steps out of HTMLElementLuke Wilde
2022-11-07LibWeb: Implement HTMLSelectElement.typeLuke Wilde
2022-11-07LibWeb: Implement CSSStyleDeclaration.cssTextLuke Wilde
2022-11-07LibWeb: Implement Element.getAttributeNodeLuke Wilde
2022-11-07LibWeb: Add HTMLOrSVGElement.autofocusLuke Wilde
2022-11-07LibHTTP: Always send Content-Length header in POST requestsLuke Wilde
2022-11-07LibWeb: Implement HTMLOrSVGElement.tabIndexLuke Wilde
2022-11-07LibWeb: Stub XMLHttpRequest.abortLuke Wilde
2022-11-07ThemeEditor: Warn about unsaved changes on file openKarol Kosek
2022-11-07TextEditor+HexEditor: Warn about unsaved changes after dropping filesKarol Kosek
2022-11-07PixelPaint: Remember visibility for histogram and vectorscopeTorstennator
2022-11-07AudioServer: Skip mixing when volume is zeroAlex Chronopoulos
2022-11-07Base: Add media emojisBrianna
2022-11-07LibWeb: Skip anonymous layout nodes while finding the event targetGunnar Beutner
2022-11-07LibWeb: Move code for finding the parent element into a helper functionGunnar Beutner
2022-11-07Base: Add tests for grid gapmartinfalisse
2022-11-07LibWeb: Implement gap in CSS Gridmartinfalisse
2022-11-07LibWeb: Add some helpers for TemporaryTrackmartinfalisse
2022-11-07LibWeb: Parse CSS gap propertymartinfalisse
2022-11-06Base+VideoPlayer: Add an icon for video playerSlimey
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