summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLScriptElement.h
AgeCommit message (Expand)Author
2022-03-28LibWeb: Load X(HT)ML documents and transform them into HTML DOMAli Mohammad Pur
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-14LibWeb: Use inline script tag source line as javascript line offsetIdan Horowitz
2022-02-19LibWeb: Move QualifiedName into the Web::DOM namespaceAndreas 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-09LibWeb: Make HTMLScriptElement create and run ClassicScriptsAndreas Kling
2021-09-09LibWeb: Rename HTMLScriptElement::m_script_source => m_source_textAndreas Kling
2021-09-03LibWeb: Add support HTMLScriptElement.supportsLuke Wilde
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-06LibWeb: Only prepare scripts on insertion if they're not parser insertedLuke
2021-03-15LibWeb: Make sure <script> elements get prepared when connectedAndreas Kling
2021-03-01LibWeb: Provide file name to JavaScript interpreterJean-Baptiste Boric
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