Historique des commits

Auteur SHA1 Message Date
  Timothy Flynn 6a5229c2cb LibWeb: Allow seeking media elements with keyboard controls il y a 2 ans
  Timothy Flynn a4070b1452 LibWeb: Allow toggling playback of media elements with keyboard controls il y a 2 ans
  Timothy Flynn 3793b7c6bd LibWeb: Move helper to toggle a media element's playback to the element il y a 2 ans
  Timothy Flynn 435ced70b8 LibWeb: Update the media element's display in a couple situations il y a 2 ans
  Andreas Kling 21260ea2ef LibWeb: Merge did_remove_attribute() into attribute_changed() il y a 2 ans
  Andreas Kling 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() il y a 2 ans
  Zaggy1024 c760713650 LibWeb: Prioritize video duration when loading video element media il y a 2 ans
  Timothy Flynn 1c991e5582 LibWeb: Add missing invocation to forget a media element's tracks il y a 2 ans
  Timothy Flynn 9df2d6ee0f LibWeb: Implement scrubbing of the media element timeline and volume il y a 2 ans
  Luke Wilde 26f8a441f5 LibWeb: Add audio mime types to HTMLMediaElement.canPlayType il y a 2 ans
  Timothy Flynn a4cb3b5d4d LibWeb: Draw a speaker on media elements to toggle muting audio il y a 2 ans
  Timothy Flynn 55b61724a0 LibWeb: Handle media elements being painted before their duration is set il y a 2 ans
  Timothy Flynn b9e4dc2cb7 LibWeb: Implement the HTMLMediaElement volume and muted IDL attributes il y a 2 ans
  Timothy Flynn 0c4b28faf3 LibWeb: Dispatch an addtrack event for newly created audio tracks il y a 2 ans
  Timothy Flynn 6520a9a849 LibWeb: Support TrackEvent instances with an AudioTrack track type il y a 2 ans
  Timothy Flynn ac2238ee70 LibWeb: Begin implementing the HTMLAudioElement for audio playback il y a 2 ans
  Timothy Flynn c89fd6dff0 LibWeb: Implement the AudioTrack and AudioTrackList interfaces il y a 2 ans
  Hendiadyoin1 eeb15fc10b LibWeb: Stop lying about string types il y a 2 ans
  Timothy Flynn 8ff8309202 LibWeb: Update workarounds for fetching CORS cross-origin responses il y a 2 ans
  kleines Filmröllchen fc5cab5c21 Everywhere: Use MonotonicTime instead of Duration il y a 2 ans
  kleines Filmröllchen 213025f210 AK: Rename Time to Duration il y a 2 ans
  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