summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Dump.cpp
AgeCommit message (Expand)Author
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
2021-07-11LibWeb: Add remaining CSS AttributeMatchTypesSam Atkins
2021-06-25LibWeb: Support :active pseudo-class for hyperlinks, :focus possiblyPaul Irwin
2021-06-24Userland: Replace VERIFY(is<T>) with verify_cast<T>Andreas Kling
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-06-06LibWeb: LayoutNodes know whether they are flex-itemsTobias Christiansen
2021-05-24LibWeb: Add :not pseudoclass to the CSS parserTobias Christiansen
2021-05-24LibWeb: Add support for more pseudoclassesTobias Christiansen
2021-05-11LibWeb: Implement :nth-last-child pseudo-classmiere43
2021-05-09LibWeb: Implement :nth-child pseudo-classmiere43
2021-05-07LibWeb: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-04-30LibWeb: Add selector support to the new CSSParserstelar7
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-16Everywhere: Add `-Wdouble-promotion` warningNicholas-Baron
2021-04-06LibWeb: Support the :last-of-type CSS selector :^)Andreas Kling
2021-04-06LibWeb: Support the :first-of-type CSS selector :^)Andreas Kling
2021-03-07LibWeb: Split CSS::StyleSheet into StyleSheet and CSSStyleSheetAndreas Kling
2021-03-07LibWeb: Rename StyleRule => CSSStyleRuleAndreas Kling
2021-02-28LibWeb: Added simple parsing for (at)import rulesSviatoslav Peleshko
2021-02-28LibWeb: Create base class CSSRule for all CSS rulesSviatoslav Peleshko
2021-02-23LibWeb: Fix a tiny appendff() format issueAnotherTest
2021-02-17LibWeb: Convert dbgprintf() => dbgln()Andreas Kling
2021-02-10LibWeb: Include shadow DOM subtrees in DOM dumpsAndreas Kling
2021-02-10LibWeb: Use the DOM::Node::node_name() a bit more in dumpsAndreas Kling
2021-01-18LibWeb: Parse "display: flex" and create BlockBox layout nodes for themAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling