summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
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
2022-06-13LibWeb: Add the ability to retrieve a WebGL context from getContextLuke Wilde
2022-06-13LibWeb: Introduce the WebGL namespace and add WebGLContextEventLuke Wilde
2022-06-13LibGPU: Do not load LibSoftGPU via symlink inside SerenityLuke Wilde
2022-06-13LibJS: Implement Array.prototype.with()Linus Groh
2022-06-13LibJS: Implement Array.prototype.toSpliced()Linus Groh
2022-06-13LibJS: Implement Array.prototype.toSorted()Linus Groh
2022-06-13LibJS: Implement Array.prototype.toReversed()Linus Groh
2022-06-13LibJS: Implement the SortIndexedProperties AOLinus Groh
2022-06-13LibJS: Implement the CompareArrayElements AOLinus Groh
2022-06-13LibJS: Remove redundant VM& parameter from array_merge_sort()Linus Groh
2022-06-13LibJS: Make array_merge_sort() publicLinus Groh
2022-06-13LibJS: Update Array.prototype.group{,ToMap} spec URLsLinus Groh
2022-06-13LibJS: Rename Array.prototype.groupBy{,ToMap} => group{,ToMap}Linus Groh