summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-06-15LibJS: Move assertion step around in Calendar.prototype.mergeFieldsLinus Groh
2022-06-15LibJS: Use consistent alias names for object-copy stepsLinus Groh
2022-06-15LibJS: Update AvailableCalendars AO to reflect spec changesLinus Groh
2022-06-15LibJS: Add an explicit operation for merging calendar field namesLinus Groh
2022-06-15LibJS: Remove unnecessary variable initialization in DifferenceISODateLinus Groh
2022-06-15LibJS: Mark AO calls creating a copy of built-in objects as infallibleLinus Groh
2022-06-15LibJS: Handle absent options in DifferenceZonedDateTimeLinus Groh
2022-06-15LibJS: Remove constant arguments from CalculateOffsetShiftLinus Groh
2022-06-15LibJS: Use existing variable instead of re-reading internal slotLinus Groh
2022-06-15LibJS: Switch branches in RegulateISODateLinus Groh
2022-06-15LibJS: Inline ConstrainISOYearMonth into RegulateISOYearMonthLinus Groh
2022-06-15LibJS: Add parentheses around modulo operationLinus Groh
2022-06-15LibJS: Use nsMinInstant / nsMaxInstant constants in ParseTemporalInstantLinus Groh
2022-06-15LibJS: Prefer Else + Assertion over If for constrained valuesLinus Groh
2022-06-15LibJS: Update missing/superfluous commas in various spec commentsLinus Groh
2022-06-15LibJS: Use MaximumTemporalDurationRoundingIncrement in two more placesLinus Groh
2022-06-15LibJS: Fix GetIterator capitalization in Calendar.prototype.fieldsLinus Groh
2022-06-15LibJS: Only call CanonicalizeTimeZoneName on valid time zone IDsLinus Groh
2022-06-15LibJS: Add a named alias for parseResult.[[Name]] in ToTemporalTimeZoneLinus Groh
2022-06-15LibJS: Update to the latest ECMA-402 GetOption and move it into ECMA-262Linus Groh
2022-06-15LibJS: Align Temporal GetOption AO with ECMA-402Linus Groh
2022-06-15LibJS: Remove unused GetStringOrNumberOption operationLinus Groh
2022-06-15LibJS: Explicitly handle "auto" vs. number fractionalSecondDigitsLinus Groh
2022-06-15LibJS: Improve an alias name in ToSecondsStringPrecisionLinus Groh
2022-06-15LibJS: Inline call to AddISODate in ZonedDateTime.prototype.hoursInDayLinus Groh
2022-06-15LibJS: Remove RegulateISODate after BalanceISODate in AddISODateLinus Groh
2022-06-15LibJS: Leverage PrepareTemporalFields in ToTemporalTimeRecordLinus Groh
2022-06-15LibJS: Rename ToPartialDuration to ToTemporalPartialDurationRecordLinus Groh
2022-06-15LibJS: Leverage ToPartialDuration in ToTemporalDurationRecordLinus Groh
2022-06-15LibJS: Fold ToPartialTime into ToTemporalTimeRecordLinus Groh
2022-06-15LibJS: Fold PreparePartialTemporalFields into PrepareTemporalFieldsLinus Groh
2022-06-15LibJS: Add missing conversion to integer values in Calendar AOsLinus Groh
2022-06-15LibJS: Mark various uses of CreateTemporalTime as infallibleLinus Groh
2022-06-14LibGfx: Purge doubles from Painter and use more of AK::MathHediadyoin1
2022-06-14LibGfx: Use less allocations in highdpi_icon_[path,string] creationHediadyoin1
2022-06-14LibCore+LibGfx: Pass file-path as StringViewHediadyoin1
2022-06-14LibCpp: Support "FIXME" for commentsFerhat Geçdoğan
2022-06-14LibWeb: Fix regression in painting the 'caret' icon on GitHubMacDue
2022-06-13LibJS: Update order of parameters in our is_less_than implementationObinna Ikeh
2022-06-14LibWeb: Bring border painting much closer to the spec/other browsersMacDue
2022-06-14LibGfx: Add .as_rect() to AntiAliasingPainter::CornerRadiusMacDue
2022-06-14LibGfx: Support AlphaSubtract blend mode for AA rounded rectangleMacDue
2022-06-13LibWeb/WebGL: Implement WebGLRenderingContextBase.depthRange()Luke Wilde
2022-06-13LibWeb/WebGL: Implement WebGLRenderingContextBase.lineWidth()Luke Wilde
2022-06-13LibWeb/WebGL: Implement error handling and getError()Luke Wilde
2022-06-13LibWeb/WebGL: Add WebGLRenderingContextBase.isContextLost()Luke Wilde
2022-06-13LibWeb/WebGL: Add a bunch of simple forwarding functionsLuke Wilde
2022-06-13LibWeb/WebGL: Add extensions APIs to WebGLRenderingContextBaseLuke Wilde
2022-06-13LibWeb: Add ability to present LibGL framebuffer and add clearingLuke Wilde
2022-06-13LibGL: Add ability to retrieve current clear values from GLContextLuke Wilde