summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Bindings/CSSStyleDeclarationWrapperCustom.cpp
AgeCommit message (Expand)Author
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