Age | Commit message (Expand) | Author |
2021-09-15 | LibWeb: Avoid setting definite {width,height} when "auto" is specified | Tobias Christiansen |
2021-09-15 | LibWeb: Flexbox: Somewhat suppport "align-items" | Tobias Christiansen |
2021-09-15 | LibWeb: Flexbox: Make step 11 of the layout algorithm more align aware | Tobias Christiansen |
2021-09-15 | LibWeb: Add proper parsing of the AlignItems property | Tobias Christiansen |
2021-09-15 | LibWeb: Support "c" and "C" curves in SVG <path> data | Andreas Kling |
2021-09-15 | LibWeb: Remove unused SVGSVGElement::m_bitmap | Andreas Kling |
2021-09-15 | Meta: Use Lagom:: namespaced names for code generators | Andrew Kaster |
2021-09-15 | LibWeb: Make Layout::Node::paint() pure virtual | Andreas Kling |
2021-09-15 | LibWeb: Avoid some redundant calls to Layout::Box::absolute_rect() | Andreas Kling |
2021-09-15 | LibWeb: Remove unused NodeWithStyle::m_position field | Sam Atkins |
2021-09-15 | LibWeb: Make flex-box ignore out-of-flow child boxes | Sam Atkins |
2021-09-15 | LibWeb: Implement "out-of-flow" property of Layout Box | Sam Atkins |
2021-09-15 | LibWeb: Parse the <svg viewBox> attribute | Andreas Kling |
2021-09-15 | LibWeb: Add SVG::ViewBox to represent SVG view boxes | Andreas Kling |
2021-09-15 | LibWeb: Add an SVG::AttributeNames namespace | Andreas Kling |
2021-09-15 | LibWeb: Speed up computed style calculation | Sam Atkins |
2021-09-14 | LibWeb: Improvements to error handling in HTML foreign content parsing | Andreas Kling |
2021-09-14 | LibWeb: Flexbox: Avoid division by zero | Tobias Christiansen |
2021-09-14 | LibWeb: Flexbox: Change the name of a variable to correspond to spec | Tobias Christiansen |
2021-09-14 | LibWeb: Flexbox: Resolve relative size of flex-items more correctly | Tobias Christiansen |
2021-09-14 | LibWeb: Add several computed CSS styles | kleines Filmröllchen |
2021-09-14 | LibWeb: Add CombinedBoderRadiusStyleValue for CSS `border-radius` | kleines Filmröllchen |
2021-09-14 | LibJS+LibWeb: Move script parse time logging from JS::Script to LibWeb | Andreas Kling |
2021-09-14 | LibJS+LibWeb: Let JS::Script::parse() return a list of errors (on error) | Andreas Kling |
2021-09-14 | LibWeb: Implement ParentNode.children | Luke Wilde |
2021-09-14 | LibWeb: Make the innerHTML setter spec compliant | Luke Wilde |
2021-09-14 | LibWeb: Implement HTML fragment serialisation and use it in innerHTML | Luke Wilde |
2021-09-14 | LibWeb: Add the URL::{protocol, pathname, search, hash} attributes | Idan Horowitz |
2021-09-14 | LibWeb: Add the URL::host, URL::hostname & URL:port attributes | Idan Horowitz |
2021-09-14 | LibWeb: Add the URL::username, URL::password & URL::origin attributes | Idan Horowitz |
2021-09-14 | LibWeb: Add the URL::searchParams attribute | Idan Horowitz |
2021-09-14 | LibWeb: Add the URL::href attribute and URL::to_json method | Idan Horowitz |
2021-09-14 | LibWeb: Add a bare implementation of the URL built-in | Idan Horowitz |
2021-09-14 | AK: Make URL::m_port an Optional<u16>, Expose raw port getter | Idan Horowitz |
2021-09-14 | LibWeb: Move url_{encode, decode} to URL/URLSearchParams.{h, cpp} | Idan Horowitz |
2021-09-13 | LibWeb: Use ComputedCSSStyleDeclaration to generate data for inspector | Andreas Kling |
2021-09-13 | LibWeb: Use right dimension when positioning flex-items | Tobias Christiansen |
2021-09-13 | LibWeb: Stop dumping selectors in ParentNode::query_selector{,_all}() | Linus Groh |
2021-09-13 | LibWeb: FlexBox: Use correct source when querying for the main size | Tobias Christiansen |
2021-09-13 | LibWeb: Fix opacity ComputedCSSStyleDeclaration | Tobias Christiansen |
2021-09-13 | LibWeb: Add support for a bunch of ComputedCSSStyleDeclarations | Tobias Christiansen |
2021-09-13 | LibWeb: Identical sub-expression bug in URLSearchParams::set | Brian Gianforcaro |
2021-09-13 | LibWeb: Add handful of CSS properties and identifiers | Andreas Kling |
2021-09-13 | LibWeb: Implement Node.isEqualNode(Node? otherNode) | Andreas Kling |
2021-09-13 | LibWeb: Implement Node.isSameNode(Node? otherNode) | Andreas Kling |
2021-09-13 | LibWeb: Make requestAnimationFrame() work in multi-process mode | Andreas Kling |
2021-09-13 | LibWeb: Add the URLSearchParams built-in | Idan Horowitz |
2021-09-13 | LibWeb: Add URL::url_decode for decoding form url encoded parameters | Idan Horowitz |
2021-09-13 | LibWeb: Add the Web::URL namespace and move URLEncoder to it | Idan Horowitz |
2021-09-13 | LibWeb: Implement MediaQueryList.{addListener,removeListener} | Luke Wilde |