summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-04-07LibGfx: Implement PREDICTOR_TRANSFORM for webp lossless decoderNico Weber
2023-04-07LibGfx: Add CanonicalCode wrapper to webp lossless decoderNico Weber
2023-04-07LibWeb: Create a basic layout node for HTMLVideoElementTimothy Flynn
2023-04-07LibWeb: Implement HTMLVideoElement's video{Width,Height} attributesTimothy Flynn
2023-04-07LibWeb: Begin implementing HTMLMediaElement's readyState attributeTimothy Flynn
2023-04-07LibWeb: Implement HTMLMediaElement's duration attributeTimothy Flynn
2023-04-07LibWeb: Indicate that we may be able to play video MIME typesTimothy Flynn
2023-04-07LibWeb: Parse and load the HTMLMediaElement's src attributeTimothy Flynn
2023-04-07LibWeb: Implement TrackEvent for media eventsTimothy Flynn
2023-04-07LibWeb: Implement VideoTrack and VideoTrackListTimothy Flynn
2023-04-07LibWeb: Define steps to queue a media element task on a HTMLMediaElementTimothy Flynn
2023-04-07LibWeb: Define missing media HTML event namesTimothy Flynn
2023-04-07LibWeb: Sort HTML event namesTimothy Flynn
2023-04-07LibWeb: Implement HTMLMediaElement's networkState attributeTimothy Flynn
2023-04-07LibWeb: Support taking matching tasks out of a task queueTimothy Flynn
2023-04-07LibWeb: Support unique task sourcesTimothy Flynn
2023-04-07LibVideo: Extract video metadata for public-facing video track dataTimothy Flynn
2023-04-07Base: Add icons for AssistantCubic Love
2023-04-07LibWeb: Use max-width property in table formattingmartinfalisse
2023-04-07LibWeb: Don't put abspos grid/flex items in anonymous wrapperAndreas Kling
2023-04-07LibGfx: Implement SUBTRACT_GREEN_TRANSFORM for webp lossless decoderNico Weber
2023-04-07LibGfx: Add scaffolding for applying transforms to webp lossless decoderNico Weber
2023-04-07LibGfx: Add more dbgln_if()s to webp decoderNico Weber
2023-04-07LibGfx: In webp decoder, check that each transform is used only onceNico Weber
2023-04-07LibGfx: Correctly handle more than one PrefixCodeGroup in webp decoderNico Weber
2023-04-06LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new StringKenneth Myhra
2023-04-06LibWeb: Move string literals to {HTML,UIEvents}::EventNames.hKenneth Myhra
2023-04-06LibWeb: Add the WritableStreamDefaultWriter interfaceMatthew Olsson
2023-04-06LibWeb: Add the WritableStream interfaceMatthew Olsson
2023-04-06LibWeb: Move property_to_callback to Streams/AbstractOperationsMatthew Olsson
2023-04-06Kernel+LibC: Modify aarch64's __mcontext to store registers in an arrayTimon Kruiper
2023-04-06LibWeb: Transform the default path in CRC2D#fill(CanvasFillRule)Luke Wilde
2023-04-06LibWeb: Ignore preferred width when calculating intrinsic width of blockAndreas Kling
2023-04-06LibEDID: Fix compiler error when ENABLE_PNP_IDS_DOWNLOAD=OFFEmily Trau
2023-04-06LibGfx/JPEG: Use a smaller type to store coefficientsLucas CHOLLET
2023-04-06LibWeb: Implement the `:defined` pseudo classLuke Wilde
2023-04-06LibWeb: Add a bunch of missing CEReactionsLuke Wilde
2023-04-06LibWeb: Introduce CustomElementRegistry and creating custom elementsLuke Wilde
2023-04-06LibWeb/WebIDL: Add the `construct` abstract operationLuke Wilde
2023-04-06LibWeb/WebIDL: Move call_user_object_operation out of lineLuke Wilde
2023-04-06HackStudio: Add configuration domain pledge for FileManagerEvan Smal
2023-04-06LibGfx: Fix out of bounds read in BitmapFont::masked_character_set()Julian Offenhäuser
2023-04-06GMLPlayground: Pledge Calendar domainCameron Youell
2023-04-06LibWeb: Port AbstractBrowsingContext to StringKenneth Myhra
2023-04-06LibWeb: Port KeyboardEvent to new StringKenneth Myhra
2023-04-06LibWeb: Port FocusEvent to new StringKenneth Myhra
2023-04-06LibTLS: Change Certificate parsing to use ErrorOrstelar7
2023-04-06LibCrypto: Add ability to rewrite current tag kindstelar7
2023-04-06LibCrypto: Add missing ASN1 tag kindsstelar7
2023-04-06LibGfx: Pass in format and size to webp image decoding functionNico Weber