summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-04-14LibWeb/Streams: Rename one instance of 'e' to 'exception'Linus Groh
2023-04-14LibWeb/Streams: Add FIXMEs to incorrect invoke_callback() invocationsLinus Groh
2023-04-14LibWeb/Streams: Use MUST_OR_THROW_OOM() when creating JS exceptionsLinus Groh
2023-04-14LibWeb/Streams: Make most algorithms return a NonnullGCPtrLinus Groh
2023-04-14PixelPaint: Correct gradient tool's position during previewEthan Yeager
2023-04-14LibWeb: Resolve more background-related propertiesKarol Kosek
2023-04-14WindowServer: Fix alt shortcut navigation for non-default keymapsJulian Offenhäuser
2023-04-14LibTLS: Add RFC explanation of AlertDescription valuesstelar7
2023-04-14LibTLS: Show enum value instead of underlying value where possiblestelar7
2023-04-14LibTLS: Move AlertDescription to Extensions.hstelar7
2023-04-14LibTLS: Move CipherSuite to Extensions.hstelar7
2023-04-14LibTLS: Move HashAlgorithm to Extensions.hstelar7
2023-04-14LibTLS: Move SignatureAlgorithm to Extensions.hstelar7
2023-04-14LibTLS: Move ECPointFormat to Extensions.hstelar7
2023-04-14LibTLS: Rename NamedCurve to SupportedGroupstelar7
2023-04-14LibTLS: Move ECCurveType to Extensions.hstelar7
2023-04-14LibTLS: Move NameType to Extensions.hstelar7
2023-04-14LibTLS: Rename HandshakeExtension to ExtensionTypestelar7
2023-04-14LibTLS: Update HandshakeType value names to match IANA registry valuesstelar7
2023-04-14LibTLS: Rename AlertLevel Critial to FATALstelar7
2023-04-14LibTLS: Rename Version to ProtocolVersionstelar7
2023-04-14LibTLS: Rename MessageType to ContentTypestelar7
2023-04-14LibC: Implement if_indextoname and if_nametoindexArda Cinar
2023-04-14Kernel/Net: Implement SIOCGIFINDEX and SIOCGIFNAME for socketsArda Cinar
2023-04-14LibWeb: Honor column-gap and row-gap CSS properties in flex layoutAndreas Kling
2023-04-14SoundPlayer: Check if loader is nullBrendan Kelly
2023-04-14LibVideo/VP9: Extend the borders on reference frames to avoid branchingZaggy1024
2023-04-14LibVideo/VP9: Clamp reference frame prediction coords outside loopsZaggy1024
2023-04-14LibVideo/VP9: Pre-calculate inter-frames' reference frame scale factorsZaggy1024
2023-04-14LibVideo/VP9: Copy data to reference frames row by rowZaggy1024
2023-04-14LibVideo/Matroska: Remove assertion that cue seeks find earlier samplesZaggy1024
2023-04-14LibGUI: Only redraw sliders after the `on_change` callback has finishedZaggy1024
2023-04-14LibVideo: Remove Starting playback state in favor of Seeking to zeroZaggy1024
2023-04-14VideoPlayer: Use rounded seconds for the timestamp labelZaggy1024
2023-04-14VideoPlayer: Update the current timestamp on state changesZaggy1024
2023-04-14LibVideo: Add a method to get the playback state from `PlaybackManager`Zaggy1024
2023-04-14LibVideo: Always present a frame when not fast-exiting seekZaggy1024
2023-04-14LibVideo: Dispatch PlaybackManager state changes after `on_enter()`Zaggy1024
2023-04-14LibVideo: Improve logging when PLAYBACK_MANAGER_DEBUG=onZaggy1024
2023-04-14LibWeb: Propogate OOM errors from readable_stream_reader_generic_cancelMatthew Olsson
2023-04-14LibWeb: Add ByteStreamController to ReadableStreamController typeMatthew Olsson
2023-04-14LibWeb: Mostly implement ReadableByteStreamController.[[ReleaseSteps]]Matthew Olsson
2023-04-14LibWeb: Mostly implement ReadableByteStreamController.[[PullSteps]]Matthew Olsson
2023-04-14LibWeb: Implement ReadableByteStreamController.[[CancelSteps]]Matthew Olsson
2023-04-14LibWeb: Expose ReadableStream::m_state and use in AOsMatthew Olsson
2023-04-14LibRegex: Avoid calling GenericLexer::consume() past EOFAli Mohammad Pur
2023-04-14LibWeb: Set Comment's prototypeLuke Wilde
2023-04-14Spreadsheet+LibSyntax: Never insert spans directlyMatteo Benetti
2023-04-14LibJS: Port PrototypeObject::typed_this_value() to NonnullGCPtrLinus Groh
2023-04-14LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtrLinus Groh