summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2022-11-11LibWeb: Merge latest mimesniff spec updateNico Weber
2022-11-11LibWeb: Implement screenshot painting inside Web::WebDriverTimothy Flynn
2022-11-11LibWeb: Remove unused type XMLHttpRequestBodyInitKenneth Myhra
2022-11-11LibWeb: Implement support for DOM::Document in XHR::send()Kenneth Myhra
2022-11-10LibWeb: Define method to check if an attribute is a boolean attributeTimothy Flynn
2022-11-10LibWeb: Define a few missing attribute namesTimothy Flynn
2022-11-10LibWeb: Implement the element location strategies in Web::WebDriverTimothy Flynn
2022-11-09LibWeb: Fix typo in BodyInitOrReadableBytes type aliasLinus Groh
2022-11-09Everywhere: Fix a few comment typosNico Weber
2022-11-09LibWeb: Finish half-written comment in abspos height calculationAndreas Kling
2022-11-09LibWeb: Try to compute height for abspos elements before inside layoutAndreas Kling
2022-11-09LibWeb: Actually assign solved value for `left` in abspos width case 1Andreas Kling
2022-11-08LibWeb: Add a flag to track when a browsing context has been discardedTimothy Flynn
2022-11-08LibWeb+WebDriver: Add an IPC-transferable Web::WebDriver::Response classTimothy Flynn
2022-11-08LibWeb+WebDriver: Move WebDriverError to Web::WebDriver::ErrorTimothy Flynn
2022-11-08LibWeb: Apply the current transform in CRC2D.stroke()Luke Wilde
2022-11-08Everywhere: Clean up "in in" comment typosNico Weber
2022-11-08LibWeb: Pick the correct DOM node for mouse-move eventsGunnar Beutner
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-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-06LibWeb: Calculate grid content height using column widthmartinfalisse
2022-11-06LibWeb: Use AvailableSpace when referring to the grid widthmartinfalisse