summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-11-08LibWeb: Pick the correct DOM node for mouse-move eventsGunnar Beutner
2022-11-07LibGUI: Fix a typoMike Akers
2022-11-07LibWeb: Paint `repeating-conic-gradient()`sMacDue
2022-11-07LibWeb: Parse `repeating-conic-gradient()`sMacDue
2022-11-07LibWeb: Skip hit testing a line box fragment if it has no containerLuke Wilde
2022-11-07LibWeb: Fire a keypress event after firing a keydown eventLuke Wilde
2022-11-07LibWeb: Make keyboard events properly fire into a focused iframeLuke Wilde
2022-11-07LibWeb: Implement HTMLTableRowElement.deleteCellLuke Wilde
2022-11-07LibWeb: Implement HTMLTableRowElement.insertCellLuke Wilde
2022-11-07LibWeb: Implement :lang pseudo class serializationLuke Wilde
2022-11-07LibWeb: Recognise the ::placeholder pseudo elementLuke Wilde
2022-11-07LibWeb: Check that there's a head element before looking for faviconsLuke Wilde
2022-11-07LibWeb: Don't call load_src after process_the_iframe_attributesLuke Wilde
2022-11-07LibWeb: Return after firing the iframe load event for about:blankLuke Wilde
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-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-07LibWeb: Implement gap in CSS Gridmartinfalisse
2022-11-07LibWeb: Add some helpers for TemporaryTrackmartinfalisse
2022-11-07LibWeb: Parse CSS gap propertymartinfalisse
2022-11-06Everywhere: Remove redundant inequality comparison operatorsDaniel Bertalan
2022-11-06Meta+LibUnicode: Avoid relocations for static unicode dataGunnar Beutner
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-05LibCore: Add System::exec_command methodLiav A
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