summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-04-09LibWeb/HTML: Use correct spec link for multipart/form-data encodingLinus Groh
2023-04-09LibWeb: Port fire_webgl_context_event() to new FlyStringKenneth Myhra
2023-04-09LibWeb: Add WebGL::EventNamesKenneth Myhra
2023-04-09LibWeb: Port fire_keyboard_event() to new FlyStringKenneth Myhra
2023-04-09LibWeb: Port fire_a_synthetic_pointer_event() to new FlySringKenneth Myhra
2023-04-09LibWeb: Port fire_a_page_transition_event() to new FlyStringKenneth Myhra
2023-04-09LibWeb: Port fire_progress_event() + request_error_steps() to new StringKenneth Myhra
2023-04-09LibWeb: Port DOMEventListener to new FlyStringKenneth Myhra
2023-04-09LibWeb: Port EventTarget to new {Fly}StringKenneth Myhra
2023-04-09LibWeb: Add the WritableStreamDefaultControllerMatthew Olsson
2023-04-09LibGfx: Limit ICC-size-is-multiple-of-4 check to v4 filesNico Weber
2023-04-09LibGfx: Remove some of the noisier logging from webp lossless decoderNico Weber
2023-04-09DynamicLoader: Remove the unused load_regions vectorIdan Horowitz
2023-04-09BrickGame: Remember the "Show Shadow Piece" setting between executionsKarol Baraniecki
2023-04-09BrickGame: Add a menu option to disable the shadow drop hintKarol Baraniecki
2023-04-09BrickGame: Show where a piece would end up when after a fast dropKarol Baraniecki
2023-04-09BrickGame: Use title case in menu items consistentlyKarol Baraniecki
2023-04-09BrickGame: Add a missing [[nodiscard]] for consistencyKarol Baraniecki
2023-04-09BrickGame: Port from DeprecatedStrings to StringsKarol Baraniecki
2023-04-08LibCompress: Mark some XZ-related variables and functions as constTim Schumacher
2023-04-08LibCompress: Move loading XZ blocks into its own functionTim Schumacher
2023-04-08LibCompress: Move finishing the current XZ stream into its own functionTim Schumacher
2023-04-08LibCompress: Move finishing the current XZ block into its own functionTim Schumacher
2023-04-08LibCompress: Move loading XZ stream headers into its own functionTim Schumacher
2023-04-09LibGfx: Correctly decode webp lossless with small palette and odd widthNico Weber
2023-04-08LibWeb: Begin painting video controls on HTMLVideoElement layout nodesTimothy Flynn
2023-04-08LibWeb: Set the media ready state to HAVE_ENOUGH_DATA after fetchingTimothy Flynn
2023-04-08LibWeb: Implement HTMLMediaElement.playTimothy Flynn
2023-04-08LibWeb: Implement HTMLMediaElement.pauseTimothy Flynn
2023-04-08LibWeb: Implement the HTMLMediaElement paused attributeTimothy Flynn
2023-04-08LibWeb: Implement HTMLMediaElement.loadTimothy Flynn
2023-04-08LibWeb: Log correct error object when failing to decode a video sampleTimothy Flynn
2023-04-08LibWeb: Add missing include to WebIDL::PromiseTimothy Flynn
2023-04-08LibGfx: Implement color index pixel bundling in webp decoderNico Weber
2023-04-08LibGfx: Enable webp lossless Transform to return new bitmapNico Weber
2023-04-08LibGfx: Add some more dbgln_if()s to webp decoderNico Weber
2023-04-08LibGfx: Give PrefixCodeGroup a deleted copy ctorNico Weber
2023-04-08LibGfx: Make webp lossless decoder 6 times as fastNico 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-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-07LibJS: Update spec numbers for the Intl Enumeration proposalTimothy Flynn
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