Sam Atkins
|
7b4ae43b91
LibWeb: Implement the `:seeking` pseudo-class
|
2 years ago |
Timothy Flynn
|
a4070b1452
LibWeb: Allow toggling playback of media elements with keyboard controls
|
2 years ago |
Timothy Flynn
|
c2357a059e
LibWeb: Mark media elements as focusable
|
2 years ago |
Timothy Flynn
|
3793b7c6bd
LibWeb: Move helper to toggle a media element's playback to the element
|
2 years ago |
Andreas Kling
|
21260ea2ef
LibWeb: Merge did_remove_attribute() into attribute_changed()
|
2 years ago |
Andreas Kling
|
5a74486b59
LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed()
|
2 years ago |
Timothy Flynn
|
9df2d6ee0f
LibWeb: Implement scrubbing of the media element timeline and volume
|
2 years ago |
Timothy Flynn
|
f662a452c9
LibWeb: Draw a volume scrub bar on media elements to control volume
|
2 years ago |
Timothy Flynn
|
a4cb3b5d4d
LibWeb: Draw a speaker on media elements to toggle muting audio
|
2 years ago |
Timothy Flynn
|
b9e4dc2cb7
LibWeb: Implement the HTMLMediaElement volume and muted IDL attributes
|
2 years ago |
Timothy Flynn
|
c89fd6dff0
LibWeb: Implement the AudioTrack and AudioTrackList interfaces
|
2 years ago |
Timothy Flynn
|
ee48d7514f
LibWeb: Extract media element timeline painting to a base class
|
2 years ago |
kleines Filmröllchen
|
fc5cab5c21
Everywhere: Use MonotonicTime instead of Duration
|
2 years ago |
kleines Filmröllchen
|
213025f210
AK: Rename Time to Duration
|
2 years ago |
Timothy Flynn
|
b865277275
LibWeb: Wait for media candidates without endlessly queueing microtasks
|
2 years ago |
Timothy Flynn
|
05019746d2
LibWeb: Partially implement HTMLSourceElement's insertion/removal steps
|
2 years ago |
Timothy Flynn
|
c161a0fc49
LibWeb: Implement the HTMLMediaElement child <source> selection steps
|
2 years ago |
Timothy Flynn
|
ac8b892a25
LibWeb: Pause HTMLMediaElement when its document becomes inactive
|
2 years ago |
Timothy Flynn
|
88b8969443
LibWeb: Implement steps for removing an HTMLMediaElement from a document
|
2 years ago |
Timothy Flynn
|
32e2207b55
LibWeb: Implement the HTMLMediaElement fastSeek method
|
2 years ago |
Timothy Flynn
|
848078aedd
LibWeb: Propagate LibVideo decoder errors to the HTMLMediaElement
|
2 years ago |
Timothy Flynn
|
9c940608fd
LibWeb: Implement the HTMLMediaElement error attribute
|
2 years ago |
Timothy Flynn
|
b384f2009d
LibWeb: Implement the HTMLMediaElement show-poster flag
|
2 years ago |
Timothy Flynn
|
12c15641c1
LibWeb: Implement the HTMLMediaElement "potentially playing" concept
|
2 years ago |
Timothy Flynn
|
9f71799456
LibWeb: Make HTMLMediaElement's attribute change handlers protected
|
2 years ago |
Timothy Flynn
|
42d93005ac
LibWeb: Add a getter for HTMLMediaElement's current playback position
|
2 years ago |
Timothy Flynn
|
27fd31b2ad
LibWeb: Implement the HTMLMediaElement delaying-the-load-event flag
|
2 years ago |
Timothy Flynn
|
1a67b86b76
LibWeb: Implement the HTMLMediaElement currentSrc attribute
|
2 years ago |
Timothy Flynn
|
f8d6a67294
LibWeb: Implement the HTMLMediaElement crossOrigin attribute
|
2 years ago |
Timothy Flynn
|
7833b321a3
LibWeb: Stub out the HTMLMediaElement buffered attribute
|
2 years ago |