summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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-14WebContent+WebDriver: Move Window commands to WebContentTimothy Flynn
2022-11-14WebDriver: Remove "Services/" prefix from local WebDriver includesTimothy Flynn
2022-11-14WebContent: Provide access to ConnectionFromClient's PageHostTimothy Flynn
2022-11-14WebContent: Allow creating a WebDriverConnection with an existing socketTimothy Flynn
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-142048: Call event.ignore() correctly in 2048's BoardView keydown handlerZaggy1024
2022-11-14KeyboardMapper: Call event.ignore() on keydown in the main widgetZaggy1024
2022-11-14HexEditor: Allow keydown events to propagate if they are not handledZaggy1024
2022-11-14PixelPaint: Allow keydown events to bubble from ImageEditorZaggy1024
2022-11-14LibGUI: Handle Action keyboard shortcuts in Widget keydownZaggy1024
2022-11-14LibGUI: Share code for finding an Action by ShortcutZaggy1024
2022-11-14Taskbar: Support launching apps that require rootSamuel Bowman
2022-11-14hexdump: Support truncating output with -nEli Youngs
2022-11-14hexdump: Pledge stdio and rpathEli Youngs
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