summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-12-10LibWeb: Implement AbortSignal.throwIfAbortedLuke Wilde
2021-12-10LibWeb: Add support for AbortSignal.reasonLuke Wilde
2021-12-10LibWeb: Fix off-by-one error when highlighting unquoted HTML attributesSam Atkins
2021-12-10LibJS: Implement ECMA-402 Date.prototype.toLocaleTimeStringTimothy Flynn
2021-12-10LibJS: Implement ECMA-402 Date.prototype.toLocaleDateStringTimothy Flynn
2021-12-10LibJS: Implement ECMA-402 Date.prototype.toLocaleStringTimothy Flynn
2021-12-10Browser+LibWeb+WebContent: Add variables display to InspectorSam Atkins
2021-12-09LibJS: Implement Intl.DateTimeFormat.prototype.formatRangeToPartsTimothy Flynn
2021-12-09LibJS: Implement Intl.DateTimeFormat.prototype.formatRangeTimothy Flynn
2021-12-09LibJS: Store range format patterns in the Intl.DateTimeFormat objectTimothy Flynn
2021-12-09LibJS: Do not return views into potentially freed memoryTimothy Flynn
2021-12-09LibUnicode: Add method to combine two format pattern skeletonsTimothy Flynn
2021-12-09LibUnicode: Parse and generate date time range format patternsTimothy Flynn
2021-12-09LibUnicode: Parse and generate format pattern skeletonsTimothy Flynn
2021-12-09LibJS: Update spec comment in balance_duration_relative()Linus Groh
2021-12-09LibJS: Update spec comment in Temporal.Duration.prototype.round()Linus Groh
2021-12-09LibGUI: Add EngineType to EditingEngine classesscwfri
2021-12-09LibWeb: Remove now-unused CustomStyleValueSam Atkins
2021-12-09LibWeb: Handle dependency cycles in CSS var()s :^)Sam Atkins
2021-12-09LibWeb: Mitigate the billion-laughs attack on CSS variablesSam Atkins
2021-12-09LibWeb: Handle fallback values for CSS variables :^)Sam Atkins
2021-12-09LibWeb: Parse and resolve UnresolvedStyleValuesSam Atkins
2021-12-09LibWeb: Add new UnresolvedStyleValue classSam Atkins
2021-12-09LibWeb: Make StyleBlockRule more accessible to outsidersSam Atkins
2021-12-09LibWeb: Include custom properties in CSS dumpSam Atkins
2021-12-09LibWeb: Make CSS::Screen forward its ref count to DOM::WindowAndreas Kling
2021-12-09LibWeb: Make DOM::NamedNodeMap forward its ref count to DOM::ElementAndreas Kling
2021-12-09LibWeb: Make DOMImplementation forward its ref count to DOM::DocumentAndreas Kling
2021-12-09LibWeb: Use RefCountForwarder for NavigationTiming::PerformanceTimingAndreas Kling
2021-12-09LibJS: Add Handle::operator->()Andreas Kling
2021-12-08LibJS/Tests: Enable two more skipped tests which now passLinus Groh
2021-12-08LibJS: Simplify TemporalInstantStringLinus Groh
2021-12-08LibJS: Move calendar validation out of parse_temporal_calendar_stringLuke Wilde
2021-12-08LibJS: Simplify return in parse_temporal_date_time_stringLuke Wilde
2021-12-08LibJS: Remove duplicated spec step in parse_iso_date_timeLuke Wilde
2021-12-08LibTLS: Avoid implicitly copying ByteBufferBen Wiederhake
2021-12-08LibSQL: Avoid implicitly copying ByteBufferBen Wiederhake
2021-12-08LibHTTP: Avoid implicitly copying ByteBufferBen Wiederhake
2021-12-08LibGemini: Avoid implicitly copying ByteBufferBen Wiederhake
2021-12-08LibCore: Avoid implicitly copying ByteBufferBen Wiederhake
2021-12-08LibJS: Implement Intl.DateTimeFormat.prototype.formatToPartsTimothy Flynn
2021-12-08LibJS: Implement (most of) Intl.DateTimeFormat.prototype.formatTimothy Flynn
2021-12-08LibJS: Cache the data locale used by Intl.DateTimeFormatTimothy Flynn
2021-12-08LibJS: Add an accessor for the %Date.now% instrinsic propertyTimothy Flynn
2021-12-08LibJS: Implement Date's Week Day AOTimothy Flynn
2021-12-08LibJS: Implement Date's TimeClip AOTimothy Flynn
2021-12-08LibUnicode: Parse and generate time zone names in long and short formTimothy Flynn
2021-12-08LibUnicode: Generate era, month, weekday and day period calendar symbolsTimothy Flynn
2021-12-08LibJS: Do not override hour, minute, and second format field lengthsTimothy Flynn
2021-12-08LibJS+LibUnicode: Generate missing patterns with fractionalSecondDigitsTimothy Flynn