summaryrefslogtreecommitdiff
path: root/Userland/test-web.cpp
AgeCommit message (Expand)Author
2020-10-23LibWeb: Fix Document construction mishap in <template> elementAndreas Kling
2020-10-04LibJS: Remove Interpreter::call()Andreas Kling
2020-09-27LibJS: Remove use of Interpreter& in JSONObject codeAndreas Kling
2020-09-27LibJS: Make native function/property callbacks take VM, not InterpreterAndreas Kling
2020-09-27LibJS: Move most of Interpreter into VMAndreas Kling
2020-09-22LibJS: Move the current exception from Interpreter to VMAndreas Kling
2020-09-21test-web: Keep the Interpreter on the VM interpreter stack during testAndreas Kling
2020-08-28Userland: Stop passing ignored timezones to gettimeofdayNico Weber
2020-08-26LibJS: Add a helper for calling JS::Function's with argumentsAnotherTest
2020-08-23test-web: Add updates from test-jsLuke
2020-08-23test-js+test-web: Clear taskbar progress on error/assertion failureLuke
2020-08-17LibWeb: Add more document tests, add comment, text and mixin testsLuke
2020-08-17LibWeb: Rename PageView => InProcessWebViewAndreas Kling
2020-08-15Misc: Use automatic window positioning in more applicationsLinus Groh
2020-08-14LibJS+LibWeb: Clear exceptions after call'ing JavaScript functionsAndreas Kling
2020-08-12Test: Mark compilation-unit-only functions as staticBen Wiederhake
2020-07-28LibWeb: Move the HTML parser into HTML/Parser/Andreas Kling
2020-07-28LibWeb: Move HTML classes into the Web::HTML namespaceAndreas Kling
2020-07-26LibWeb: Move DOM classes into the Web::DOM namespaceAndreas Kling
2020-07-25test-web: Add ability to change page mid-testLuke
2020-07-23LibWeb+test-web: Create test-web program, add doctype testLuke