index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2022-06-15
LibJS: Move assertion step around in Calendar.prototype.mergeFields
Linus Groh
2022-06-15
LibJS: Use consistent alias names for object-copy steps
Linus Groh
2022-06-15
LibJS: Update AvailableCalendars AO to reflect spec changes
Linus Groh
2022-06-15
LibJS: Add an explicit operation for merging calendar field names
Linus Groh
2022-06-15
LibJS: Remove unnecessary variable initialization in DifferenceISODate
Linus Groh
2022-06-15
LibJS: Mark AO calls creating a copy of built-in objects as infallible
Linus Groh
2022-06-15
LibJS: Handle absent options in DifferenceZonedDateTime
Linus Groh
2022-06-15
LibJS: Remove constant arguments from CalculateOffsetShift
Linus Groh
2022-06-15
LibJS: Use existing variable instead of re-reading internal slot
Linus Groh
2022-06-15
LibJS: Switch branches in RegulateISODate
Linus Groh
2022-06-15
LibJS: Inline ConstrainISOYearMonth into RegulateISOYearMonth
Linus Groh
2022-06-15
LibJS: Add parentheses around modulo operation
Linus Groh
2022-06-15
LibJS: Use nsMinInstant / nsMaxInstant constants in ParseTemporalInstant
Linus Groh
2022-06-15
LibJS: Prefer Else + Assertion over If for constrained values
Linus Groh
2022-06-15
LibJS: Update missing/superfluous commas in various spec comments
Linus Groh
2022-06-15
LibJS: Use MaximumTemporalDurationRoundingIncrement in two more places
Linus Groh
2022-06-15
LibJS: Fix GetIterator capitalization in Calendar.prototype.fields
Linus Groh
2022-06-15
LibJS: Only call CanonicalizeTimeZoneName on valid time zone IDs
Linus Groh
2022-06-15
LibJS: Add a named alias for parseResult.[[Name]] in ToTemporalTimeZone
Linus Groh
2022-06-15
LibJS: Update to the latest ECMA-402 GetOption and move it into ECMA-262
Linus Groh
2022-06-15
LibJS: Align Temporal GetOption AO with ECMA-402
Linus Groh
2022-06-15
LibJS: Remove unused GetStringOrNumberOption operation
Linus Groh
2022-06-15
LibJS: Explicitly handle "auto" vs. number fractionalSecondDigits
Linus Groh
2022-06-15
LibJS: Improve an alias name in ToSecondsStringPrecision
Linus Groh
2022-06-15
LibJS: Inline call to AddISODate in ZonedDateTime.prototype.hoursInDay
Linus Groh
2022-06-15
LibJS: Remove RegulateISODate after BalanceISODate in AddISODate
Linus Groh
2022-06-15
LibJS: Leverage PrepareTemporalFields in ToTemporalTimeRecord
Linus Groh
2022-06-15
LibJS: Rename ToPartialDuration to ToTemporalPartialDurationRecord
Linus Groh
2022-06-15
LibJS: Leverage ToPartialDuration in ToTemporalDurationRecord
Linus Groh
2022-06-15
LibJS: Fold ToPartialTime into ToTemporalTimeRecord
Linus Groh
2022-06-15
LibJS: Fold PreparePartialTemporalFields into PrepareTemporalFields
Linus Groh
2022-06-15
LibJS: Add missing conversion to integer values in Calendar AOs
Linus Groh
2022-06-15
LibJS: Mark various uses of CreateTemporalTime as infallible
Linus Groh
2022-06-14
LibGfx: Purge doubles from Painter and use more of AK::Math
Hediadyoin1
2022-06-14
LibGfx: Use less allocations in highdpi_icon_[path,string] creation
Hediadyoin1
2022-06-14
LibCore+LibGfx: Pass file-path as StringView
Hediadyoin1
2022-06-14
LibCpp: Support "FIXME" for comments
Ferhat Geçdoğan
2022-06-14
LibWeb: Fix regression in painting the 'caret' icon on GitHub
MacDue
2022-06-13
LibJS: Update order of parameters in our is_less_than implementation
Obinna Ikeh
2022-06-14
LibWeb: Bring border painting much closer to the spec/other browsers
MacDue
2022-06-14
LibGfx: Add .as_rect() to AntiAliasingPainter::CornerRadius
MacDue
2022-06-14
LibGfx: Support AlphaSubtract blend mode for AA rounded rectangle
MacDue
2022-06-13
LibWeb/WebGL: Implement WebGLRenderingContextBase.depthRange()
Luke Wilde
2022-06-13
LibWeb/WebGL: Implement WebGLRenderingContextBase.lineWidth()
Luke Wilde
2022-06-13
LibWeb/WebGL: Implement error handling and getError()
Luke Wilde
2022-06-13
LibWeb/WebGL: Add WebGLRenderingContextBase.isContextLost()
Luke Wilde
2022-06-13
LibWeb/WebGL: Add a bunch of simple forwarding functions
Luke Wilde
2022-06-13
LibWeb/WebGL: Add extensions APIs to WebGLRenderingContextBase
Luke Wilde
2022-06-13
LibWeb: Add ability to present LibGL framebuffer and add clearing
Luke Wilde
2022-06-13
LibGL: Add ability to retrieve current clear values from GLContext
Luke Wilde
[prev]
[next]