Timothy Flynn
|
dd16ea87c3
LibWeb: Make HTMLMediaElement::set_decoder_error infallible
|
1 year ago |
Andreas Kling
|
2ef37c0b06
LibWeb: Make EventLoop, TaskQueue, and Task GC-allocated
|
1 year ago |
Andreas Kling
|
e66a4668f9
LibWeb: Use plain Vector for HTMLMediaElement::m_pending_play_promises
|
1 year ago |
Timothy Flynn
|
f61f55d397
LibWeb+LibWebView+WebContent: Support muting an entire page
|
1 year ago |
Timothy Flynn
|
7c31343df0
LibWeb: Store the ID of all media elements on a page
|
1 year ago |
Shannon Booth
|
e800605ad3
AK+LibURL: Move AK::URL into a new URL library
|
1 year ago |
Shannon Booth
|
9ce8189f21
Everywhere: Use unqualified AK::URL
|
1 year ago |
Shannon Booth
|
eca9874e56
LibWeb: Port Element::attribute_changed from DeprecatedString to String
|
1 year ago |
Ali Mohammad Pur
|
aeee98b3a1
AK+Everywhere: Remove the null state of DeprecatedString
|
1 year ago |
Shannon Booth
|
e4f8c59210
LibWeb: Port AttributeNames to FlyString
|
1 year ago |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 year ago |
Shannon Booth
|
f4bc1602e2
LibWeb: Port HTMLMediaElement interface from DeprecatedString to String
|
1 year ago |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 year ago |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 year ago |
Zaggy1024
|
74636ccb57
LibWeb: Move the media volume slider 1:1 with the mouse cursor
|
1 year ago |
Sam Atkins
|
f6e4caf197
LibWeb: Implement the `:buffering` and `:stalled` pseudo-classes
|
1 year ago |
Sam Atkins
|
7b4ae43b91
LibWeb: Implement the `:seeking` pseudo-class
|
1 year 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 |