Commit History

Author SHA1 Message Date
  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
  Idan Horowitz c575710e5e LibWeb: Use inline script tag source line as javascript line offset 3 years ago
  Andreas Kling 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 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 1864b2b828 LibWeb: Make HTMLScriptElement create and run ClassicScripts 3 years ago
  Andreas Kling bc12921d43 LibWeb: Rename HTMLScriptElement::m_script_source => m_source_text 3 years ago
  Luke Wilde 2f426765a6 LibWeb: Add support HTMLScriptElement.supports 3 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Luke be47a94876 LibWeb: Only prepare scripts on insertion if they're not parser inserted 4 years ago
  Andreas Kling 8cafdf8985 LibWeb: Make sure <script> elements get prepared when connected 4 years ago
  Jean-Baptiste Boric 8dca96fb61 LibWeb: Provide file name to JavaScript interpreter 4 years ago
  Andreas Kling 330c3fcb59 LibWeb: Use move semantics for QualifiedName more often 4 years ago
  Luke 3f5532d43e LibWeb: Flesh out prepare_script and execute_script 4 years ago
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ 4 years ago