Age | Commit message (Expand) | Author |
---|---|---|
2020-06-23 | LibWeb: Remove hacky old ways of running <script> element contents | Andreas Kling |
2020-06-15 | LibWeb: Just ignore <script> elements that failed to load the script | Andreas Kling |
2020-06-07 | LibWeb: Add HTML::TagNames namespace for global tag name FlyStrings | Andreas Kling |
2020-06-06 | LibWeb: Handle EOF tokens during "text" insertion | Andreas Kling |
2020-05-27 | LibWeb: Bring up basic external script execution in the new parser | Andreas Kling |
2020-05-26 | LibWeb: Implement immediate execution in HTMLScriptElement preparation | Andreas Kling |
2020-05-24 | LibWeb: A whole bunch of work towards spec-compliant <script> elements | Andreas Kling |
2020-04-03 | LibWeb: Implement <script src> support for synchronous scripts | Andreas Kling |
2020-03-22 | LibWeb: Use FlyString for Element tag names | Andreas Kling |
2020-03-14 | LibWeb: Parse <script> elements and run any JavaScript found inside | Andreas Kling |