summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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-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
2023-04-19LibWeb: Properly handle `auto` when parsing `background-size`Sam Atkins
2023-04-19LibWeb: Fix broken handling of `flex: <flex-grow>` shorthandAndreas Kling
2023-04-19WindowServer+LibGUI: Port WindowServer's Menu name to new StringKarol Kosek
2023-04-19LibGUI+Userland: Make Menu::*add_submmenu take name using new stringKarol Kosek
2023-04-19LibGUI+Userland: Make Window::*add_menu take name using new stringKarol Kosek
2023-04-19LibGUI: Port Menubar to new stringKarol Kosek
2023-04-19LibGUI+Browser: Set menu names using the new String classKarol Kosek
2023-04-19Userland: Construct Menus with name using the non-deprecated StringKarol Kosek
2023-04-19LibGUI: Store Menu names as new StringKarol Kosek
2023-04-19LibWeb: Implement the HTMLMediaElement crossOrigin attributeTimothy Flynn