index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
HTML
Age
Commit message (
Expand
)
Author
2023-04-28
LibWeb: Implement "get all used history steps" for traversables
Aliaksandr Kalenik
2023-04-28
LibWeb: Implement "get the target history entry" for navigables
Aliaksandr Kalenik
2023-04-28
LibWeb: Implement "get session history entries" for navigables
Aliaksandr Kalenik
2023-04-28
LibWeb: Change Navigable::traversable_navigable() to be const
Aliaksandr Kalenik
2023-04-28
LibWeb: Add non-const session_history_entries getter in traversable
Aliaksandr Kalenik
2023-04-28
LibWeb: Add NestedHistory in DocumentState
Aliaksandr Kalenik
2023-04-26
LibWeb: Implement creation of fresh top-level traversables
Aliaksandr Kalenik
2023-04-26
LibWeb: Implement Navigable::initialize_navigable()
Aliaksandr Kalenik
2023-04-26
LibWeb: Add step property in SessionHistoryEntry
Aliaksandr Kalenik
2023-04-25
LibWeb: Remove custom playback timer from HTMLMediaElement
Timothy Flynn
2023-04-25
LibWeb: Start fleshing out Navigable::navigate()
Aliaksandr Kalenik
2023-04-25
LibWeb: Add m_ongoing_navigation in Navigable
Aliaksandr Kalenik
2023-04-25
LibWeb: Add HTML::Task::Source::NavigationAndTraversal
Andreas Kling
2023-04-25
LibWeb: Add HistoryHandlingBehavior::Push
Andreas Kling
2023-04-25
LibWeb: Add HTML::POSTResource
Aliaksandr Kalenik
2023-04-24
LibWeb: Implement "create a new browsing context and document"
Aliaksandr Kalenik
2023-04-24
LibWeb: Implement the "top-level traversable" of a browsing context
Andreas Kling
2023-04-24
LibWeb: Add updated version of "determine the origin" AO from HTML spec
Andreas Kling
2023-04-24
LibWeb: Implement Document::make_active()
Aliaksandr Kalenik
2023-04-24
LibWeb: Implement the HTMLMediaElement fastSeek method
Timothy Flynn
2023-04-24
LibWeb: Convert navigationId from DeprecatedString to String
Aliaksandr Kalenik
2023-04-23
LibWeb: Propagate LibVideo decoder errors to the HTMLMediaElement
Timothy Flynn
2023-04-23
LibWeb: Implement the HTMLMediaElement error attribute
Timothy Flynn
2023-04-23
LibWeb: Implement the MediaError IDL interface
Timothy Flynn
2023-04-23
LibWeb: Add API for finding Navigable with a given active document
Andreas Kling
2023-04-23
LibWeb: Implement getting the top-level traversable of a navigable
Andreas Kling
2023-04-23
LibWeb: Implement getting the traversable navigable of a navigable
Andreas Kling
2023-04-21
LibWeb+Browser+Ladybird: Use JS::SafeFunction for EventLoop callbacks
Sam Atkins
2023-04-21
LibWeb: Implement the HTMLVideoElement poster attribute
Timothy Flynn
2023-04-21
LibWeb: Implement the HTMLMediaElement show-poster flag
Timothy Flynn
2023-04-21
LibWeb: Implement the HTMLMediaElement "potentially playing" concept
Timothy Flynn
2023-04-21
LibWeb: Make HTMLMediaElement's attribute change handlers protected
Timothy Flynn
2023-04-21
LibWeb: Add a getter for HTMLMediaElement's current playback position
Timothy Flynn
2023-04-21
LibWeb: Track decoded video frame positions along with the frame image
Timothy Flynn
2023-04-20
LibWeb/DOM: Rename Node::{paint => paintable}_box()
Linus Groh
2023-04-20
LibWeb/WebDriver: Handle WindowProxy in internal_json_clone_algorithm()
Linus Groh
2023-04-20
LibWeb/HTML: Store NonnullGCPtr in browsing context group set
Linus Groh
2023-04-20
LibWeb/HTML: Store NonnullGCPtr in browsing context set
Linus Groh
2023-04-20
LibWeb: Properly stop, rather than terminate, ongoing media fetches
Timothy Flynn
2023-04-20
LibWeb: Do not handle media ready state changes for empty network states
Timothy Flynn
2023-04-20
LibWeb: Implement the HTMLMediaElement delaying-the-load-event flag
Timothy Flynn
2023-04-20
LibWeb: Implement the HTMLMediaElement currentSrc attribute
Timothy Flynn
2023-04-19
LibWeb: Add HTML::TraversableNavigable
Andreas Kling
2023-04-19
LibWeb: Add HTML::Navigable
Andreas Kling
2023-04-19
LibWeb: Rename BrowsingContextContainer => NavigableContainer
Andreas Kling
2023-04-19
LibWeb: Implement the HTMLMediaElement crossOrigin attribute
Timothy Flynn
2023-04-19
LibWeb: Stub out the HTMLMediaElement buffered attribute
Timothy Flynn
2023-04-19
LibWeb: Stub out the HTML TimeRanges IDL interface
Timothy Flynn
2023-04-18
LibWeb: Implement HTMLMediaElement's autoplay attribute
Timothy Flynn
2023-04-17
LibWeb: Update the media playback time for clicks on the media timeline
Timothy Flynn
[next]