summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-10-16LibJS: Rename Get{IANA => Named}TimeZoneNextTransitionLinus Groh
2022-10-16LibJS: Change dateAdd to a required parameter of MoveRelativeDateIdan Horowitz
2022-10-16LibJS: Add dateAdd to all remaining MoveRelativeDate callsIdan Horowitz
2022-10-16LibJS: Add optional dateAdd parameter to MoveRelativeDateIdan Horowitz
2022-10-16LibJS: Add fast path TimeZone conversion to PlainDate#toZonedDateTimeLuke Wilde
2022-10-16LibJS: Remove extra property check from Instant#toZonedDateTimeISOLuke Wilde
2022-10-16LibJS: Fast-path ToTemporalTimeZone when the argument is a TimeZoneLuke Wilde
2022-10-16LibJS: Fast-path ToTemporalCalendar when the argument is a CalendarLuke Wilde
2022-10-16LibWeb: Let LoadRequest::set_body() take by valueKenneth Myhra
2022-10-16LibWeb: Add support for DOM::Document to XHR::send()Kenneth Myhra
2022-10-16LibWeb: Let lambdas return WebIDL::ExceptionOr in XHR::send()Kenneth Myhra
2022-10-16LibJS+js: Disable console debug messages outside Serenity only for `js`networkException
2022-10-15GMLPlayground: Allow previewing GML in a separate windowSamuel Bowman
2022-10-15LibJS: Subtract time zone offsets when converting from local time to UTCTimothy Flynn
2022-10-15WebDriver: Implement `GET /session/{id}/cookie` endpointTobias Christiansen
2022-10-15LibWeb: Make Cookie::Cookie transportable over IPCTobias Christiansen
2022-10-15WebDriver: Implement POST /session/{id}/forward endpointMoustafa Raafat
2022-10-15WebDriver: Implement POST /session/{id}/back endpointMoustafa Raafat
2022-10-15LibJS: Use infallible ParseTimeZoneOffsetStringTimothy Flynn
2022-10-15LibJS: Remove Temporal::DefaultTimeZoneTimothy Flynn
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-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-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-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-15NetworkSettings+SpiceAgent: Update and add required unveil pathsne0ndrag0n
2022-10-15LibJS: Move time zone annotation parsing into ParseISODateTimesnooze6214
2022-10-15WebContent+LibWeb+LibJS: Report exceptions to the JS consolePavel
2022-10-15headless-browser: Add ca-certs-path optionsleeight