summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-27Meta: Fix unresolvable reference to WebIDL::OperationReturnsPromiseMatthew 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-27AK+Everywhere: Don't crash on invalid monthsBen Wiederhake
2023-05-27AK: Fix signed overflow in unix time parts parsingBen Wiederhake
2023-05-27AK: Test from_unix_time_parts intensivelyBen Wiederhake
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-27Kernel: Mark sys$get_dir_entries as not needing the big lockLiav A
2023-05-27Kernel: Make Ext2FSInode::traverse_as_directory to take m_inode_lockLiav A
2023-05-27Kernel: Mark sys$fork as not needing the big lockLiav A
2023-05-27Kernel: Mark sys$umount as not needing the big lockLiav A
2023-05-27Kernel: Don't lock ProcFS mutex when calling traverse_as_directoryLiav A
2023-05-27Kernel: Don't lock SysFS filesystem mutex calling traverse_as_directoryLiav A
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-27LibCore: Drop TestLibCoreIODeviceBen 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-26Kernel/aarch64: Use the correct MMIO base address in the MMUCaoimhe
2023-05-26Documentation: Add note about testing UART on the Raspberry Pi 4BCaoimhe
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-25Kernel/aarch64: Fix build after #17842Daniel Bertalan
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