summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-11-16LibWeb: Adjust `foreignobject` to `foreignObject` in HTML parserAndreas Kling
2022-11-16LibWeb: Solve width for absolute positioned elemenent according to specAliaksandr Kalenik
2022-11-16LibWeb: Make auto-fit compatible with grid-gapmartinfalisse
2022-11-16LibWeb: Use fixed-size tracks for grid gapmartinfalisse
2022-11-15LibGfx: Optimize anti-aliased line drawing and strokingTorstennator
2022-11-15LibWeb: Change SVGContext initial fill_color to transparentTorstennator
2022-11-15LubWeb: Call before_children_paint for positioned descendantsAliaksandr Kalenik
2022-11-15LibWeb: Clip hidden overflow by absolute rect of containing blockAliaksandr Kalenik
2022-11-15LibWeb: Join out-of-flow block nodes in last parent child if possibleAliaksandr Kalenik
2022-11-15LibWeb: Implement document.open(string, string, string)Idan Horowitz
2022-11-15LibWeb: Implement window.openIdan Horowitz
2022-11-15LibWeb: Add window.open feature detection abstract operationsIdan Horowitz
2022-11-15LibWeb: Add 'should block pop ups' user config to PageIdan Horowitz
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-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