Timothy Flynn
|
b865277275
LibWeb: Wait for media candidates without endlessly queueing microtasks
|
2 lat temu |
Sam Atkins
|
9c2d496dbe
LibWeb: Make `processBodyError` take an optional exception
|
2 lat temu |
Timothy Flynn
|
c161a0fc49
LibWeb: Implement the HTMLMediaElement child <source> selection steps
|
2 lat temu |
Andreas Kling
|
70db40c9b0
LibWeb: Don't include Layout/Node.h from DOM/Element.h
|
2 lat temu |
Timothy Flynn
|
ac8b892a25
LibWeb: Pause HTMLMediaElement when its document becomes inactive
|
2 lat temu |
Timothy Flynn
|
88b8969443
LibWeb: Implement steps for removing an HTMLMediaElement from a document
|
2 lat temu |
Timothy Flynn
|
78ad471367
LibWeb: Remove custom playback timer from HTMLMediaElement
|
2 lat temu |
Timothy Flynn
|
32e2207b55
LibWeb: Implement the HTMLMediaElement fastSeek method
|
2 lat temu |
Timothy Flynn
|
848078aedd
LibWeb: Propagate LibVideo decoder errors to the HTMLMediaElement
|
2 lat temu |
Timothy Flynn
|
9c940608fd
LibWeb: Implement the HTMLMediaElement error attribute
|
2 lat temu |
Timothy Flynn
|
b384f2009d
LibWeb: Implement the HTMLMediaElement show-poster flag
|
2 lat temu |
Timothy Flynn
|
12c15641c1
LibWeb: Implement the HTMLMediaElement "potentially playing" concept
|
2 lat temu |
Timothy Flynn
|
9f71799456
LibWeb: Make HTMLMediaElement's attribute change handlers protected
|
2 lat temu |
Timothy Flynn
|
d2f9645cc0
LibWeb: Properly stop, rather than terminate, ongoing media fetches
|
2 lat temu |
Timothy Flynn
|
1fb0c7826b
LibWeb: Do not handle media ready state changes for empty network states
|
2 lat temu |
Timothy Flynn
|
27fd31b2ad
LibWeb: Implement the HTMLMediaElement delaying-the-load-event flag
|
2 lat temu |
Timothy Flynn
|
1a67b86b76
LibWeb: Implement the HTMLMediaElement currentSrc attribute
|
2 lat temu |
Timothy Flynn
|
f8d6a67294
LibWeb: Implement the HTMLMediaElement crossOrigin attribute
|
2 lat temu |
Timothy Flynn
|
7833b321a3
LibWeb: Stub out the HTMLMediaElement buffered attribute
|
2 lat temu |
Timothy Flynn
|
229cc67fee
LibWeb: Implement HTMLMediaElement's autoplay attribute
|
2 lat temu |
Timothy Flynn
|
5a98a5529f
LibWeb: Begin implementing media resource seeking
|
2 lat temu |
Timothy Flynn
|
c08755836d
LibWeb: Fix a couple of HTMLMediaElement spec links
|
2 lat temu |
Nico Weber
|
f56b897622
Everywhere: Fix a few typos
|
2 lat temu |
Timothy Flynn
|
4797f07883
LibWeb: Begin detecting the end of an HTMLMediaElement media resource
|
2 lat temu |
Timothy Flynn
|
3d9106b1b5
LibWeb: Begin tracking HTMLMediaElement playback positions
|
2 lat temu |
Timothy Flynn
|
6b51c3c1ce
LibWeb: Report HTMLMediaElement duration with sub-second accuracy
|
2 lat temu |
Timothy Flynn
|
2ef4a51c39
LibWeb: Move dispatching timeupdate events to a helper for tracking
|
2 lat temu |
Timothy Flynn
|
edf85d39c6
LibWeb: Port HTMLVideoElement to play videos with Video::PlaybackManager
|
2 lat temu |
Timothy Flynn
|
4f29cac715
LibWeb: Set the media ready state to HAVE_ENOUGH_DATA after fetching
|
2 lat temu |
Timothy Flynn
|
d99a075ff9
LibWeb: Implement HTMLMediaElement.play
|
2 lat temu |