summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-21LibWeb: Return typed array and ArrayBuffer for BufferSource in IDL unionLuke Wilde
2023-04-21LibWeb: Add XMLDocument stubLuke Wilde
2023-04-21Ladybird: Add a command line flag to disable launching SQLServerTimothy Flynn
2023-04-21Browser: Add support for CookieJar to run in a transient, in-memory modeTimothy Flynn
2023-04-21Base: Add options to the video test page to change its attributesTimothy Flynn
2023-04-21LibWeb: Implement HTMLVideoElement representation closer to the specTimothy Flynn
2023-04-21LibWeb: Implement the HTMLVideoElement poster attributeTimothy Flynn
2023-04-21LibWeb: Implement the HTMLMediaElement show-poster flagTimothy Flynn
2023-04-21LibWeb: Implement the HTMLMediaElement "potentially playing" conceptTimothy Flynn
2023-04-21LibWeb: Make HTMLMediaElement's attribute change handlers protectedTimothy Flynn
2023-04-21LibWeb: Add a getter for HTMLMediaElement's current playback positionTimothy Flynn
2023-04-21LibWeb: Track decoded video frame positions along with the frame imageTimothy Flynn
2023-04-20LibWeb: Use device pixels to translate NestedBrowsingContextPaintableAliaksandr Kalenik
2023-04-20LibWeb/Painting: Move-assign value in set_containing_line_box_fragmentLinus Groh
2023-04-20LibWeb/Painting: Remove redundant 'Painting::' namespace prefixesLinus Groh
2023-04-20LibWeb: Rename remaining paint_box variables to paintable_boxLinus Groh
2023-04-20LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}()Linus Groh
2023-04-20LibWeb/DOM: Rename Node::{paint => paintable}_box()Linus Groh
2023-04-20LibWeb/Layout: Rename Box::{paint => paintable}_box()Linus Groh
2023-04-20LibWeb/Painting: Rename StackingContext::paintable{ => _box}()Linus Groh
2023-04-20LibWeb/WebDriver: Handle WindowProxy in internal_json_clone_algorithm()Linus Groh
2023-04-20TextEditor: Propagate errors from `MainWidget::initialize_menubar()`Karol Kosek
2023-04-20SQLStudio: Propagate errors from `MainWidget::initialize_menubar()`Karol Kosek
2023-04-20PDFViewer: Propagate errors from `PDFViewerWidget::initialize_menubar()`Karol Kosek
2023-04-20HexEditor: Propagate errors from `HexEditorWidget::initialize_menubar()`Karol Kosek
2023-04-20CharacterMap: Propagate errors from `initialize_menubar()`Karol Kosek
2023-04-20LibWeb/HTML: Store NonnullGCPtr in browsing context group setLinus Groh
2023-04-20LibWeb/HTML: Store NonnullGCPtr in browsing context setLinus Groh
2023-04-20Ports: Add more supported functions to READMEFabian Dellwing
2023-04-20Ports: Update zshFabian Dellwing
2023-04-20Chess: Gracefully handle ChessEngine disconnectionsTim Ledbetter
2023-04-20ChessEngine: Gracefully handle GUI disconnectionsTim Ledbetter
2023-04-20LibChess: Allow UCIEndpoint to handle unexpected disconnectionsTim Ledbetter
2023-04-20Chess: Send a quit command to ChessEngine when it is no longer in useTim Ledbetter
2023-04-20ChessEngine: Handle the UCI quit commandTim Ledbetter
2023-04-20LibChess: Add the UCI quit commandTim Ledbetter
2023-04-20LibWeb: Properly stop, rather than terminate, ongoing media fetchesTimothy Flynn
2023-04-20LibWeb: Invent a method to stop an in-progress fetch without errorsTimothy Flynn
2023-04-20LibWeb: Do not handle media ready state changes for empty network statesTimothy Flynn
2023-04-20LibWeb: Implement the HTMLMediaElement delaying-the-load-event flagTimothy Flynn
2023-04-20LibWeb: Implement the HTMLMediaElement currentSrc attributeTimothy Flynn
2023-04-19LibWeb: Add HTML::TraversableNavigableAndreas Kling
2023-04-19LibWeb: Add HTML::NavigableAndreas Kling
2023-04-19LibWeb: Rename BrowsingContextContainer => NavigableContainerAndreas Kling
2023-04-19LibWeb: Simplify StyleValue API now that `auto` isn't a lengthSam Atkins
2023-04-19LibWeb: Verify we don't accidentally create an `auto` LengthStyleValueSam Atkins
2023-04-19LibWeb: Stop creating `auto` LengthStyleValue for resolved styleSam Atkins
2023-04-19LibWeb: Stop parsing `auto` as a LengthSam Atkins
2023-04-19LibWeb: Check flex longhands first when parsing flex shorthandSam Atkins
2023-04-19LibWeb: Properly handle `auto` in StyleProperties::length_percentage()Sam Atkins