summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML
AgeCommit message (Expand)Author
2023-04-28LibWeb: Implement "get all used history steps" for traversablesAliaksandr Kalenik
2023-04-28LibWeb: Implement "get the target history entry" for navigablesAliaksandr Kalenik
2023-04-28LibWeb: Implement "get session history entries" for navigablesAliaksandr Kalenik
2023-04-28LibWeb: Change Navigable::traversable_navigable() to be constAliaksandr Kalenik
2023-04-28LibWeb: Add non-const session_history_entries getter in traversableAliaksandr Kalenik
2023-04-28LibWeb: Add NestedHistory in DocumentStateAliaksandr Kalenik
2023-04-26LibWeb: Implement creation of fresh top-level traversablesAliaksandr Kalenik
2023-04-26LibWeb: Implement Navigable::initialize_navigable()Aliaksandr Kalenik
2023-04-26LibWeb: Add step property in SessionHistoryEntryAliaksandr Kalenik
2023-04-25LibWeb: Remove custom playback timer from HTMLMediaElementTimothy Flynn
2023-04-25LibWeb: Start fleshing out Navigable::navigate()Aliaksandr Kalenik
2023-04-25LibWeb: Add m_ongoing_navigation in NavigableAliaksandr Kalenik
2023-04-25LibWeb: Add HTML::Task::Source::NavigationAndTraversalAndreas Kling
2023-04-25LibWeb: Add HistoryHandlingBehavior::PushAndreas Kling
2023-04-25LibWeb: Add HTML::POSTResourceAliaksandr Kalenik
2023-04-24LibWeb: Implement "create a new browsing context and document"Aliaksandr Kalenik
2023-04-24LibWeb: Implement the "top-level traversable" of a browsing contextAndreas Kling
2023-04-24LibWeb: Add updated version of "determine the origin" AO from HTML specAndreas Kling
2023-04-24LibWeb: Implement Document::make_active()Aliaksandr Kalenik
2023-04-24LibWeb: Implement the HTMLMediaElement fastSeek methodTimothy Flynn
2023-04-24LibWeb: Convert navigationId from DeprecatedString to StringAliaksandr Kalenik
2023-04-23LibWeb: Propagate LibVideo decoder errors to the HTMLMediaElementTimothy Flynn
2023-04-23LibWeb: Implement the HTMLMediaElement error attributeTimothy Flynn
2023-04-23LibWeb: Implement the MediaError IDL interfaceTimothy Flynn
2023-04-23LibWeb: Add API for finding Navigable with a given active documentAndreas Kling
2023-04-23LibWeb: Implement getting the top-level traversable of a navigableAndreas Kling
2023-04-23LibWeb: Implement getting the traversable navigable of a navigableAndreas Kling
2023-04-21LibWeb+Browser+Ladybird: Use JS::SafeFunction for EventLoop callbacksSam Atkins
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/DOM: Rename Node::{paint => paintable}_box()Linus Groh
2023-04-20LibWeb/WebDriver: Handle WindowProxy in internal_json_clone_algorithm()Linus Groh
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-20LibWeb: Properly stop, rather than terminate, ongoing media fetchesTimothy 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: Implement the HTMLMediaElement crossOrigin attributeTimothy Flynn
2023-04-19LibWeb: Stub out the HTMLMediaElement buffered attributeTimothy Flynn
2023-04-19LibWeb: Stub out the HTML TimeRanges IDL interfaceTimothy Flynn
2023-04-18LibWeb: Implement HTMLMediaElement's autoplay attributeTimothy Flynn
2023-04-17LibWeb: Update the media playback time for clicks on the media timelineTimothy Flynn