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: 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
2022-06-13
LibWeb: Add the ability to retrieve a WebGL context from getContext
Luke Wilde
2022-06-13
LibWeb: Introduce the WebGL namespace and add WebGLContextEvent
Luke Wilde
2022-06-13
LibGPU: Do not load LibSoftGPU via symlink inside Serenity
Luke Wilde
2022-06-13
LibJS: Implement Array.prototype.with()
Linus Groh
2022-06-13
LibJS: Implement Array.prototype.toSpliced()
Linus Groh
2022-06-13
LibJS: Implement Array.prototype.toSorted()
Linus Groh
2022-06-13
LibJS: Implement Array.prototype.toReversed()
Linus Groh
2022-06-13
LibJS: Implement the SortIndexedProperties AO
Linus Groh
2022-06-13
LibJS: Implement the CompareArrayElements AO
Linus Groh
2022-06-13
LibJS: Remove redundant VM& parameter from array_merge_sort()
Linus Groh
2022-06-13
LibJS: Make array_merge_sort() public
Linus Groh
2022-06-13
LibJS: Update Array.prototype.group{,ToMap} spec URLs
Linus Groh
2022-06-13
LibJS: Rename Array.prototype.groupBy{,ToMap} => group{,ToMap}
Linus Groh
[prev]
[next]