summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-15LibWeb: Bring BrowsingContext::choose_a_browsing_context closer to specIdan Horowitz
2022-11-15LibWeb: Add the 'opener browsing context' BrowsingContext propertyIdan Horowitz
2022-11-15LibWeb: Add the 'is popup' BrowsingContext propertyIdan Horowitz
2022-11-15LibWeb: Support parsing a URL relative to environment settings objectIdan Horowitz
2022-11-15LibWeb: Implement the 'Entry Realm/{settings,global} object' conceptsIdan Horowitz
2022-11-15LibWeb: Remove accidentally commited dbglnsIdan Horowitz
2022-11-15Userland: Remove workarounds for LibIPC include order sensitivityTimothy Flynn
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-15Meta: Don't try to enable GDB support on WindowsGunnar Beutner
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-15Tests/AK: Re-enable `HashTable<double>` testDaniel Bertalan
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-14Base: Mark PartitionEditor as requiring rootSamuel Bowman
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