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
2021-12-10
LibWeb: Implement AbortSignal.throwIfAborted
Luke Wilde
2021-12-10
LibWeb: Add support for AbortSignal.reason
Luke Wilde
2021-12-10
LibWeb: Fix off-by-one error when highlighting unquoted HTML attributes
Sam Atkins
2021-12-10
LibJS: Implement ECMA-402 Date.prototype.toLocaleTimeString
Timothy Flynn
2021-12-10
LibJS: Implement ECMA-402 Date.prototype.toLocaleDateString
Timothy Flynn
2021-12-10
LibJS: Implement ECMA-402 Date.prototype.toLocaleString
Timothy Flynn
2021-12-10
Browser+LibWeb+WebContent: Add variables display to Inspector
Sam Atkins
2021-12-09
LibJS: Implement Intl.DateTimeFormat.prototype.formatRangeToParts
Timothy Flynn
2021-12-09
LibJS: Implement Intl.DateTimeFormat.prototype.formatRange
Timothy Flynn
2021-12-09
LibJS: Store range format patterns in the Intl.DateTimeFormat object
Timothy Flynn
2021-12-09
LibJS: Do not return views into potentially freed memory
Timothy Flynn
2021-12-09
LibUnicode: Add method to combine two format pattern skeletons
Timothy Flynn
2021-12-09
LibUnicode: Parse and generate date time range format patterns
Timothy Flynn
2021-12-09
LibUnicode: Parse and generate format pattern skeletons
Timothy Flynn
2021-12-09
LibJS: Update spec comment in balance_duration_relative()
Linus Groh
2021-12-09
LibJS: Update spec comment in Temporal.Duration.prototype.round()
Linus Groh
2021-12-09
LibGUI: Add EngineType to EditingEngine classes
scwfri
2021-12-09
LibWeb: Remove now-unused CustomStyleValue
Sam Atkins
2021-12-09
LibWeb: Handle dependency cycles in CSS var()s :^)
Sam Atkins
2021-12-09
LibWeb: Mitigate the billion-laughs attack on CSS variables
Sam Atkins
2021-12-09
LibWeb: Handle fallback values for CSS variables :^)
Sam Atkins
2021-12-09
LibWeb: Parse and resolve UnresolvedStyleValues
Sam Atkins
2021-12-09
LibWeb: Add new UnresolvedStyleValue class
Sam Atkins
2021-12-09
LibWeb: Make StyleBlockRule more accessible to outsiders
Sam Atkins
2021-12-09
LibWeb: Include custom properties in CSS dump
Sam Atkins
2021-12-09
LibWeb: Make CSS::Screen forward its ref count to DOM::Window
Andreas Kling
2021-12-09
LibWeb: Make DOM::NamedNodeMap forward its ref count to DOM::Element
Andreas Kling
2021-12-09
LibWeb: Make DOMImplementation forward its ref count to DOM::Document
Andreas Kling
2021-12-09
LibWeb: Use RefCountForwarder for NavigationTiming::PerformanceTiming
Andreas Kling
2021-12-09
LibJS: Add Handle::operator->()
Andreas Kling
2021-12-08
LibJS/Tests: Enable two more skipped tests which now pass
Linus Groh
2021-12-08
LibJS: Simplify TemporalInstantString
Linus Groh
2021-12-08
LibJS: Move calendar validation out of parse_temporal_calendar_string
Luke Wilde
2021-12-08
LibJS: Simplify return in parse_temporal_date_time_string
Luke Wilde
2021-12-08
LibJS: Remove duplicated spec step in parse_iso_date_time
Luke Wilde
2021-12-08
LibTLS: Avoid implicitly copying ByteBuffer
Ben Wiederhake
2021-12-08
LibSQL: Avoid implicitly copying ByteBuffer
Ben Wiederhake
2021-12-08
LibHTTP: Avoid implicitly copying ByteBuffer
Ben Wiederhake
2021-12-08
LibGemini: Avoid implicitly copying ByteBuffer
Ben Wiederhake
2021-12-08
LibCore: Avoid implicitly copying ByteBuffer
Ben Wiederhake
2021-12-08
LibJS: Implement Intl.DateTimeFormat.prototype.formatToParts
Timothy Flynn
2021-12-08
LibJS: Implement (most of) Intl.DateTimeFormat.prototype.format
Timothy Flynn
2021-12-08
LibJS: Cache the data locale used by Intl.DateTimeFormat
Timothy Flynn
2021-12-08
LibJS: Add an accessor for the %Date.now% instrinsic property
Timothy Flynn
2021-12-08
LibJS: Implement Date's Week Day AO
Timothy Flynn
2021-12-08
LibJS: Implement Date's TimeClip AO
Timothy Flynn
2021-12-08
LibUnicode: Parse and generate time zone names in long and short form
Timothy Flynn
2021-12-08
LibUnicode: Generate era, month, weekday and day period calendar symbols
Timothy Flynn
2021-12-08
LibJS: Do not override hour, minute, and second format field lengths
Timothy Flynn
2021-12-08
LibJS+LibUnicode: Generate missing patterns with fractionalSecondDigits
Timothy Flynn
[next]