summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2021-09-18LibWeb: Use Gfx::AntiAliasingPainter to draw SVG pathsAli Mohammad Pur
2021-09-17LibWeb: Replace hard-coded defaults in Node::apply_style()Sam Atkins
2021-09-17LibWeb: Use initial values from Properties.json inside CSS ParserSam Atkins
2021-09-17LibWeb: Correct some initial values and add missing onesSam Atkins
2021-09-17LibWeb: Add some more CSS identifiersSam Atkins
2021-09-17LibWeb: Stop treating EOF as a valid part of an identifierSam Atkins
2021-09-17LibWeb: Make "currentcolor" lowercase in Properties.jsonSam Atkins
2021-09-17LibWeb: Persuade CSS Parser that idents like `currentcolor` are colorsSam Atkins
2021-09-17LibWeb: Implement `currentcolor` special valueSam Atkins
2021-09-17LibWeb: Make StyleValue::to_color() take a Node instead of the DocumentSam Atkins
2021-09-17LibWeb: Don't request WebContent repaint while we have repaints pendingAndreas Kling
2021-09-17LibWeb: Make a SharedBitmap struct for OOPWV bitmapsAndreas Kling
2021-09-17LibWeb: Skip rendering box-shadow blur if we don't have memory for itAndreas Kling
2021-09-17LibWeb: Make ComputedValues return larger items by const referenceAndreas Kling
2021-09-17LibWeb: Add the IdleDeadline interface from the RequestIdleCallback specAndreas Kling
2021-09-17LibWeb: Add HTML::Task::Source::IdleTaskAndreas Kling
2021-09-16LibWeb: Flexbox: Add default value for AlignItemsTobias Christiansen
2021-09-16LibWeb: Add for CSS `fill/stroke/stroke-color` properties for SVGSam Atkins
2021-09-16LibWeb: Use explicit move to avoid unnecessary RefPtr ref / unrefBrian Gianforcaro
2021-09-16LibWeb: Use default instead of an empty constructor/destructorBrian Gianforcaro
2021-09-16LibWeb: Don't dump full data URLs in ResourceLoader loggingAndreas Kling
2021-09-16LibWeb: Add fast_is<HTMLTemplateElement>()Andreas Kling
2021-09-16LibWeb: Move Attribute into the DOM namespaceAndreas Kling
2021-09-15LibWeb: Avoid setting definite {width,height} when "auto" is specifiedTobias Christiansen
2021-09-15LibWeb: Flexbox: Somewhat suppport "align-items"Tobias Christiansen
2021-09-15LibWeb: Flexbox: Make step 11 of the layout algorithm more align awareTobias Christiansen
2021-09-15LibWeb: Add proper parsing of the AlignItems propertyTobias Christiansen
2021-09-15LibWeb: Support "c" and "C" curves in SVG <path> dataAndreas Kling
2021-09-15LibWeb: Remove unused SVGSVGElement::m_bitmapAndreas Kling
2021-09-15Meta: Use Lagom:: namespaced names for code generatorsAndrew Kaster
2021-09-15LibWeb: Make Layout::Node::paint() pure virtualAndreas Kling
2021-09-15LibWeb: Avoid some redundant calls to Layout::Box::absolute_rect()Andreas Kling
2021-09-15LibWeb: Remove unused NodeWithStyle::m_position fieldSam Atkins
2021-09-15LibWeb: Make flex-box ignore out-of-flow child boxesSam Atkins
2021-09-15LibWeb: Implement "out-of-flow" property of Layout BoxSam Atkins
2021-09-15LibWeb: Parse the <svg viewBox> attributeAndreas Kling
2021-09-15LibWeb: Add SVG::ViewBox to represent SVG view boxesAndreas Kling
2021-09-15LibWeb: Add an SVG::AttributeNames namespaceAndreas Kling
2021-09-15LibWeb: Speed up computed style calculationSam Atkins
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