summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-11-14LibWeb: Respect media attribute of style tagAliaksandr Kalenik
2022-11-14seq: Fix clang-tidy warningsEli Youngs
2022-11-14seq: Add the --terminator optionEli Youngs
2022-11-14seq: Add the --separator optionEli Youngs
2022-11-14seq: Interpret parameters with ArgsParserEli Youngs
2022-11-14VideoPlayer: Make PlaybackManager use OwnPtrZaggy1024
2022-11-14Browser: Remove unused WebDriverSessionServer.ipcAndrew Kaster
2022-11-14LibWeb: Implement XMLHttpRequest.withCredentialsLinus Groh
2022-11-14LibWeb: Add a clarifying comment to XHR::m_response_objectLinus Groh
2022-11-14LibWeb: Use HeaderList from Fetch for XHR author request headersLinus Groh
2022-11-14LibWeb: Rename XHR::{m_request_headers => m_author_request_headers}Linus Groh
2022-11-14LibWeb: Rename XHR::{m_url => m_request_url}Linus Groh
2022-11-14LibWeb: Rename XHR::{m_method => m_request_method}Linus Groh
2022-11-14LibWeb: Add spec comments and links to XHR membersLinus Groh
2022-11-14LibWeb: Rename XHR's ReadyState / m_ready_state to just State / m_stateLinus Groh
2022-11-13SoundPlayer: Load cover image from music filesLucas CHOLLET
2022-11-13LibAudio: Make `FlacLoaderPlugin` destructor virtualLucas CHOLLET
2022-11-13LibAudio: Parse the picture metadata blockLucas CHOLLET
2022-11-13LibCore: Allow `MemoryStream::seek` to go to EOFLucas CHOLLET
2022-11-13LibAudio: Explicitly support Application metadata block typeLucas CHOLLET
2022-11-13LibAudio: Explicitly support Padding metadata block typeLucas CHOLLET
2022-11-13LibGfx: Don't require the OS/2 table for ttf filesJulian Offenhäuser
2022-11-13LibGfx: Make the ttf parser recognize files with the "true" tagJulian Offenhäuser
2022-11-13WindowServer: Update alt shortcuts for menu items when text changesAlec Murphy
2022-11-13LibCore: Add query for all accounts and groupsne0ndrag0n
2022-11-13LibArchive: Make get_field_as_integral error out on non-octal inputimplicitfield
2022-11-13LibArchive: Make TarInputStream::advance report errorsimplicitfield
2022-11-13LibC: Implement getpass()Julian Eigmüller
2022-11-14LibWeb: Define the route for the Fullscreen Window commandTimothy Flynn
2022-11-13LibWeb: Support animated backgroundsMoustafa Raafat
2022-11-13LibWeb: Implement bare-bones `HTMLElement.dir`Igor Pissolati
2022-11-13LibWeb: Implement `window.location.origin`Igor Pissolati
2022-11-13Userland: Accept drag_enter events for widgets supporting file dropsKarol Kosek
2022-11-13PixelPaint: Correct active tool ImageEditor sync issueTimothy Slater
2022-11-13WindowServer: Add "[user]" to titlebar when uid differs from login usermeiskam
2022-11-13LibThreading: Add thread priority controls to Threadkleines Filmröllchen
2022-11-13LibAudio: Revert to using buffered file readingkleines Filmröllchen
2022-11-13Piano: Guard against all allocations at top level of the audio pipelinekleines Filmröllchen
2022-11-13Piano: Alphabetize sourceskleines Filmröllchen
2022-11-13LibWeb+WebContentr+WebDriver: Move driver response wrapping to LibWebTimothy Flynn
2022-11-13WebDriver: Port the WebDriver client to be a Web::WebDriver::ClientTimothy Flynn
2022-11-13LibWeb: Re-implement WebDriver endpoint handling within Web::WebDriverTimothy Flynn
2022-11-13WebDriver: Implement Close Window closer to the specTimothy Flynn
2022-11-12LibVideo: Rename parse_tree_new to parse_tree in VP9/TreeParser.cppZaggy1024
2022-11-12LibVideo: Create TokensContext struct for token parsing parametersZaggy1024
2022-11-12LibVideo: Parameterize all tree parsing for motion vectors in VP9Zaggy1024
2022-11-12LibVideo: Parameterize parsing single reference frame selection in VP9Zaggy1024
2022-11-12LibVideo: Parameterize parsing compound references in the VP9 decoderZaggy1024
2022-11-12LibVideo: Parameterize compound mode parsing in the VP9 decoderZaggy1024
2022-11-12LibVideo: Parameterize parsing if a block is inter predicted in VP9Zaggy1024