summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Bindings/CSSStyleDeclarationWrapperCustom.cpp
AgeCommit message (Expand)Author
2022-08-23LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]Linus Groh
2022-02-21LibWeb: Support CSSStyleDeclaration.cssFloatAndreas Kling
2021-10-24LibJS: Rename PropertyName to PropertyKeyAndreas Kling
2021-10-13LibJS: Convert to_string() to ThrowCompletionOrLinus Groh
2021-10-01LibWeb: Make CSSStyleDeclaration support both dashed-name and camelCaseAndreas Kling
2021-09-29LibJS: Convert internal_set() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_get() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_has_property() to ThrowCompletionOrLinus Groh
2021-09-29LibWeb: Make CSSStyleDeclaration.camelCaseProperty work :^)Andreas Kling
2021-09-26LibWeb: Support simplest form of CSSStyleDeclaration.setProperty()Andreas Kling
2021-09-12LibWeb: Make CSSStyleDeclaration an abstract classAndreas Kling
2021-08-02LibWeb: Switch to new CSS Parser :^)Sam Atkins
2021-07-26LibWeb: Make the custom CSSDeclaration methods only work on stringsdavidot
2021-07-26LibWeb: Add a CustomHasProperty trait to WrapperGeneratordavidot
2021-07-11LibWeb: Add context to new CSS parser, and deprecate the old oneSam Atkins
2021-07-04LibJS: Rewrite most of Object for spec compliance :^)Linus Groh
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-06-17LibJS: Replace boolean without_side_effects parameters with an enumIdan Horowitz
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-12LibJS: Make Errors fully spec compliantLinus Groh
2021-03-16LibWeb: Invalidate element style after setting Element.style.fooAndreas Kling
2021-03-15LibWeb: Support named CSS properties on CSSStyleDeclaration wrapperAndreas Kling