summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLScriptElement.cpp
AgeCommit message (Expand)Author
2022-03-28LibWeb: Load X(HT)ML documents and transform them into HTML DOMAli Mohammad Pur
2022-03-26LibWeb: Remove debug spam about not executing empty script elementsAndreas Kling
2022-03-19LibWeb: Only delay "load" event for script elements that load somethingAndreas Kling
2022-03-19LibWeb: Don't delay document "load" event for unclosed script tagsAndreas Kling
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-03-14LibWeb: Use inline script tag source line as javascript line offsetIdan Horowitz
2022-03-08LibWeb: Move Window from DOM directory & namespace to HTMLLinus Groh
2022-02-19LibWeb: Move QualifiedName into the Web::DOM namespaceAndreas Kling
2022-02-08LibWeb: Introduce the Environment Settings ObjectLuke Wilde
2021-12-21LibWeb: Capture <script> element's node document on executionLuke Wilde
2021-12-05LibWeb: Cast unused smart-pointer return values to voidSam Atkins
2021-09-26LibWeb: Remove nonsensical assignment in script-became-ready callbackAndreas Kling
2021-09-26LibWeb: Make parser <script> elements delay the document load eventAndreas Kling
2021-09-26LibWeb: Remove some unused includes and a member in HTMLScriptElementAndreas Kling
2021-09-25LibWeb: Rename HTMLDocumentParser => HTMLParserAndreas Kling
2021-09-20LibWeb: Implement <script src> execution for non-blocking scriptsAndreas Kling
2021-09-20LibWeb: Make <script src> loads partially async (by following the spec)Andreas Kling
2021-09-20LibWeb: Use Document::realm() in HTMLScriptElement::prepare_script()Andreas Kling
2021-09-13LibWeb: Add the Web::URL namespace and move URLEncoder to itIdan Horowitz
2021-09-12LibJS+LibWeb: Make JS::Script and Web::HTML::ClassicScript use RealmsLinus Groh
2021-09-11LibWeb+LibJS: Remember source filenames when using HTML::ScriptAndreas Kling
2021-09-09LibWeb: Make HTMLScriptElement create and run ClassicScriptsAndreas Kling
2021-09-09LibWeb: Annotate HTMLScriptElement::execute_script() with spec commentsAndreas Kling
2021-09-09LibWeb: Rename HTMLScriptElement::m_script_source => m_source_textAndreas Kling
2021-09-09LibWeb: Rename Document::complete_url() => parse_url()Andreas Kling
2021-09-09LibWeb: Use the task queue to fire "error" events on scriptsAndreas Kling
2021-09-08LibWeb: Tweak for/event whitespace stripping in <script> to match specAndreas Kling
2021-09-08LibWeb: Annotate HTMLScriptElement::prepare_script() with spec commentsAndreas Kling
2021-09-07LibWeb: Don't trim whitespace when checking for "module" type on scriptsLuke Wilde
2021-07-05LibWeb: Check if scripting is disabled before running scriptLuke
2021-04-25LibWeb: Use full source URL as script filenameLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-15LibWeb: Set Cookie header on <script> resource requestsTimothy Flynn
2021-04-06LibWeb: Only prepare scripts on insertion if they're not parser insertedLuke
2021-04-03LibWeb: Pass optional status code to ResourceLoader callbacksLinus Groh
2021-03-15LibWeb: Make sure <script> elements get prepared when connectedAndreas Kling
2021-03-11LibWeb: Remove FIXME in is_javascript_mime_type_essence_matchLuke
2021-03-01LibWeb: Provide file name to JavaScript interpreterJean-Baptiste Boric
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-08Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)AnotherTest
2021-02-07LibWeb: Use move semantics for QualifiedName more oftenAndreas Kling
2021-01-29LibWeb: Flesh out prepare_script and execute_scriptLuke
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling