summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Bindings/HTMLCollectionWrapperCustom.cpp
AgeCommit message (Expand)Author
2021-08-01LibWeb: Remove unused header includesBrian Gianforcaro
2021-07-04LibJS: Rewrite most of Object for spec compliance :^)Linus Groh
2021-06-17LibJS: Replace boolean without_side_effects parameters with an enumIdan Horowitz
2021-06-16LibJS: Respect Object::get's without_side_effects parameter for numbersIdan Horowitz
2021-04-23LibWeb: Don't assume name is string in HTMLCollectionWrapper::get()Andreas Kling
2021-04-22LibWeb: Implement a slow but functional HTMLCollection :^)Andreas Kling