تاریخچه Commit ها

نویسنده SHA1 پیام تاریخ
  Andreas Kling ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 سال پیش
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 سال پیش
  Andreas Kling 7c3db526b0 LibWeb: Make DOM::Event and all its subclasses GC-allocated 2 سال پیش
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 سال پیش
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 سال پیش
  Ali Mohammad Pur 5a0123fd2f LibWeb: Load X(HT)ML documents and transform them into HTML DOM 3 سال پیش
  Andreas Kling 516fbad408 LibWeb: Remove debug spam about not executing empty script elements 3 سال پیش
  Andreas Kling cbd343dced LibWeb: Only delay "load" event for script elements that load something 3 سال پیش
  Andreas Kling 2c9dfadb21 LibWeb: Don't delay document "load" event for unclosed script tags 3 سال پیش
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 سال پیش
  Idan Horowitz c575710e5e LibWeb: Use inline script tag source line as javascript line offset 3 سال پیش
  Linus Groh 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 سال پیش
  Andreas Kling 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 سال پیش
  Luke Wilde f71f404e0c LibWeb: Introduce the Environment Settings Object 3 سال پیش
  Luke Wilde 54454952e0 LibWeb: Capture <script> element's node document on execution 3 سال پیش
  Sam Atkins 7196570f9b LibWeb: Cast unused smart-pointer return values to void 3 سال پیش
  Andreas Kling bfec16ce46 LibWeb: Remove nonsensical assignment in script-became-ready callback 3 سال پیش
  Andreas Kling 65e0f8184d LibWeb: Make parser <script> elements delay the document load event 3 سال پیش
  Andreas Kling b1529e3202 LibWeb: Remove some unused includes and a member in HTMLScriptElement 3 سال پیش
  Andreas Kling f67648f872 LibWeb: Rename HTMLDocumentParser => HTMLParser 3 سال پیش
  Andreas Kling 01900801e3 LibWeb: Implement <script src> execution for non-blocking scripts 3 سال پیش
  Andreas Kling c34da16089 LibWeb: Make <script src> loads partially async (by following the spec) 3 سال پیش
  Andreas Kling 60d0f041b7 LibWeb: Use Document::realm() in HTMLScriptElement::prepare_script() 3 سال پیش
  Idan Horowitz 4629f2e4ad LibWeb: Add the Web::URL namespace and move URLEncoder to it 3 سال پیش
  Linus Groh 106f295916 LibJS+LibWeb: Make JS::Script and Web::HTML::ClassicScript use Realms 3 سال پیش
  Andreas Kling 1484980f8f LibWeb+LibJS: Remember source filenames when using HTML::Script 3 سال پیش
  Andreas Kling 1864b2b828 LibWeb: Make HTMLScriptElement create and run ClassicScripts 3 سال پیش
  Andreas Kling 35c4a1ebcb LibWeb: Annotate HTMLScriptElement::execute_script() with spec comments 3 سال پیش
  Andreas Kling bc12921d43 LibWeb: Rename HTMLScriptElement::m_script_source => m_source_text 3 سال پیش
  Andreas Kling e1fb8bef09 LibWeb: Rename Document::complete_url() => parse_url() 3 سال پیش