summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS
AgeCommit message (Expand)Author
2021-05-11LibWeb: Implement :nth-last-child pseudo-classmiere43
2021-05-09LibWeb: Implement :nth-child pseudo-classmiere43
2021-05-09LibWeb: Allow white space inside pseudo-class argumentsmiere43
2021-05-08LibWeb: Use list-style-type circle/square for nested unordered listsLinus Groh
2021-04-30LibWeb: Add selector support to the new CSSParserstelar7
2021-04-29LibWeb: Add list-style-type: upper-latin and upper-alpha supportTobias Christiansen
2021-04-29LibWeb: Add list-style-type: lower-alpha and lower-latin supportTobias Christiansen
2021-04-29LibWeb: Add list-style-type: decimal-leading-zero supportTobias Christiansen
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-25LibWeb: Utilize SourceLocation for CSS/Tokenizer loggingBrian Gianforcaro
2021-04-25LibWeb: Utilize SourceLocation for CSS/Parser loggingBrian Gianforcaro
2021-04-25LibWeb: Use SourceLocation for DeprecatedCSSParser logging.Brian Gianforcaro
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everywhere: Use linusg@serenityos.org for my copyright headersLinus Groh
2021-04-22LibWeb: Improve fallback font selectionSimon Danner
2021-04-22LibWeb: Parse line-height inside font propertyEgor Ananyin
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-20LibWeb: Display <ol> and respect list-style-type in <ul>Tobias Christiansen
2021-04-18Everywhere: Fix a bunch of typosLinus Groh
2021-04-16Everywhere: Add `-Wdouble-promotion` warningNicholas-Baron
2021-04-15LibWeb: Set Cookie header on remaining resource requestsTimothy Flynn
2021-04-13LibWeb: Start parsing font propertyEgor Ananyin
2021-04-12LibWeb: Parse border-style correctlyEgor Ananyin
2021-04-06LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subt...Luke
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-04-05LibWeb: Support two-value background-repeatTimothy Flynn
2021-04-05LibWeb: Support "pseudo" CSS propertiesTimothy Flynn
2021-04-04LibWeb: Implement the Screen interfaceLinus Groh
2021-04-03LibWeb: CSSImportRule::set_style_sheet() should take a CSSStyleSheetAndreas Kling
2021-04-03LibWeb: Store computed CSS value of background-repeatTimothy Flynn
2021-04-02LibWeb: Don't interpreter invalid CSS pseudo-classes as '*' selectorAndreas Kling
2021-03-22LibWeb: Import new CSS parserAndreas Kling
2021-03-18LibWeb: Add fast_is<T> for CSSRule subclassesAndreas Kling
2021-03-16LibWeb: Invalidate element style after setting Element.style.fooAndreas Kling
2021-03-15LibWeb: Support named CSS properties on CSSStyleDeclaration wrapperAndreas Kling
2021-03-15LibWeb: Make <option> elements display:none in the default CSS for nowAndreas Kling
2021-03-13LibWeb: Expose barebones CSSStyleDeclaration to JavaScriptAndreas Kling
2021-03-13LibWeb: Rename StyleDeclaration => CSSStyleDeclaration to match CSSOMAndreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-09LibWeb: Run clang-format on CSS/Parser/StyleComponentValueRule.hAndreas Kling
2021-03-09LibWeb: Run clang-format on CSS/Parser/Token.hAndreas Kling
2021-03-09LibWeb: Add a whole bunch of rule classes for the new CSS parserAndreas Kling
2021-03-09LibWeb: Rename CSSParser => DeprecatedCSSParserAndreas Kling
2021-03-09LibWeb: Add specification-based CSS tokenizerAndreas Kling
2021-03-08LibWeb: Implement StyleSheet.typeAndreas Kling
2021-03-08LibWeb: Implement StyleSheet.ownerNode :^)Andreas Kling
2021-03-08LibWeb: Start exposing CSS style sheets to JavaScript :^)Andreas Kling
2021-03-07LibWeb: Fix clang-format issue in CSS/StyleResolver.cppAndreas Kling
2021-03-07LibWeb: Split CSS::StyleSheet into StyleSheet and CSSStyleSheetAndreas Kling