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
2022-11-15
LibIPC: Forward declare the encode() and decode() template functions
Timothy Flynn
2022-11-15
LibJS: Remove workaround for Clang misalignment in MathematicalValue
Timothy Flynn
2022-11-15
LibJS: Fix that functions in module did not look for var declarations
davidot
2022-11-15
LibJS: Use correct this value for tagged template calls
davidot
2022-11-15
LibJS: Treat '\\' as an escaped character in template literals
davidot
2022-11-15
LibWeb+WebContent+WebDriver: Implement Find Elements From Shadow Root
Timothy Flynn
2022-11-15
LibWeb+WebContent+WebDriver: Implement Find Element From Shadow Root
Timothy Flynn
2022-11-15
LibWeb+WebContent+WebDriver: Implement Get Element Shadow Root
Timothy Flynn
2022-11-15
LibWeb+WebContent+WebDriver: Implement Get Active Element
Timothy Flynn
2022-11-14
LibWeb: Handle inset properties in style_value_for_property()
Itamar
2022-11-14
WebContent+WebDriver: Move Window commands to WebContent
Timothy Flynn
2022-11-14
WebDriver: Remove "Services/" prefix from local WebDriver includes
Timothy Flynn
2022-11-14
WebContent: Provide access to ConnectionFromClient's PageHost
Timothy Flynn
2022-11-14
WebContent: Allow creating a WebDriverConnection with an existing socket
Timothy Flynn
2022-11-14
LibCore: Invoke `forward` from the global namespace inside C_OBJECT
Timothy Flynn
2022-11-14
LibCore: Allow TCPServer's port to be reused after it exits
Timothy Flynn
2022-11-14
LibWeb: Parse unknown media type in media queries
Aliaksandr Kalenik
2022-11-14
LibWeb: Support device-height and device-width media query values
Aliaksandr Kalenik
2022-11-14
LibVT: Make shortcuts propagate completely before terminal input
Zaggy1024
2022-11-14
2048: Call event.ignore() correctly in 2048's BoardView keydown handler
Zaggy1024
2022-11-14
KeyboardMapper: Call event.ignore() on keydown in the main widget
Zaggy1024
2022-11-14
HexEditor: Allow keydown events to propagate if they are not handled
Zaggy1024
2022-11-14
PixelPaint: Allow keydown events to bubble from ImageEditor
Zaggy1024
2022-11-14
LibGUI: Handle Action keyboard shortcuts in Widget keydown
Zaggy1024
2022-11-14
LibGUI: Share code for finding an Action by Shortcut
Zaggy1024
2022-11-14
Taskbar: Support launching apps that require root
Samuel Bowman
2022-11-14
hexdump: Support truncating output with -n
Eli Youngs
2022-11-14
hexdump: Pledge stdio and rpath
Eli Youngs
2022-11-14
LibWeb: Respect media attribute of style tag
Aliaksandr Kalenik
2022-11-14
seq: Fix clang-tidy warnings
Eli Youngs
2022-11-14
seq: Add the --terminator option
Eli Youngs
2022-11-14
seq: Add the --separator option
Eli Youngs
2022-11-14
seq: Interpret parameters with ArgsParser
Eli Youngs
2022-11-14
VideoPlayer: Make PlaybackManager use OwnPtr
Zaggy1024
2022-11-14
Browser: Remove unused WebDriverSessionServer.ipc
Andrew Kaster
2022-11-14
LibWeb: Implement XMLHttpRequest.withCredentials
Linus Groh
2022-11-14
LibWeb: Add a clarifying comment to XHR::m_response_object
Linus Groh
2022-11-14
LibWeb: Use HeaderList from Fetch for XHR author request headers
Linus Groh
2022-11-14
LibWeb: Rename XHR::{m_request_headers => m_author_request_headers}
Linus Groh
2022-11-14
LibWeb: Rename XHR::{m_url => m_request_url}
Linus Groh
2022-11-14
LibWeb: Rename XHR::{m_method => m_request_method}
Linus Groh
2022-11-14
LibWeb: Add spec comments and links to XHR members
Linus Groh
2022-11-14
LibWeb: Rename XHR's ReadyState / m_ready_state to just State / m_state
Linus Groh
2022-11-13
SoundPlayer: Load cover image from music files
Lucas CHOLLET
2022-11-13
LibAudio: Make `FlacLoaderPlugin` destructor virtual
Lucas CHOLLET
2022-11-13
LibAudio: Parse the picture metadata block
Lucas CHOLLET
2022-11-13
LibCore: Allow `MemoryStream::seek` to go to EOF
Lucas CHOLLET
2022-11-13
LibAudio: Explicitly support Application metadata block type
Lucas CHOLLET
2022-11-13
LibAudio: Explicitly support Padding metadata block type
Lucas CHOLLET
2022-11-13
LibGfx: Don't require the OS/2 table for ttf files
Julian Offenhäuser
[next]