summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-11-15Userland: Properly define IPC::encode and IPC::decode specializationsTimothy Flynn
2022-11-15LibIPC: Forward declare the encode() and decode() template functionsTimothy Flynn
2022-11-15LibJS: Remove workaround for Clang misalignment in MathematicalValueTimothy Flynn
2022-11-15LibJS: Fix that functions in module did not look for var declarationsdavidot
2022-11-15LibJS: Use correct this value for tagged template callsdavidot
2022-11-15LibJS: Treat '\\' as an escaped character in template literalsdavidot
2022-11-15LibWeb+WebContent+WebDriver: Implement Find Elements From Shadow RootTimothy Flynn
2022-11-15LibWeb+WebContent+WebDriver: Implement Find Element From Shadow RootTimothy Flynn
2022-11-15LibWeb+WebContent+WebDriver: Implement Get Element Shadow RootTimothy Flynn
2022-11-15LibWeb+WebContent+WebDriver: Implement Get Active ElementTimothy Flynn
2022-11-14LibWeb: Handle inset properties in style_value_for_property()Itamar
2022-11-14LibCore: Invoke `forward` from the global namespace inside C_OBJECTTimothy Flynn
2022-11-14LibCore: Allow TCPServer's port to be reused after it exitsTimothy Flynn
2022-11-14LibWeb: Parse unknown media type in media queriesAliaksandr Kalenik
2022-11-14LibWeb: Support device-height and device-width media query valuesAliaksandr Kalenik
2022-11-14LibVT: Make shortcuts propagate completely before terminal inputZaggy1024
2022-11-14LibGUI: Handle Action keyboard shortcuts in Widget keydownZaggy1024
2022-11-14LibGUI: Share code for finding an Action by ShortcutZaggy1024
2022-11-14LibWeb: Respect media attribute of style tagAliaksandr Kalenik
2022-11-14VideoPlayer: Make PlaybackManager use OwnPtrZaggy1024
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-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-13LibThreading: Add thread priority controls to Threadkleines Filmröllchen
2022-11-13LibAudio: Revert to using buffered file readingkleines Filmröllchen
2022-11-13LibWeb+WebContentr+WebDriver: Move driver response wrapping to LibWebTimothy Flynn
2022-11-13LibWeb: Re-implement WebDriver endpoint handling within Web::WebDriverTimothy 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