summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-20LibWeb: Make [PutForwards] work together with [ImplementedAs]Simon Wanner
2023-03-21Tests: Add tests to verify alpha values are premultiplied when scalingTim Ledbetter
2023-03-21LibGfx: Use premultiplied alpha when scaling imagesTim Ledbetter
2023-03-20LibWeb: Support more length types in SVG width/height attributesMichiel
2023-03-20LibLine: Unify the is-empty flag in Style::unify_with() as wellAli Mohammad Pur
2023-03-20LibWeb: Don't crash on HTML input element with `display: inline`Andreas Kling
2023-03-20LibWeb: Let FormattingContext decide the automatic width of its rootAndreas Kling
2023-03-20LibJS: Update spec numbers / text for the Change Array by Copy proposalTimothy Flynn
2023-03-20Base: Add 7 new emojisRyan Liptak
2023-03-20LibWeb: Scale checkbox image instead of repeating on large checkboxesSrikavin Ramkumar
2023-03-20LibWeb: Add indeterminate checkbox styling to useragent stylesheetSrikavin Ramkumar
2023-03-20LibWeb: Implement selector matching for :indeterminate pseudo-classSrikavin Ramkumar
2023-03-20LibWeb: Implement indeterminate IDL attribute in HTMLInputElementSrikavin Ramkumar
2023-03-20LibWeb: Match selected option elements with checked pseudo-classSrikavin Ramkumar
2023-03-20tar: Add partial support for LZMA-compressed archivesTim Schumacher
2023-03-20Tests: Add LZMA test files from the LZMA specificationTim Schumacher
2023-03-20Lagom: Add a fuzzer for LZMA decompressionTim Schumacher
2023-03-20Utilities: Add an `lzcat` utilityTim Schumacher
2023-03-20LibCompress: Add support for LZMA streamsTim Schumacher
2023-03-20GMLPlayground: Let WindowServer handle the title's modification symbolSam Atkins
2023-03-20GMLPlayground: Add list of recent files to the File menuSam Atkins
2023-03-20TextEditor: Remove confirmation when opening from recent files listSam Atkins
2023-03-20Meta: Don't install CA certificates during a on-Serenity buildTim Schumacher
2023-03-20grep: Remove a leftover debug lineTim Schumacher
2023-03-20LibCrypt: Start installing headers againTim Schumacher
2023-03-20Snake: Implement image-based skinsSam Atkins
2023-03-20Snake: Move geometry types into Geometry.h and add Direction enumSam Atkins
2023-03-20Snake: Remember if game was paused when picking colorSam Atkins
2023-03-19LibWeb: Add keep-alive in response headers if it present in requestAliaksandr Kalenik
2023-03-19CI: Add "set -e" to Azure DevOps scriptsAndrew Kaster
2023-03-19Fuzzers: Use correct type name in FuzzilliJs fuzzerAndrew Kaster
2023-03-19LibWeb: Stub out a few form validation and selection methodsElisée Maurer
2023-03-19SoundPlayer: Keep track of the selected visualization in the configCaoimhe
2023-03-19SoundPlayer: Move `get_image_from_music_file` to the advanced viewCaoimhe
2023-03-19LibWeb: Rename `PaintableBox::clip_rect()`Aliaksandr Kalenik
2023-03-19LibWeb: Apply border-radius clip only if overflow hidden for both axisAliaksandr Kalenik
2023-03-19LibWeb: Update stylesheet loading to use fetch infrastructureSrikavin Ramkumar
2023-03-19LibWeb: Implement 'create a potential-CORS request' algorithmSrikavin Ramkumar
2023-03-19Meta: Specify a working directory for the FLAC spec test on Lagomkleines Filmröllchen
2023-03-19Tests: Correct FLAC spec test pathskleines Filmröllchen
2023-03-19Tests: Refactor FLAC spec test to not use a TestCase subclasskleines Filmröllchen
2023-03-19Meta: Use extract_tar_path for WASM spec test generationkleines Filmröllchen
2023-03-19Meta: Refactor FLAC spec test extraction with extract_tar_pathkleines Filmröllchen
2023-03-19Meta: Add a tar extraction CMake wrapperkleines Filmröllchen
2023-03-19LibAudio: Support FLAC files with unknown amount of sampleskleines Filmröllchen
2023-03-19LibAudio: Use specified bit depth directlykleines Filmröllchen
2023-03-19Ladybird: Fix build failure caused by missing WebDriver headerAliaksandr Kalenik
2023-03-19WebDriver: Fix handling of disconnected WebContent processAliaksandr Kalenik
2023-03-19WebDriver: Close all WebContent connections while destroying a sessionAliaksandr Kalenik
2023-03-19WebDriver: Inline `Sesssion::stop()` in session destructorAliaksandr Kalenik