summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-05-27LibJS/Runtime: Use `Core::File` in `VM::resolve_imported_module`Lucas CHOLLET
2023-05-27headless-browser: Add a --dump-text mode for simplified run & dump testsAndreas Kling
2023-05-27LibWeb: Throw the correct object when enqueuing to a readable streamMatthew Olsson
2023-05-27LibWeb: Do not clear stream algorithms (and add corresponding FIXMEs)Matthew Olsson
2023-05-27LibWeb: Use doubles for Stream's high_water_mark and queue_total_sizeMatthew Olsson
2023-05-27LibWeb: Accept explicit "type: undefined" in UnderlyingSourceMatthew Olsson
2023-05-27LibWeb: Use TRY() to convert invoke_callback result to an ExceptionOrMatthew Olsson
2023-05-27LibWeb: Capture stack values by copy in async lambdas in Stream AOsMatthew Olsson
2023-05-27LibWeb: Use u64 for ReadableByteStream offsets instead of u32Matthew Olsson
2023-05-27LibWeb: Don't throw away the layout tree on viewport resizeAndreas Kling
2023-05-27LibWeb: Don't invalidate style when attribute set to identical valueAndreas Kling
2023-05-27LibCore: Remove unused API of deprecated Core::IODeviceBen Wiederhake
2023-05-27LibCore: Remove deprecated LineRange and LineIteratorBen Wiederhake
2023-05-27LibLine: Unify history reading, prefer File over DeprecatedFileBen Wiederhake
2023-05-27LibWeb: Accept fit-content as a value for min-width and max-widthAndreas Kling
2023-05-27LibWeb: Support fit-content width for block-level boxesAndreas Kling
2023-05-27LibWeb: Support grid items with fit-content width :^)Andreas Kling
2023-05-27LibWeb: Allow calculating intrinsic sizes of non-FC-rootsAndreas Kling
2023-05-27LibWeb: Add fit-content as a valid size value for CSS widthAndreas Kling
2023-05-27LibGfx+LibVideo: Make BooleanDecoder usable for both VP8 and VP9Nico Weber
2023-05-27LibGfx+LibVideo: Move VP9/BooleanDecoder to LibGfx/ImageFormatsNico Weber
2023-05-27LibWeb: Add basic parsing of grid shorthand CSS propertyAliaksandr Kalenik
2023-05-26LibWeb: Fix width calculation for floating replaced elementsAndi Gallo
2023-05-26LibWeb: Reset margin collapsing state only if box indeed add clearanceAliaksandr Kalenik
2023-05-26LibWeb: Avoid nullptr dereference when parsing grid sizesSam Atkins
2023-05-26LibJS/Bytecode: Make for..in iterate property names as stringAndreas Kling
2023-05-26LibWeb: Consume sign in `SVG::parse_elliptical_arg_argument`Cameron Youell
2023-05-26LibWeb: Get reference height from closest non-anonymous ancestorAndi Gallo
2023-05-26LibJS: Disallow creating ArrayBuffers larger than 2^53 - 1Timothy Flynn
2023-05-26LibJS: Update spec numbers for the Well-Formed Unicode Strings proposalTimothy Flynn
2023-05-26LibWeb: Return DOMException instead of crashing when setting attributesPrestonLTaylor
2023-05-26LibGfx: Fix glyph render to create implied points in start/end of pathAliaksandr Kalenik
2023-05-25Browser: Download Widget file and directory text changessec05
2023-05-25LibWeb: Do the CORS cross-origin workaround to find MIME type for imagesAndreas Kling
2023-05-25LibWeb: Make Fetch::Infrastructure::HeaderList::is_empty() publicAndreas Kling
2023-05-25LibWeb: Don't crash on unimplemented CSS display typeAndreas Kling
2023-05-25LibWeb: Try failed font lookups again without weight and slopeAndreas Kling
2023-05-25LibWeb: Add CustomIdentStyleValue, along with parsing for itSam Atkins
2023-05-25LibSQL: Free heap storage when deleting rowsJelle Raaijmakers
2023-05-25LibSQL: Implement freeing heap storageJelle Raaijmakers
2023-05-25LibSQL: Find free blocks when opening a database fileJelle Raaijmakers
2023-05-25LibSQL: Keep track of free heap blocks when trimming storageJelle Raaijmakers
2023-05-25LibSQL: Reuse heap blocks when overwriting storageJelle Raaijmakers
2023-05-25LibWeb: Handle invalid UTF-8 in Fetch's Body#text()0GreenClover0
2023-05-25LibWeb: Make input element placeholders look betterAndreas Kling
2023-05-25LibWeb: Make HTMLDivElement not "final"Andreas Kling
2023-05-25LibWeb: Remove now-unused `parse_css_value(ComponentValue)` methodSam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for transform-originSam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for text-decorationSam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for text-decoration-lineSam Atkins