Age | Commit message (Expand) | Author |
---|---|---|
2022-03-14 | LibWeb: Use inline script tag source line as javascript line offset | Idan Horowitz |
2022-02-08 | LibWeb: Implement the JS host hooks for promises, job callbacks and more | Luke Wilde |
2022-02-08 | LibWeb: Introduce the Environment Settings Object | Luke Wilde |
2021-09-13 | LibWeb: Add the Web::URL namespace and move URLEncoder to it | Idan Horowitz |
2021-09-12 | LibJS+LibWeb: Make JS::Script and Web::HTML::ClassicScript use Realms | Linus Groh |
2021-09-11 | LibWeb+LibJS: Remember source filenames when using HTML::Script | Andreas Kling |
2021-09-09 | LibWeb: Implement the "create" and "run" methods of ClassicScript | Andreas Kling |
2021-09-09 | LibWeb: Start working on spec-aligned HTML scripting semantics | Andreas Kling |