summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/CSSStyleDeclaration.cpp
AgeCommit message (Expand)Author
2022-12-07LibJS: Replace standalone js_string() with PrimitiveString::create()Linus Groh
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-07LibWeb: Implement CSSStyleDeclaration.cssTextLuke Wilde
2022-10-31LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`sLinus Groh
2022-10-01LibWeb: Remove unecessary dependence on Window from CSS classesAndrew Kaster
2022-09-25LibWeb: Move ExceptionOr from DOM/ to WebIDL/Linus Groh
2022-09-21LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macroLinus Groh
2022-09-06LibWeb: Use cached_web_prototype() as much as possibleAndreas Kling
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-09-06LibWeb: Make CSSStyleDeclaration GC-allocatedAndreas Kling
2022-04-12LibWeb: Move CSS Parser into new Web::CSS::Parser namespaceSam Atkins
2022-04-11LibWeb: Support CSSStyleDeclaration.getPropertyPriority()Andreas Kling
2022-04-11LibWeb: Implement CSS declaration block's "updating flag"Andreas Kling
2022-04-11LibWeb: Implement CSSStyleDeclaration.{set,remove}Property close to specAndreas Kling
2022-03-29LibWeb: Streamline how inline CSS style declarations are constructedAndreas Kling
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-02-12LibWeb: Add an enum for !importantSam Atkins
2021-10-15LibWeb: Use W3C urls for CSSOM spec linksSam Atkins
2021-10-10LibWeb: Optimize CSS::StyleDeclaration for sizeBrian Gianforcaro
2021-10-01LibWeb: Implement CSSRule and CSSStyleDeclaration serializationAndreas Kling
2021-09-26LibWeb: Support simplest form of CSSStyleDeclaration.setProperty()Andreas Kling
2021-09-12LibWeb: Implement CSSStyleDeclaration.getPropertyValue(property)Andreas Kling
2021-09-12LibWeb: Make CSSStyleDeclaration an abstract classAndreas Kling
2021-08-15LibWeb: Ensure inline CSS loaded from HTML is ElementInlineDoubleNegation
2021-05-28LibWeb: Store custom properties in CSSStyleDeclarationTobias Christiansen
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-16LibWeb: Invalidate element style after setting Element.style.fooAndreas Kling
2021-03-13LibWeb: Expose barebones CSSStyleDeclaration to JavaScriptAndreas Kling
2021-03-13LibWeb: Rename StyleDeclaration => CSSStyleDeclaration to match CSSOMAndreas Kling