Age | Commit message (Expand) | Author |
---|---|---|
2020-08-31 | LibWeb: Implement document ready state | Luke |
2020-08-31 | LibWeb: Expose window.self and window.frames | Luke |
2020-08-30 | LibWeb: Remove redundant .prettierrc | Linus Groh |
2020-08-21 | LibWeb: Implement <template> parsing | Luke |
2020-08-18 | LibWeb: Implement Element.innerText | Nico Weber |
2020-08-17 | LibWeb: Add more document tests, add comment, text and mixin tests | Luke |
2020-08-17 | LibWeb: Add Node.textContent | Nico Weber |
2020-08-03 | LibWeb: Add a very basic test for Text node APIs ("data" and "length") | Andreas Kling |
2020-08-03 | LibWeb: Reorganize tests into DOM/ and HTML/ | Andreas Kling |
2020-08-03 | LibWeb: Add the Document.documentElement API | Andreas Kling |
2020-08-03 | LibWeb: Move contentEditable from Element to HTMLElement | Luke |
2020-07-25 | test-web: Add ability to change page mid-test | Luke |
2020-07-23 | LibWeb: Add tests for atob() and btoa() | Nico Weber |
2020-07-23 | LibWeb+test-web: Create test-web program, add doctype test | Luke |