summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2023-04-12LibWeb: Always use quirks mode when parsing SVG width/height attributesMacDue
2023-04-12LibWeb: Use (transformed) path bounding quad for SVG path hit testingMacDue
2023-04-12LibWeb: Apply CSS scaling to SVG elementsMacDue
2023-04-12LibWeb: Apply SVG transform to path when painting (SVG) elementsMacDue
2023-04-12LibWeb: Remove SVG sizing hack and fix viewbox scalingMacDue
2023-04-12LibWeb: Parse the `transform` attribute when set on SVGGraphicsElementsMacDue
2023-04-12LibWeb: Parse and apply `fill-opacity` attribute to SVG pathsMacDue
2023-04-12LibWeb: Add SVG transform parsingMacDue
2023-04-12LibGfx: Add AffineTransform::skew_radians()MacDue
2023-04-12LibGfx: Optimize Painter::draw_scaled_bitmap_with_transform()MacDue
2023-04-12AK: Don't store parts of URLs percent decodedMacDue
2023-04-12LibWeb: Make SC hit testing more closely follow reverse paint orderMacDue
2023-04-12LibWeb: Create a video document for `video/` MIME types on navigationLuke Wilde
2023-04-12LibWeb: Add ReadableStreamByteController interfaceMatthew Olsson
2023-04-12LibWeb: Add ReadableStreamBYOBRequest interfaceMatthew Olsson
2023-04-11LibWeb: Handle null values when making args for attributeChangedCallbackLuke Wilde
2023-04-11LibJS: Update spec numbers for the Intl NumberFormat v3 proposalTimothy Flynn
2023-04-11LibJS: Require a [[RoundingMode]] slot within FormatNumericToStringTimothy Flynn
2023-04-11LibWeb: Return from "the end" during HTML fragment parsingLuke Wilde
2023-04-11LibWeb: Begin detecting the end of an HTMLMediaElement media resourceTimothy Flynn
2023-04-11LibVideo: Add a hook to notify clients upon reaching end of the streamTimothy Flynn
2023-04-11LibWeb: Paint a media timeline on HTMLVideoElement layout nodesTimothy Flynn
2023-04-11LibWeb: Move VideoPaintable's cached mouse position to HTMLVideoElementTimothy Flynn
2023-04-11LibWeb: Tweak the color used for hovered media controlsTimothy Flynn
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-11LibGfx/ICC: Add evaluate() member functions to both curve typesNico Weber
2023-04-11LibGfx/ICC: Extract sRGB_curve() 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-11AK: Add option to the string formatter to use a digit separatorTim Ledbetter
2023-04-11LibELF: Remove leftover i386 entry filesTim Schumacher
2023-04-10LibWeb: Convert video control dimensions from CSSPixels to DevicePixelsTimothy Flynn
2023-04-10LibC: Properly implement the futimens functionLiav A
2023-04-09Tests: Use `FileSystem` instead of `DeprecatedFile`Cameron Youell
2023-04-09Piano+LibAudio: Port to `Core::File`Cameron Youell
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