summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
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: Properly define IPC::encode and IPC::decode specializationsTimothy Flynn
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-14LibWeb: Parse unknown media type in media queriesAliaksandr Kalenik
2022-11-14LibWeb: Support device-height and device-width media query valuesAliaksandr Kalenik
2022-11-14LibWeb: Respect media attribute of style tagAliaksandr Kalenik
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-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-13LibWeb+WebContentr+WebDriver: Move driver response wrapping to LibWebTimothy Flynn
2022-11-13LibWeb: Re-implement WebDriver endpoint handling within Web::WebDriverTimothy Flynn
2022-11-11LibWeb+WebDriver: Move the timeouts configuration object to LibWebTimothy Flynn
2022-11-11LibWeb: Add a string-to-same-site-attribute converterTimothy Flynn
2022-11-11LibWeb: Merge latest mimesniff spec updateNico Weber
2022-11-11LibWeb: Implement screenshot painting inside Web::WebDriverTimothy Flynn
2022-11-11LibWeb: Remove unused type XMLHttpRequestBodyInitKenneth Myhra
2022-11-11LibWeb: Implement support for DOM::Document in XHR::send()Kenneth Myhra
2022-11-10LibWeb: Define method to check if an attribute is a boolean attributeTimothy Flynn
2022-11-10LibWeb: Define a few missing attribute namesTimothy Flynn
2022-11-10LibWeb: Implement the element location strategies in Web::WebDriverTimothy Flynn
2022-11-09LibWeb: Fix typo in BodyInitOrReadableBytes type aliasLinus Groh
2022-11-09Everywhere: Fix a few comment typosNico Weber
2022-11-09LibWeb: Finish half-written comment in abspos height calculationAndreas Kling
2022-11-09LibWeb: Try to compute height for abspos elements before inside layoutAndreas Kling
2022-11-09LibWeb: Actually assign solved value for `left` in abspos width case 1Andreas Kling
2022-11-08LibWeb: Add a flag to track when a browsing context has been discardedTimothy Flynn
2022-11-08LibWeb+WebDriver: Add an IPC-transferable Web::WebDriver::Response classTimothy Flynn
2022-11-08LibWeb+WebDriver: Move WebDriverError to Web::WebDriver::ErrorTimothy Flynn
2022-11-08LibWeb: Apply the current transform in CRC2D.stroke()Luke Wilde
2022-11-08Everywhere: Clean up "in in" comment typosNico Weber
2022-11-08LibWeb: Pick the correct DOM node for mouse-move eventsGunnar Beutner
2022-11-07LibWeb: Paint `repeating-conic-gradient()`sMacDue
2022-11-07LibWeb: Parse `repeating-conic-gradient()`sMacDue