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
Age
Commit message (
Expand
)
Author
2023-04-14
LibWeb/Streams: Rename one instance of 'e' to 'exception'
Linus Groh
2023-04-14
LibWeb/Streams: Add FIXMEs to incorrect invoke_callback() invocations
Linus Groh
2023-04-14
LibWeb/Streams: Use MUST_OR_THROW_OOM() when creating JS exceptions
Linus Groh
2023-04-14
LibWeb/Streams: Make most algorithms return a NonnullGCPtr
Linus Groh
2023-04-14
PixelPaint: Correct gradient tool's position during preview
Ethan Yeager
2023-04-14
LibWeb: Resolve more background-related properties
Karol Kosek
2023-04-14
WindowServer: Fix alt shortcut navigation for non-default keymaps
Julian Offenhäuser
2023-04-14
LibTLS: Add RFC explanation of AlertDescription values
stelar7
2023-04-14
LibTLS: Show enum value instead of underlying value where possible
stelar7
2023-04-14
LibTLS: Move AlertDescription to Extensions.h
stelar7
2023-04-14
LibTLS: Move CipherSuite to Extensions.h
stelar7
2023-04-14
LibTLS: Move HashAlgorithm to Extensions.h
stelar7
2023-04-14
LibTLS: Move SignatureAlgorithm to Extensions.h
stelar7
2023-04-14
LibTLS: Move ECPointFormat to Extensions.h
stelar7
2023-04-14
LibTLS: Rename NamedCurve to SupportedGroup
stelar7
2023-04-14
LibTLS: Move ECCurveType to Extensions.h
stelar7
2023-04-14
LibTLS: Move NameType to Extensions.h
stelar7
2023-04-14
LibTLS: Rename HandshakeExtension to ExtensionType
stelar7
2023-04-14
LibTLS: Update HandshakeType value names to match IANA registry values
stelar7
2023-04-14
LibTLS: Rename AlertLevel Critial to FATAL
stelar7
2023-04-14
LibTLS: Rename Version to ProtocolVersion
stelar7
2023-04-14
LibTLS: Rename MessageType to ContentType
stelar7
2023-04-14
LibC: Implement if_indextoname and if_nametoindex
Arda Cinar
2023-04-14
Kernel/Net: Implement SIOCGIFINDEX and SIOCGIFNAME for sockets
Arda Cinar
2023-04-14
LibWeb: Honor column-gap and row-gap CSS properties in flex layout
Andreas Kling
2023-04-14
SoundPlayer: Check if loader is null
Brendan Kelly
2023-04-14
LibVideo/VP9: Extend the borders on reference frames to avoid branching
Zaggy1024
2023-04-14
LibVideo/VP9: Clamp reference frame prediction coords outside loops
Zaggy1024
2023-04-14
LibVideo/VP9: Pre-calculate inter-frames' reference frame scale factors
Zaggy1024
2023-04-14
LibVideo/VP9: Copy data to reference frames row by row
Zaggy1024
2023-04-14
LibVideo/Matroska: Remove assertion that cue seeks find earlier samples
Zaggy1024
2023-04-14
LibGUI: Only redraw sliders after the `on_change` callback has finished
Zaggy1024
2023-04-14
LibVideo: Remove Starting playback state in favor of Seeking to zero
Zaggy1024
2023-04-14
VideoPlayer: Use rounded seconds for the timestamp label
Zaggy1024
2023-04-14
VideoPlayer: Update the current timestamp on state changes
Zaggy1024
2023-04-14
LibVideo: Add a method to get the playback state from `PlaybackManager`
Zaggy1024
2023-04-14
LibVideo: Always present a frame when not fast-exiting seek
Zaggy1024
2023-04-14
LibVideo: Dispatch PlaybackManager state changes after `on_enter()`
Zaggy1024
2023-04-14
LibVideo: Improve logging when PLAYBACK_MANAGER_DEBUG=on
Zaggy1024
2023-04-14
LibWeb: Propogate OOM errors from readable_stream_reader_generic_cancel
Matthew Olsson
2023-04-14
LibWeb: Add ByteStreamController to ReadableStreamController type
Matthew Olsson
2023-04-14
LibWeb: Mostly implement ReadableByteStreamController.[[ReleaseSteps]]
Matthew Olsson
2023-04-14
LibWeb: Mostly implement ReadableByteStreamController.[[PullSteps]]
Matthew Olsson
2023-04-14
LibWeb: Implement ReadableByteStreamController.[[CancelSteps]]
Matthew Olsson
2023-04-14
LibWeb: Expose ReadableStream::m_state and use in AOs
Matthew Olsson
2023-04-14
LibRegex: Avoid calling GenericLexer::consume() past EOF
Ali Mohammad Pur
2023-04-14
LibWeb: Set Comment's prototype
Luke Wilde
2023-04-14
Spreadsheet+LibSyntax: Never insert spans directly
Matteo Benetti
2023-04-14
LibJS: Port PrototypeObject::typed_this_value() to NonnullGCPtr
Linus Groh
2023-04-14
LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr
Linus Groh
[next]