index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-10-15
LibJS: Replace GetIANATimeZoneOffset[Ns] with GetNamedTimeZoneOffset[Ns]
Timothy Flynn
2022-10-15
LibJS: Replace GetIANATimeZoneEpochValue with GetNamedTimeZoneEpoch[Ns]
Timothy Flynn
2022-10-15
LibJS: Replace GetEpochFromISOParts with GetUTCEpochNanoseconds
Timothy Flynn
2022-10-15
LibJS: Replace RoundTowardsZero with truncate
Timothy Flynn
2022-10-15
LibJS: Consolidate sources of system time zone to one location in Date
Timothy Flynn
2022-10-15
LibJS: Expose the StringToNumber AO for public use
Timothy Flynn
2022-10-15
WebDriver: Fix HTTP Status for 'no such window' error
Tobias Christiansen
2022-10-15
WebDriver: Implement `POST /session/{id}/refresh` endpoint
Tobias Christiansen
2022-10-15
Base: Update display grid test page
martinfalisse
2022-10-15
LibWeb: Implement minmax()
martinfalisse
2022-10-15
LibWeb: Implement auto-fill and auto-fit
martinfalisse
2022-10-15
LibWeb: Implement more of the grid spec
martinfalisse
2022-10-15
LibWeb: Parse minmax() value
martinfalisse
2022-10-15
LibWeb: Parse auto-fill and auto-fit attributes
martinfalisse
2022-10-15
LibWeb: Refactor parsing a GridTrackSize
martinfalisse
2022-10-15
LibWeb: Refactor GridTrack maintenance in the GFC
martinfalisse
2022-10-15
LibWeb: Calculate the height of the css grid correctly
martinfalisse
2022-10-15
LibWeb: Use w3 instead of drafts for spec
martinfalisse
2022-10-15
LibWeb: Add parent classes for managing GridTrackSizes
martinfalisse
2022-10-15
Ports/dosfstools: Create symlinks automatically instead of manually
Tim Schumacher
2022-10-15
Ports/dosfstools: Don't run autogen
Tim Schumacher
2022-10-15
Spider: Make the last move undoable
Gunnar Beutner
2022-10-15
LibWeb: Apply min-width and max-width constraints to inline-block boxes
Andreas Kling
2022-10-15
LibWeb: Split intrinsic heights cache by definite available widths
Andreas Kling
2022-10-15
LibWeb: Assign hypothetical flex item main sizes as temporary main size
Andreas Kling
2022-10-15
Ports: Add dosfstools port
Liav A
2022-10-15
Meta: Properly ignore targets which don't have a component name
Gunnar Beutner
2022-10-15
LibWeb/Fetch: Add "webidentity" destination for FedCM
Linus Groh
2022-10-15
LibWeb/Fetch: Add duplex property to Request
Linus Groh
2022-10-15
LibWeb/Fetch: Add support for parsing a single range header value
Linus Groh
2022-10-15
Meta: Instruct stale-bot to ignore `pr-is-blocked` PRs
Brian Gianforcaro
2022-10-15
Kernel: Fix build error on AARCH64
Gunnar Beutner
2022-10-15
NetworkSettings+SpiceAgent: Update and add required unveil paths
ne0ndrag0n
2022-10-15
LibJS: Move time zone annotation parsing into ParseISODateTime
snooze6214
2022-10-14
Kernel: Add support for the FAT32 filesystem
Undefine
2022-10-14
AK: Add StringView::find_last_not
Undefine
2022-10-15
Meta: Don't tell to run script as root when that's not the actual error
demostanis
2022-10-15
AK: Explictly disallow lvalue reference types within Variant
Timothy Flynn
2022-10-15
Base: Add test page for exceptions
Pavel
2022-10-15
WebContent+LibWeb+LibJS: Report exceptions to the JS console
Pavel
2022-10-15
headless-browser: Add ca-certs-path options
leeight
2022-10-14
LibAudio: Factorize stream initialisation to base class `LoaderPlugin`
Lucas CHOLLET
2022-10-14
LibAudio: Allow the MP3 plugin to be constructed from a byte buffer
Lucas CHOLLET
2022-10-14
LibAudio: Port the MP3 plugin to `Core::Stream`
Lucas CHOLLET
2022-10-14
LibAudio: Remove the last occurrence of `Core::File` in the Flac plugin
Lucas CHOLLET
2022-10-14
LibAudio: Remove the last occurrence of `Core::File` in the Wav plugin
Lucas CHOLLET
2022-10-14
LibAudio: Get rid of unused method `Loader::file()`
Lucas CHOLLET
2022-10-14
Base: Fix my mistake
Sam Atkins
2022-10-14
Base: Add a quote
Sam Atkins
2022-10-14
LibWeb: Implement CSS fit-content algorithm precisely as spec says
Andreas Kling
[next]