summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-15LibJS: Replace GetIANATimeZoneOffset[Ns] with GetNamedTimeZoneOffset[Ns]Timothy Flynn
2022-10-15LibJS: Replace GetIANATimeZoneEpochValue with GetNamedTimeZoneEpoch[Ns]Timothy Flynn
2022-10-15LibJS: Replace GetEpochFromISOParts with GetUTCEpochNanosecondsTimothy Flynn
2022-10-15LibJS: Replace RoundTowardsZero with truncateTimothy Flynn
2022-10-15LibJS: Consolidate sources of system time zone to one location in DateTimothy Flynn
2022-10-15LibJS: Expose the StringToNumber AO for public useTimothy Flynn
2022-10-15WebDriver: Fix HTTP Status for 'no such window' errorTobias Christiansen
2022-10-15WebDriver: Implement `POST /session/{id}/refresh` endpointTobias Christiansen
2022-10-15Base: Update display grid test pagemartinfalisse
2022-10-15LibWeb: Implement minmax()martinfalisse
2022-10-15LibWeb: Implement auto-fill and auto-fitmartinfalisse
2022-10-15LibWeb: Implement more of the grid specmartinfalisse
2022-10-15LibWeb: Parse minmax() valuemartinfalisse
2022-10-15LibWeb: Parse auto-fill and auto-fit attributesmartinfalisse
2022-10-15LibWeb: Refactor parsing a GridTrackSizemartinfalisse
2022-10-15LibWeb: Refactor GridTrack maintenance in the GFCmartinfalisse
2022-10-15LibWeb: Calculate the height of the css grid correctlymartinfalisse
2022-10-15LibWeb: Use w3 instead of drafts for specmartinfalisse
2022-10-15LibWeb: Add parent classes for managing GridTrackSizesmartinfalisse
2022-10-15Ports/dosfstools: Create symlinks automatically instead of manuallyTim Schumacher
2022-10-15Ports/dosfstools: Don't run autogenTim Schumacher
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