summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Bindings/XMLHttpRequestConstructor.h
AgeCommit message (Expand)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2020-09-27LibJS: Remove Interpreter& argument to Function::construct()Andreas Kling
2020-09-27LibJS: Make Function::call() not require an Interpreter&Andreas Kling
2020-07-23LibJS: Simplify Cell::initialize()Andreas Kling
2020-07-21LibWeb: Use "namespace Web::Foo {" since C++20 allows it :^)Andreas Kling
2020-07-01LibJS: Explicitly pass a "Function& new_target" to Function::constructMatthew Olsson
2020-06-20LibJS: Move native objects towards two-pass constructionAndreas Kling
2020-04-08LibWeb: Add XMLHttpRequest object :^)Andreas Kling