summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Dump.cpp
AgeCommit message (Expand)Author
2022-07-23LibWeb: Parse the -webkit-progress-bar/value pseudo elementsMacDue
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-11LibWeb: Support CSSRule.typeAndreas Kling
2022-04-07LibWeb: Understand the `format()` part of a `@font-face`'s `src`Sam Atkins
2022-04-07LibWeb: Parse `@font-face` `unicode-range` descriptorSam Atkins
2022-03-28LibWeb: Implement initial CSSFontFaceRule and FontFace classesSam Atkins
2022-03-26LibWeb: Include children-are-inline state in layout tree dumpsAndreas Kling
2022-03-24LibWeb: Bring CSS line-height implementation closer to specAndreas Kling
2022-03-22LibWeb: Remove now-unused null values from Selector enumsSam Atkins
2022-03-22LibWeb: Use a Variant for SimpleSelector's contentsSam Atkins
2022-03-20LibWeb: Implement the :focus-within selectorSam Atkins
2022-03-20LibWeb: Add basic support for :lang() CSS selectorAndreas Kling
2022-03-19LibWeb: Don't crash when dumping layout tree pre-layoutAndreas Kling
2022-03-18LibWeb: Implement `:nth-[last-]child(n of foo)` syntaxSam Atkins
2022-03-18LibWeb: Implement the :where() selectorSam Atkins
2022-03-18LibWeb: Implement the :is() selectorSam Atkins
2022-03-15LibWeb: Rename Element::specified_css_values() => computed_css_values()Andreas Kling
2022-03-11LibWeb: Move PaintingBox to its own .cpp and .h filesAndreas Kling
2022-03-11LibWeb: Use Layout::Box::paint_box() accessor in more placesAndreas Kling
2022-03-11LibWeb: Rename Painting::Box => PaintableAndreas Kling
2022-03-11LibWeb: Make Painting::Box virtual and add Painting::BoxWithLinesAndreas Kling
2022-03-11LibWeb: Add Painting::Box and move things from Layout::Box into itAndreas Kling
2022-03-03LibWeb: Align actual baselines, not just bottomsAndreas Kling
2022-03-03LibWeb: Small improvements to layout tree dumpsAndreas Kling
2022-02-28LibWeb: Store bottom edge location with each LineBoxAndreas Kling
2022-02-26LibWeb: Implement :nth-of-type and :nth-last-of-type selectors :^)Sam Atkins
2022-02-25LibWeb: Implement the ::marker pseudo-elementSam Atkins
2022-02-25LibWeb: Move PseudoElement enum up a levelSam Atkins
2022-02-18LibWeb: Support CSS :only-of-type selectorAndreas Kling
2022-02-12LibWeb: Add an enum for !importantSam Atkins
2022-02-06LibWeb: Rename Layout::Box::size() to content_size()Andreas Kling
2021-12-09LibWeb: Include custom properties in CSS dumpSam Atkins
2021-10-21LibWeb: Include flex-direction in layout tree dumpsAndreas Kling
2021-10-08LibWeb: Implement `@supports` rule :^)Sam Atkins
2021-10-06LibWeb: Rename Layout::BlockBox => BlockContainerAndreas Kling
2021-10-06LibWeb: Start work towards modern CSS "display" valuesAndreas Kling
2021-10-01LibWeb: Add CSSMediaRuleSam Atkins
2021-09-29LibWeb: Use a CSSRuleList inside CSSStyleSheetSam Atkins
2021-09-21LibWeb: Display actual (float) values when dumping layoutSam Atkins
2021-09-21LibWeb: Include the "important" flag in CSS dumpsAndreas Kling
2021-09-18LibWeb: Make SVG boxes red in layout tree dumpsAndreas Kling
2021-09-12LibWeb: Make CSSStyleDeclaration an abstract classAndreas Kling
2021-09-12LibWeb: Fix out-of-order DOM tree dumpsAndreas Kling
2021-07-31LibWeb: Fix dump_selector() handling of attribute selectorsSam Atkins
2021-07-31LibWeb: Bring Selector terminology in line with the CSS specSam Atkins
2021-07-14LibWeb: Use Selectors instead of a String for :not() selectorsSam Atkins
2021-07-14LibWeb: Add 'PseudoElement' as a CSS SimpleSelector::TypeSam Atkins
2021-07-14LibWeb: Add 'PseudoClass' as a CSS SimpleSelector::TypeSam Atkins
2021-07-14LibWeb: Add 'Attribute' as a CSS SimpleSelector::TypeSam Atkins
2021-07-14LibWeb: Convert CSS Dump, Selector, & SelectorEngine to east constSam Atkins