summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2021-09-14LibWeb: Improvements to error handling in HTML foreign content parsingAndreas Kling
2021-09-14LibWeb: Flexbox: Avoid division by zeroTobias Christiansen
2021-09-14LibWeb: Flexbox: Change the name of a variable to correspond to specTobias Christiansen
2021-09-14LibWeb: Flexbox: Resolve relative size of flex-items more correctlyTobias Christiansen
2021-09-14LibWeb: Add several computed CSS styleskleines Filmröllchen
2021-09-14LibWeb: Add CombinedBoderRadiusStyleValue for CSS `border-radius`kleines Filmröllchen
2021-09-14LibJS+LibWeb: Move script parse time logging from JS::Script to LibWebAndreas Kling
2021-09-14LibJS+LibWeb: Let JS::Script::parse() return a list of errors (on error)Andreas Kling
2021-09-14LibWeb: Implement ParentNode.childrenLuke Wilde
2021-09-14LibWeb: Make the innerHTML setter spec compliantLuke Wilde
2021-09-14LibWeb: Implement HTML fragment serialisation and use it in innerHTMLLuke Wilde
2021-09-14LibWeb: Add the URL::{protocol, pathname, search, hash} attributesIdan Horowitz
2021-09-14LibWeb: Add the URL::host, URL::hostname & URL:port attributesIdan Horowitz
2021-09-14LibWeb: Add the URL::username, URL::password & URL::origin attributesIdan Horowitz
2021-09-14LibWeb: Add the URL::searchParams attributeIdan Horowitz
2021-09-14LibWeb: Add the URL::href attribute and URL::to_json methodIdan Horowitz
2021-09-14LibWeb: Add a bare implementation of the URL built-inIdan Horowitz
2021-09-14AK: Make URL::m_port an Optional<u16>, Expose raw port getterIdan Horowitz
2021-09-14LibWeb: Move url_{encode, decode} to URL/URLSearchParams.{h, cpp}Idan Horowitz
2021-09-13LibWeb: Use ComputedCSSStyleDeclaration to generate data for inspectorAndreas Kling
2021-09-13LibWeb: Use right dimension when positioning flex-itemsTobias Christiansen
2021-09-13LibWeb: Stop dumping selectors in ParentNode::query_selector{,_all}()Linus Groh
2021-09-13LibWeb: FlexBox: Use correct source when querying for the main sizeTobias Christiansen
2021-09-13LibWeb: Fix opacity ComputedCSSStyleDeclarationTobias Christiansen
2021-09-13LibWeb: Add support for a bunch of ComputedCSSStyleDeclarationsTobias Christiansen
2021-09-13LibWeb: Identical sub-expression bug in URLSearchParams::setBrian Gianforcaro
2021-09-13LibWeb: Add handful of CSS properties and identifiersAndreas Kling
2021-09-13LibWeb: Implement Node.isEqualNode(Node? otherNode)Andreas Kling
2021-09-13LibWeb: Implement Node.isSameNode(Node? otherNode)Andreas Kling
2021-09-13LibWeb: Make requestAnimationFrame() work in multi-process modeAndreas Kling
2021-09-13LibWeb: Add the URLSearchParams built-inIdan Horowitz
2021-09-13LibWeb: Add URL::url_decode for decoding form url encoded parametersIdan Horowitz
2021-09-13LibWeb: Add the Web::URL namespace and move URLEncoder to itIdan Horowitz
2021-09-13LibWeb: Implement MediaQueryList.{addListener,removeListener}Luke Wilde
2021-09-12LibWeb: Log classic script start, finish, and durationAndreas Kling
2021-09-12LibWeb: Tidy up CSS parser loggingSam Atkins
2021-09-12LibWeb: Ignore CSS properties with vendor-prefixed valuesSam Atkins
2021-09-12LibWeb: Rename CSS::Parser::SelectorParsingResult => ParsingResultSam Atkins
2021-09-12LibWeb: Ignore vendor-prefixed at-rulesSam Atkins
2021-09-12LibWeb: Ignore vendor-prefixed pseudo-element/classes in selectorsSam Atkins
2021-09-12LibWeb: Return SelectorParsingResult from all selector parsing functionsSam Atkins
2021-09-12LibWeb: Reduce CSS_PARSER_DEBUG spamSam Atkins
2021-09-12LibWeb: Ignore CSS properties with other people's vendor prefixesSam Atkins
2021-09-12LibWeb: Implement CSSStyleDeclaration.getPropertyValue(property)Andreas Kling
2021-09-12LibWeb: Log a FIXME when unimplemented computed style is requestedAndreas Kling
2021-09-12LibWeb: Add ComputedCSSSstyleDeclaration and support 2 properties :^)Andreas Kling
2021-09-12LibWeb: Make CSSStyleDeclaration an abstract classAndreas Kling
2021-09-12LibWeb: Implement window.matchMedia()Linus Groh
2021-09-12LibWeb: Start implementing the MediaQueryList interfaceLinus Groh
2021-09-12LibWeb: Parse CSS selectors with no space before a combinatorSam Atkins