summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-04-11LibWeb: Begin tracking HTMLMediaElement playback positionsTimothy Flynn
2023-04-11LibWeb: Report HTMLMediaElement duration with sub-second accuracyTimothy Flynn
2023-04-11LibWeb: Move dispatching timeupdate events to a helper for trackingTimothy Flynn
2023-04-11icc: Print if a curve looks like the sRGB curveNico Weber
2023-04-11icc: Use `{: >{}}, "", indent_amount` for indentingNico Weber
2023-04-11icc: Make out_curve_tag() fallibleNico Weber
2023-04-11LibGfx/ICC: Add evaluate() member functions to both curve typesNico Weber
2023-04-11LibGfx/ICC: Extract sRGB_curve() functionNico Weber
2023-04-11icc: Extract out_curve_tag() helper functionNico Weber
2023-04-11LibWeb: Implement URL.canParse(url, base)networkException
2023-04-11LibWeb: Update URL constructor steps to match the specificationnetworkException
2023-04-11AK+Everywhere: Use Optional for URLParser::parse's base_url parameternetworkException
2023-04-11FileManager: Use a thousands separator for numbers in PropertiesWindowTim Ledbetter
2023-04-11AK: Add option to the string formatter to use a digit separatorTim Ledbetter
2023-04-11readelf: Pledge `map_fixed` for loading ELFsTim Schumacher
2023-04-11Tubes: Remove unused includesJelle Raaijmakers
2023-04-113DFileViewer+Tubes: Add `map_fixed` to pledgesJelle Raaijmakers
2023-04-11LibELF: Remove leftover i386 entry filesTim Schumacher
2023-04-10SystemMonitor: Handle zombie processes properlyLiav A
2023-04-10LibWeb: Convert video control dimensions from CSSPixels to DevicePixelsTimothy Flynn
2023-04-10LibC: Properly implement the futimens functionLiav A
2023-04-09Settings: Improve default window sizeCameron Youell
2023-04-09CertificateSettings: Update to be more consistent with other settingsCameron Youell
2023-04-09Browser: Have `BookmarksBarWidget` signal bookmark changes for `Tab`Kemal Zebari
2023-04-09KeyboardSettings: Port to `Core::File`Cameron Youell
2023-04-09Tests: Use `FileSystem` instead of `DeprecatedFile`Cameron Youell
2023-04-09Piano+LibAudio: Port to `Core::File`Cameron Youell
2023-04-09DisplaySettings: Use FileSystemAccessServer instead of FilePickerhuttongrabiel
2023-04-09Utilities: Add more commands, addresses, spaces, cmdline parsing to sedRodrigo Tobar
2023-04-09LibCrypto: Add PBKDF2stelar7
2023-04-10LibWeb: Set up the DefaultController when constructing a WritableStreamMatthew Olsson
2023-04-10LibWeb: Implement WritableStreamDefaultWriter.write()Matthew Olsson
2023-04-10LibWeb: Accept a JS::Value for size in enqueue_value instead of a doubleMatthew Olsson
2023-04-10LibWeb: Move Streams/QueueOperations.h to Streams/AbstractOperations.hMatthew Olsson
2023-04-09LibWeb: Port HTMLVideoElement to play videos with Video::PlaybackManagerTimothy Flynn
2023-04-09LibVideo: Add a forwarding headerTimothy Flynn
2023-04-09LibVideo: Add a getter for the PlaybackManager's selected trackTimothy Flynn
2023-04-09LibVideo: Add a factory to create a PlaybackManager from in-memory dataTimothy Flynn
2023-04-09LibVideo+VideoPlayer: Convert playback event handler to callbacksTimothy Flynn
2023-04-09LibVideo: Initialize primitive member variables in PlaybackManagerTimothy Flynn
2023-04-09Everywhere: Remove unused DeprecatedString includesBen Wiederhake
2023-04-09LibWeb: Implement WritableStreamDefaultWriter.releaseLock()Matthew Olsson
2023-04-09LibWeb: Implement WritableStreamDefaultWriter.close()Matthew Olsson
2023-04-09LibWeb: Implement WritableStreamDefaultWriter.abort()Matthew Olsson
2023-04-09LibWeb: Implement WritableStream.abort()Matthew Olsson
2023-04-09LibWeb: Implement WritableStream.getWriter()Matthew Olsson
2023-04-09LibWeb: Remove duplicate declaration in Streams/AbstractOperations.hMatthew Olsson
2023-04-09LibWeb/Fetch: Use a basic filtered response for redirect navigationsAliaksandr Kalenik
2023-04-09LibWeb: Add initial implementation of CRC2D.clip()MacDue
2023-04-09LibWeb: Add simple canvas path clipperMacDue