Andreas Kling
|
cbd343dced
LibWeb: Only delay "load" event for script elements that load something
|
3 years ago |
Andreas Kling
|
2c9dfadb21
LibWeb: Don't delay document "load" event for unclosed script tags
|
3 years ago |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 years ago |
Idan Horowitz
|
c575710e5e
LibWeb: Use inline script tag source line as javascript line offset
|
3 years ago |
Linus Groh
|
1422bd45eb
LibWeb: Move Window from DOM directory & namespace to HTML
|
3 years ago |
Andreas Kling
|
1b6ed558bb
LibWeb: Move QualifiedName into the Web::DOM namespace
|
3 years ago |
Luke Wilde
|
f71f404e0c
LibWeb: Introduce the Environment Settings Object
|
3 years ago |
Luke Wilde
|
54454952e0
LibWeb: Capture <script> element's node document on execution
|
3 years ago |
Sam Atkins
|
7196570f9b
LibWeb: Cast unused smart-pointer return values to void
|
3 years ago |
Andreas Kling
|
bfec16ce46
LibWeb: Remove nonsensical assignment in script-became-ready callback
|
3 years ago |
Andreas Kling
|
65e0f8184d
LibWeb: Make parser <script> elements delay the document load event
|
3 years ago |
Andreas Kling
|
b1529e3202
LibWeb: Remove some unused includes and a member in HTMLScriptElement
|
3 years ago |
Andreas Kling
|
f67648f872
LibWeb: Rename HTMLDocumentParser => HTMLParser
|
3 years ago |
Andreas Kling
|
01900801e3
LibWeb: Implement <script src> execution for non-blocking scripts
|
3 years ago |
Andreas Kling
|
c34da16089
LibWeb: Make <script src> loads partially async (by following the spec)
|
3 years ago |
Andreas Kling
|
60d0f041b7
LibWeb: Use Document::realm() in HTMLScriptElement::prepare_script()
|
3 years ago |
Idan Horowitz
|
4629f2e4ad
LibWeb: Add the Web::URL namespace and move URLEncoder to it
|
3 years ago |
Linus Groh
|
106f295916
LibJS+LibWeb: Make JS::Script and Web::HTML::ClassicScript use Realms
|
3 years ago |
Andreas Kling
|
1484980f8f
LibWeb+LibJS: Remember source filenames when using HTML::Script
|
3 years ago |
Andreas Kling
|
1864b2b828
LibWeb: Make HTMLScriptElement create and run ClassicScripts
|
3 years ago |
Andreas Kling
|
35c4a1ebcb
LibWeb: Annotate HTMLScriptElement::execute_script() with spec comments
|
3 years ago |
Andreas Kling
|
bc12921d43
LibWeb: Rename HTMLScriptElement::m_script_source => m_source_text
|
3 years ago |
Andreas Kling
|
e1fb8bef09
LibWeb: Rename Document::complete_url() => parse_url()
|
3 years ago |
Andreas Kling
|
5356de1c58
LibWeb: Use the task queue to fire "error" events on scripts
|
3 years ago |
Andreas Kling
|
b8d683c5fb
LibWeb: Tweak for/event whitespace stripping in <script> to match spec
|
3 years ago |
Andreas Kling
|
917725ce67
LibWeb: Annotate HTMLScriptElement::prepare_script() with spec comments
|
3 years ago |
Luke Wilde
|
44b8afdbc4
LibWeb: Don't trim whitespace when checking for "module" type on scripts
|
3 years ago |
Luke
|
0ea50d44bf
LibWeb: Check if scripting is disabled before running script
|
4 years ago |
Linus Groh
|
c2f936b14c
LibWeb: Use full source URL as script filename
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |