index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
HTML
/
HTMLScriptElement.cpp
Age
Commit message (
Expand
)
Author
2022-10-06
LibWeb: Use DOM manipulation task source for <script> src parsing errors
Luke Wilde
2022-10-06
LibWeb: Add support for type module in HTMLScriptElement
networkException
2022-10-06
LibWeb: Implement more close to spec javascript mime type checking
networkException
2022-10-02
LibWeb: Replace incorrect uses of String::trim_whitespace()
Linus Groh
2022-10-01
LibWeb: Cleanup unecessary uses and includes of HTML::Window
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from HTML classes
Andrew Kaster
2022-09-17
LibWeb: Handle JavaScript source code with non-UTF-8 encoding
Andreas Kling
2022-09-17
LibWeb: Add "scripts to execute in order as soon as possible"
Andreas Kling
2022-09-06
LibJS+LibWeb: Make HTML::Script GC-allocated
Andreas Kling
2022-09-06
LibWeb: Use cached_web_prototype() as much as possible
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOM::Event and all its subclasses GC-allocated
Andreas Kling
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-28
LibWeb: Load X(HT)ML documents and transform them into HTML DOM
Ali Mohammad Pur
2022-03-26
LibWeb: Remove debug spam about not executing empty script elements
Andreas Kling
2022-03-19
LibWeb: Only delay "load" event for script elements that load something
Andreas Kling
2022-03-19
LibWeb: Don't delay document "load" event for unclosed script tags
Andreas Kling
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-14
LibWeb: Use inline script tag source line as javascript line offset
Idan Horowitz
2022-03-08
LibWeb: Move Window from DOM directory & namespace to HTML
Linus Groh
2022-02-19
LibWeb: Move QualifiedName into the Web::DOM namespace
Andreas Kling
2022-02-08
LibWeb: Introduce the Environment Settings Object
Luke Wilde
2021-12-21
LibWeb: Capture <script> element's node document on execution
Luke Wilde
2021-12-05
LibWeb: Cast unused smart-pointer return values to void
Sam Atkins
2021-09-26
LibWeb: Remove nonsensical assignment in script-became-ready callback
Andreas Kling
2021-09-26
LibWeb: Make parser <script> elements delay the document load event
Andreas Kling
2021-09-26
LibWeb: Remove some unused includes and a member in HTMLScriptElement
Andreas Kling
2021-09-25
LibWeb: Rename HTMLDocumentParser => HTMLParser
Andreas Kling
2021-09-20
LibWeb: Implement <script src> execution for non-blocking scripts
Andreas Kling
2021-09-20
LibWeb: Make <script src> loads partially async (by following the spec)
Andreas Kling
2021-09-20
LibWeb: Use Document::realm() in HTMLScriptElement::prepare_script()
Andreas Kling
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: Make HTMLScriptElement create and run ClassicScripts
Andreas Kling
2021-09-09
LibWeb: Annotate HTMLScriptElement::execute_script() with spec comments
Andreas Kling
2021-09-09
LibWeb: Rename HTMLScriptElement::m_script_source => m_source_text
Andreas Kling
2021-09-09
LibWeb: Rename Document::complete_url() => parse_url()
Andreas Kling
2021-09-09
LibWeb: Use the task queue to fire "error" events on scripts
Andreas Kling
2021-09-08
LibWeb: Tweak for/event whitespace stripping in <script> to match spec
Andreas Kling
2021-09-08
LibWeb: Annotate HTMLScriptElement::prepare_script() with spec comments
Andreas Kling
2021-09-07
LibWeb: Don't trim whitespace when checking for "module" type on scripts
Luke Wilde
2021-07-05
LibWeb: Check if scripting is disabled before running script
Luke
2021-04-25
LibWeb: Use full source URL as script filename
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-15
LibWeb: Set Cookie header on <script> resource requests
Timothy Flynn
2021-04-06
LibWeb: Only prepare scripts on insertion if they're not parser inserted
Luke
2021-04-03
LibWeb: Pass optional status code to ResourceLoader callbacks
Linus Groh
2021-03-15
LibWeb: Make sure <script> elements get prepared when connected
Andreas Kling
[next]