Historique des commits

Auteur SHA1 Message Date
  Shannon Booth 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String il y a 1 an
  Shannon Booth f4bc1602e2 LibWeb: Port HTMLMediaElement interface from DeprecatedString to String il y a 1 an
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible il y a 1 an
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void il y a 1 an
  Zaggy1024 74636ccb57 LibWeb: Move the media volume slider 1:1 with the mouse cursor il y a 1 an
  Sam Atkins f6e4caf197 LibWeb: Implement the `:buffering` and `:stalled` pseudo-classes il y a 1 an
  Sam Atkins 7b4ae43b91 LibWeb: Implement the `:seeking` pseudo-class il y a 1 an
  Timothy Flynn a4070b1452 LibWeb: Allow toggling playback of media elements with keyboard controls il y a 2 ans
  Timothy Flynn c2357a059e LibWeb: Mark media elements as focusable 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
  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
  Timothy Flynn 9df2d6ee0f LibWeb: Implement scrubbing of the media element timeline and volume il y a 2 ans
  Timothy Flynn f662a452c9 LibWeb: Draw a volume scrub bar on media elements to control volume 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 b9e4dc2cb7 LibWeb: Implement the HTMLMediaElement volume and muted IDL attributes il y a 2 ans
  Timothy Flynn c89fd6dff0 LibWeb: Implement the AudioTrack and AudioTrackList interfaces il y a 2 ans
  Timothy Flynn ee48d7514f LibWeb: Extract media element timeline painting to a base class 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
  Timothy Flynn 05019746d2 LibWeb: Partially implement HTMLSourceElement's insertion/removal steps il y a 2 ans
  Timothy Flynn c161a0fc49 LibWeb: Implement the HTMLMediaElement child <source> selection steps 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 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