ladybird/Libraries
Tim Ledbetter 3d20587911 LibWeb: Fetch source file when HTMLTrackElement src attribute changes
This commit begins to implement the track processing model. When the
`src` attribute is updated, we now fetch the given source file.
Currently, we always fire an `error` event once fetching is completed,
as we don't support processing the fetched data.
2025-01-15 20:59:18 +01:00
..
LibCompress Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
LibCore LibWeb: Add documentation to the date parser format 2025-01-03 11:26:01 +00:00
LibCrypto LibCrypto: Remove old unused padding schemes and codes 2025-01-13 17:00:18 +01:00
LibDiff
LibDNS
LibFileSystem Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
LibGC LibGC: Rename remaining occurrence of marked vector 2025-01-02 16:22:29 -07:00
LibGfx Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
LibHTTP
LibIDL LibGC: Rename MarkedVector => RootVector 2024-12-26 19:10:44 +01:00
LibImageDecoderClient
LibIPC
LibJS LibJS: Parse dates like "Wednesday, Jan 15, 2025" 2025-01-15 10:42:29 +01:00
LibLine Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
LibMain
LibMedia Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
LibRegex
LibRequests
LibRIFF
LibSyntax
LibTest
LibTextCodec
LibThreading LibThreading: Make MutexLocker [[nodiscard]] 2025-01-10 13:21:36 +00:00
LibTLS LibCrypto+LibTLS: Replace RSA_PKCS1-EMSA implementation 2025-01-13 17:00:18 +01:00
LibUnicode
LibURL LibURL+LibWeb: Make URL::basic_parse return an Optional<URL> 2025-01-11 10:08:29 -05:00
LibWasm
LibWeb LibWeb: Fetch source file when HTMLTrackElement src attribute changes 2025-01-15 20:59:18 +01:00
LibWebSocket
LibWebView LibWebView: Add an option to disable painting viewport scrollbars 2025-01-15 12:33:53 +00:00
LibXML