index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
LibWeb
Age
Commit message (
Expand
)
Author
2021-10-20
LibJS: Convert test-js/test-web/test-wasm to ThrowCompletionOr
Idan Horowitz
2021-10-13
LibJS: Convert to_string() to ThrowCompletionOr
Linus Groh
2021-09-25
LibWeb: Rename HTMLDocumentParser => HTMLParser
Andreas Kling
2021-09-12
LibWeb: Use ErrorType::NotAnObjectOfType instead of NotA
Timothy Flynn
2021-09-02
Tests: Remove all file(GLOB) from CMakeLists in Tests
Andrew Kaster
2021-07-28
LibWeb: Avoid assertion failure on parsing numeric character references
ovf
2021-07-27
LibWeb: Fix parsing of character references in attribute values
ovf
2021-07-17
Tests: Use pointers in TestHTMLTokenizer to avoid copying HTMLTokens
Max Wipfli
2021-07-17
LibWeb: Hide implementation details of HTMLToken attribute list
Max Wipfli
2021-07-15
LibWeb: Fix assertion failure when tokenizing JS regex literals
Max Wipfli
2021-07-15
Tests: Add comments to the HTMLTokenizer regression test file
Max Wipfli
2021-07-14
Tests: Add a basic test suite for HTMLTokenizer
Max Wipfli
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
2021-05-18
LibWeb: Implement test-web in terms of LibTest/JavaScriptTestRunner
Ali Mohammad Pur
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-09
Tests: Fix install of test-js and test-web
Brian Gianforcaro
2021-05-08
Tests: Move Userland/Utilities/test-web to Tests/LibWeb
Brian Gianforcaro