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-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
2022-11-13
LibGfx: Make the ttf parser recognize files with the "true" tag
Julian Offenhäuser
2022-11-13
WindowServer: Update alt shortcuts for menu items when text changes
Alec Murphy
2022-11-13
LibCore: Add query for all accounts and groups
ne0ndrag0n
2022-11-13
LibArchive: Make get_field_as_integral error out on non-octal input
implicitfield
2022-11-13
LibArchive: Make TarInputStream::advance report errors
implicitfield
2022-11-13
LibC: Implement getpass()
Julian Eigmüller
2022-11-14
LibWeb: Define the route for the Fullscreen Window command
Timothy Flynn
2022-11-13
LibWeb: Support animated backgrounds
Moustafa Raafat
2022-11-13
LibWeb: Implement bare-bones `HTMLElement.dir`
Igor Pissolati
2022-11-13
LibWeb: Implement `window.location.origin`
Igor Pissolati
2022-11-13
Userland: Accept drag_enter events for widgets supporting file drops
Karol Kosek
2022-11-13
PixelPaint: Correct active tool ImageEditor sync issue
Timothy Slater
2022-11-13
WindowServer: Add "[user]" to titlebar when uid differs from login user
meiskam
2022-11-13
LibThreading: Add thread priority controls to Thread
kleines Filmröllchen
2022-11-13
LibAudio: Revert to using buffered file reading
kleines Filmröllchen
2022-11-13
Piano: Guard against all allocations at top level of the audio pipeline
kleines Filmröllchen
2022-11-13
Piano: Alphabetize sources
kleines Filmröllchen
2022-11-13
LibWeb+WebContentr+WebDriver: Move driver response wrapping to LibWeb
Timothy Flynn
2022-11-13
WebDriver: Port the WebDriver client to be a Web::WebDriver::Client
Timothy Flynn
2022-11-13
LibWeb: Re-implement WebDriver endpoint handling within Web::WebDriver
Timothy Flynn
2022-11-13
WebDriver: Implement Close Window closer to the spec
Timothy Flynn
2022-11-12
LibVideo: Rename parse_tree_new to parse_tree in VP9/TreeParser.cpp
Zaggy1024
2022-11-12
LibVideo: Create TokensContext struct for token parsing parameters
Zaggy1024
2022-11-12
LibVideo: Parameterize all tree parsing for motion vectors in VP9
Zaggy1024
2022-11-12
LibVideo: Parameterize parsing single reference frame selection in VP9
Zaggy1024
2022-11-12
LibVideo: Parameterize parsing compound references in the VP9 decoder
Zaggy1024
2022-11-12
LibVideo: Parameterize compound mode parsing in the VP9 decoder
Zaggy1024
2022-11-12
LibVideo: Parameterize parsing if a block is inter predicted in VP9
Zaggy1024
[next]