summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-15Spider: Make the last move undoableGunnar Beutner
2022-10-15LibWeb: Apply min-width and max-width constraints to inline-block boxesAndreas Kling
2022-10-15LibWeb: Split intrinsic heights cache by definite available widthsAndreas Kling
2022-10-15LibWeb: Assign hypothetical flex item main sizes as temporary main sizeAndreas Kling
2022-10-15Ports: Add dosfstools portLiav A
2022-10-15Meta: Properly ignore targets which don't have a component nameGunnar Beutner
2022-10-15LibWeb/Fetch: Add "webidentity" destination for FedCMLinus Groh
2022-10-15LibWeb/Fetch: Add duplex property to RequestLinus Groh
2022-10-15LibWeb/Fetch: Add support for parsing a single range header valueLinus Groh
2022-10-15Meta: Instruct stale-bot to ignore `pr-is-blocked` PRsBrian Gianforcaro
2022-10-15Kernel: Fix build error on AARCH64Gunnar Beutner
2022-10-15NetworkSettings+SpiceAgent: Update and add required unveil pathsne0ndrag0n
2022-10-15LibJS: Move time zone annotation parsing into ParseISODateTimesnooze6214
2022-10-14Kernel: Add support for the FAT32 filesystemUndefine
2022-10-14AK: Add StringView::find_last_notUndefine
2022-10-15Meta: Don't tell to run script as root when that's not the actual errordemostanis
2022-10-15AK: Explictly disallow lvalue reference types within VariantTimothy Flynn
2022-10-15Base: Add test page for exceptionsPavel
2022-10-15WebContent+LibWeb+LibJS: Report exceptions to the JS consolePavel
2022-10-15headless-browser: Add ca-certs-path optionsleeight
2022-10-14LibAudio: Factorize stream initialisation to base class `LoaderPlugin`Lucas CHOLLET
2022-10-14LibAudio: Allow the MP3 plugin to be constructed from a byte bufferLucas CHOLLET
2022-10-14LibAudio: Port the MP3 plugin to `Core::Stream`Lucas CHOLLET
2022-10-14LibAudio: Remove the last occurrence of `Core::File` in the Flac pluginLucas CHOLLET
2022-10-14LibAudio: Remove the last occurrence of `Core::File` in the Wav pluginLucas CHOLLET
2022-10-14LibAudio: Get rid of unused method `Loader::file()`Lucas CHOLLET
2022-10-14Base: Fix my mistakeSam Atkins
2022-10-14Base: Add a quoteSam Atkins
2022-10-14LibWeb: Implement CSS fit-content algorithm precisely as spec saysAndreas Kling
2022-10-14LibWeb: Resolve *all* percentages in abspos height calculationAndreas Kling
2022-10-14LibWeb: Implement basic support for align-content in flex layoutAndreas Kling
2022-10-14LibWeb: Parse the CSS align-content propertyAndreas Kling
2022-10-14LibWeb: Make TextNode::ChunkIterator emit an empty chunk for content:""Andreas Kling
2022-10-14LibWeb: Don't treat `content: ""` as collapsible whitespaceAndreas Kling
2022-10-14LibWeb: Mark `content: "string"` text nodes as generatedAndreas Kling
2022-10-14LibWeb: Remove unused Layout::TextNode::ChunkIterator::m_layout_modeAndreas Kling
2022-10-14LibWeb: Fix bogus inline-block check in line box layoutAndreas Kling
2022-10-14LibWeb: Apply min/max constraints to sizes that are initially definiteAndreas Kling
2022-10-14LibWeb: Clamp flex item's automatic cross sizes to min/max sizesAndreas Kling
2022-10-14LibWeb: Mark percentage heights as initially definite when appropriateAndreas Kling
2022-10-14LibJS/Temporal: Fix inconsistency in order of observable operationsLuke Wilde
2022-10-14HexEditor: Render selection background without gaps between rowsMart G
2022-10-14LibAudio: Fix 24-bit PCM rescalingkleines Filmröllchen
2022-10-14LibAudio: Correctly rescale 8-bit PCM sampleskleines Filmröllchen
2022-10-14LibSQL: Rewrite the SQL::Value type to be contained within one classTimothy Flynn
2022-10-14LibSQL: Remove infallible type conversions from SQL::ValueTimothy Flynn
2022-10-14LibSQL: Return StringView from enum-to-string convertersTimothy Flynn
2022-10-14LibSQL: Copy SQL::Value instances less frequently (which may be vectors)Timothy Flynn
2022-10-14LibSQL: Add missing header includesTimothy Flynn
2022-10-14LibWeb: Add missing property and methods for history objectleeight