Historique des commits

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