summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2023-04-06LibGfx: Teach webp image reading function to read entropy coded imagesNico Weber
2023-04-06LibGfx: Move webp image decoding function up a bitNico Weber
2023-04-06LibGfx: Move webp bitmap decoding code into its own functionNico Weber
2023-04-06LibGfx: Implement hopefully correct max_symbol handling in webp decoderNico Weber
2023-04-06LibGfx: Read transform type in webp lossless decoderNico Weber
2023-04-06LibGfx: Remove some noisy dbgln_if()s in webp decoderNico Weber
2023-04-05LibWeb: Use intrinsic aspect ratio when calculating max content heightmatcool
2023-04-05tar: Use BufferedFile for reading inputsTim Schumacher
2023-04-05lzcat: Use BufferedFile for reading inputsTim Schumacher
2023-04-05xzcat: Use BufferedFile for reading inputsTim Schumacher
2023-04-05LibCompress: Copy LZMA repetitions from the buffer in sequenceTim Schumacher