summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-08Ports: Update file to version 5.44Liav A
2023-04-08Tests: Add test for lossless webp file using a color indexing tranformNico Weber
2023-04-08LibGfx: Second attempt to handle max_symbol correctly in webp decoderNico Weber
2023-04-08LibGfx: Implement most of COLOR_INDEXING_TRANSFORM for webp decoderNico Weber
2023-04-08LibGfx: Extract free add_argb32() function in webp decoderNico Weber
2023-04-08LibGfx: Make a webp error message more detailedNico Weber
2023-04-08Kernel: Mark a bunch of NonnullRefPtrs also const to ensure immutabilityLiav A
2023-04-08AK: Bake CLion IDE check into AK_COMPILER_CLANGAndreas Kling
2023-04-08Kernel: Don't reuse old master TLS region data in sys$execve()Andreas Kling
2023-04-07Ports: Add stockfish portTim Ledbetter
2023-04-07LibWeb: Port {Mouse,UI,Wheel,}Event to new StringKenneth Myhra
2023-04-07LibWeb: Move string literals to HTML::EventNamesKenneth Myhra
2023-04-07LibWeb: Correct casing of webkitTransitionEnd and webkitAnimation*Kenneth Myhra
2023-04-07LibWeb: Port CustomEvent to new StringKenneth Myhra
2023-04-07LibTimeZone: Update to TZDB version 2023cTimothy Flynn
2023-04-07LibJS: Update spec numbers for the Intl Enumeration proposalTimothy Flynn
2023-04-07Tests: Add another test for webp lossless decodingNico Weber
2023-04-07LibGfx: Implement meta prefix code support in webp decoderNico Weber
2023-04-07LibCompress: Tolerate more than 288 entries in CanonicalCodeNico Weber
2023-04-07LibGfx: Implement COLOR_TRANSFORM for webp lossless decoderNico Weber
2023-04-07LibGfx: Implement PREDICTOR_TRANSFORM for webp lossless decoderNico Weber
2023-04-07LibGfx: Add CanonicalCode wrapper to webp lossless decoderNico Weber
2023-04-07Base: Add a simple test page to load a video and display some metadataTimothy Flynn
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-07AK: Allow specifying a minimum value for IDs returned by IDAllocatorTimothy Flynn
2023-04-07LibVideo: Extract video metadata for public-facing video track dataTimothy Flynn
2023-04-07Base: Update Assistant man page with icon & feature instructionsCubic Love
2023-04-07Base: Add icons for AssistantCubic Love
2023-04-07Kernel: Fix typo in the FramebufferGetPitchMboxMessage nameLiav A
2023-04-07LibWeb: Use max-width property in table formattingmartinfalisse
2023-04-07LibWeb: Add table formatting testsmartinfalisse
2023-04-07LibWeb: Move table tests to their own foldermartinfalisse
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