Andreas Kling
|
dd419b5a8d
AK: Make String::number() infallible
|
9 months ago |
Jelle Raaijmakers
|
85fd2e281b
LibMedia: Absorb LibAudio
|
10 months ago |
Aliaksandr Kalenik
|
69c6e07139
LibWeb: Move `m_needs_repaint` and `record_display_list()` in Document
|
11 months ago |
Andrew Kaster
|
b20a1d0fcd
LibWeb: Prefix AK::Duration with AK Namespace
|
1 year ago |
Timothy Flynn
|
dd16ea87c3
LibWeb: Make HTMLMediaElement::set_decoder_error infallible
|
1 year ago |
MINAqwq
|
7c54a32870
LibWeb: Set decoder error when decoding fails
|
1 year ago |
Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 year ago |
Aliaksandr Kalenik
|
7c2713c14f
LibWeb: Move set_needs_display() from layout node to paintable
|
1 year ago |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 year ago |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
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 |
Timothy Flynn
|
1c4dd0caad
Ladybird+LibWeb+WebConent: Drive audio in Ladybird off the main thread
|
2 years ago |
Timothy Flynn
|
e81abbde7b
LibWeb: Explicitly set the audio element playback position after seeking
|
2 years ago |
Timothy Flynn
|
b9e4dc2cb7
LibWeb: Implement the HTMLMediaElement volume and muted IDL attributes
|
2 years ago |
Timothy Flynn
|
ff1606ffaf
LibWeb: Implement seeking for audio tracks
|
2 years ago |
Timothy Flynn
|
c89fd6dff0
LibWeb: Implement the AudioTrack and AudioTrackList interfaces
|
2 years ago |