summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLMediaElement.h
AgeCommit message (Expand)Author
2023-05-04LibWeb: Pause HTMLMediaElement when its document becomes inactiveTimothy Flynn
2023-05-04LibWeb: Implement steps for removing an HTMLMediaElement from a documentTimothy Flynn
2023-04-24LibWeb: Implement the HTMLMediaElement fastSeek methodTimothy Flynn
2023-04-23LibWeb: Propagate LibVideo decoder errors to the HTMLMediaElementTimothy Flynn
2023-04-23LibWeb: Implement the HTMLMediaElement error 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-20LibWeb: Implement the HTMLMediaElement delaying-the-load-event flagTimothy Flynn
2023-04-20LibWeb: Implement the HTMLMediaElement currentSrc attributeTimothy Flynn
2023-04-19LibWeb: Implement the HTMLMediaElement crossOrigin attributeTimothy Flynn
2023-04-19LibWeb: Stub out the HTMLMediaElement buffered attributeTimothy Flynn
2023-04-18LibWeb: Implement HTMLMediaElement's autoplay attributeTimothy Flynn
2023-04-17LibWeb: Begin implementing media resource seekingTimothy Flynn
2023-04-11LibWeb: Begin detecting the end of an HTMLMediaElement media resourceTimothy Flynn
2023-04-11LibWeb: Begin tracking HTMLMediaElement playback positionsTimothy Flynn
2023-04-11LibWeb: Move dispatching timeupdate events to a helper for trackingTimothy Flynn
2023-04-08LibWeb: Implement HTMLMediaElement.playTimothy Flynn
2023-04-08LibWeb: Implement HTMLMediaElement.pauseTimothy Flynn
2023-04-08LibWeb: Implement the HTMLMediaElement paused attributeTimothy Flynn
2023-04-08LibWeb: Implement HTMLMediaElement.loadTimothy Flynn
2023-04-07LibWeb: Begin implementing HTMLMediaElement's readyState attributeTimothy Flynn
2023-04-07LibWeb: Implement HTMLMediaElement's duration attributeTimothy Flynn
2023-04-07LibWeb: Indicate that we may be able to play video MIME typesTimothy Flynn
2023-04-07LibWeb: Parse and load the HTMLMediaElement's src attributeTimothy Flynn
2023-04-07LibWeb: Define steps to queue a media element task on a HTMLMediaElementTimothy Flynn
2023-04-07LibWeb: Implement HTMLMediaElement's networkState attributeTimothy Flynn
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2023-01-10LibWeb: Move setting of Web object prototypes to initialize()Timothy Flynn
2022-12-10LibWeb: Stub HTMLMediaElement.pauseLuke Wilde
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-28LibWeb: Stub HTMLMediaElement.loadLuke Wilde
2022-09-21LibWeb: Remove WRAPPER_HACK() macroLinus Groh
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-03-04LibWeb: Add HTMLMediaElement.canPlayType()Linus Groh
2022-02-19LibWeb: Move QualifiedName into the Web::DOM namespaceAndreas Kling
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-07LibWeb: Use move semantics for QualifiedName more oftenAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling