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
2023-04-11
LibWeb: Move VideoPaintable's cached mouse position to HTMLVideoElement
Timothy Flynn
2023-04-11
LibWeb: Tweak the color used for hovered media controls
Timothy Flynn
2023-04-11
LibWeb: Begin tracking HTMLMediaElement playback positions
Timothy Flynn
2023-04-11
LibWeb: Report HTMLMediaElement duration with sub-second accuracy
Timothy Flynn
2023-04-11
LibWeb: Move dispatching timeupdate events to a helper for tracking
Timothy Flynn
2023-04-11
LibGfx/ICC: Add evaluate() member functions to both curve types
Nico Weber
2023-04-11
LibGfx/ICC: Extract sRGB_curve() function
Nico Weber
2023-04-11
LibWeb: Implement URL.canParse(url, base)
networkException
2023-04-11
LibWeb: Update URL constructor steps to match the specification
networkException
2023-04-11
AK+Everywhere: Use Optional for URLParser::parse's base_url parameter
networkException
2023-04-11
AK: Add option to the string formatter to use a digit separator
Tim Ledbetter
2023-04-11
LibELF: Remove leftover i386 entry files
Tim Schumacher
2023-04-10
LibWeb: Convert video control dimensions from CSSPixels to DevicePixels
Timothy Flynn
2023-04-10
LibC: Properly implement the futimens function
Liav A
2023-04-09
Tests: Use `FileSystem` instead of `DeprecatedFile`
Cameron Youell
2023-04-09
Piano+LibAudio: Port to `Core::File`
Cameron Youell
2023-04-09
LibCrypto: Add PBKDF2
stelar7
2023-04-10
LibWeb: Set up the DefaultController when constructing a WritableStream
Matthew Olsson
2023-04-10
LibWeb: Implement WritableStreamDefaultWriter.write()
Matthew Olsson
2023-04-10
LibWeb: Accept a JS::Value for size in enqueue_value instead of a double
Matthew Olsson
2023-04-10
LibWeb: Move Streams/QueueOperations.h to Streams/AbstractOperations.h
Matthew Olsson
2023-04-09
LibWeb: Port HTMLVideoElement to play videos with Video::PlaybackManager
Timothy Flynn
2023-04-09
LibVideo: Add a forwarding header
Timothy Flynn
2023-04-09
LibVideo: Add a getter for the PlaybackManager's selected track
Timothy Flynn
2023-04-09
LibVideo: Add a factory to create a PlaybackManager from in-memory data
Timothy Flynn
2023-04-09
LibVideo+VideoPlayer: Convert playback event handler to callbacks
Timothy Flynn
2023-04-09
LibVideo: Initialize primitive member variables in PlaybackManager
Timothy Flynn
2023-04-09
Everywhere: Remove unused DeprecatedString includes
Ben Wiederhake
2023-04-09
LibWeb: Implement WritableStreamDefaultWriter.releaseLock()
Matthew Olsson
2023-04-09
LibWeb: Implement WritableStreamDefaultWriter.close()
Matthew Olsson
2023-04-09
LibWeb: Implement WritableStreamDefaultWriter.abort()
Matthew Olsson
2023-04-09
LibWeb: Implement WritableStream.abort()
Matthew Olsson
2023-04-09
LibWeb: Implement WritableStream.getWriter()
Matthew Olsson
2023-04-09
LibWeb: Remove duplicate declaration in Streams/AbstractOperations.h
Matthew Olsson
2023-04-09
LibWeb/Fetch: Use a basic filtered response for redirect navigations
Aliaksandr Kalenik
2023-04-09
LibWeb: Add initial implementation of CRC2D.clip()
MacDue
2023-04-09
LibWeb: Add simple canvas path clipper
MacDue
2023-04-09
LibGfx: Floor draw origin in fill path implementation
MacDue
2023-04-09
LibGfx: Add Point::to_floored<T>()
MacDue
2023-04-09
LibGfx: Fix crash due to vector resize in close_all_subpaths()
MacDue
2023-04-09
LibGfx: Add BitmapPaintStyle
MacDue
2023-04-09
LibWeb: Implement WritableStream.close()
Matthew Olsson
2023-04-09
LibTest: Add a `TRY_OR_FAIL` macro
Tim Schumacher
2023-04-09
LibWeb/HTML: Use correct spec link for multipart/form-data encoding
Linus Groh
2023-04-09
LibWeb: Port fire_webgl_context_event() to new FlyString
Kenneth Myhra
2023-04-09
LibWeb: Add WebGL::EventNames
Kenneth Myhra
2023-04-09
LibWeb: Port fire_keyboard_event() to new FlyString
Kenneth Myhra
2023-04-09
LibWeb: Port fire_a_synthetic_pointer_event() to new FlySring
Kenneth Myhra
2023-04-09
LibWeb: Port fire_a_page_transition_event() to new FlyString
Kenneth Myhra
2023-04-09
LibWeb: Port fire_progress_event() + request_error_steps() to new String
Kenneth Myhra
[next]