提交历史

作者 SHA1 备注 提交日期
  Andreas Kling 4c665c3749 LibWeb: Remove some unnecessary use of the internal realm in EventTarget 2 年之前
  Andreas Kling 9176a0de99 LibWeb: Stop using Bindings::wrap() in a bunch of places 2 年之前
  Andreas Kling 497ead37bc LibWeb: Make DOMException GC-allocated 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 3 年之前
  Andreas Kling 8cda70c892 LibWeb: Move event listeners, handlers and callbacks to the GC heap 3 年之前
  Linus Groh 61e18c681b LibWeb: Restore realm retrieval from 'this' in activate_event_handler() 3 年之前
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions 3 年之前
  Linus Groh 40a70461a0 LibWeb: Replace GlobalObject with Realm in wrapper functions 3 年之前
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions 3 年之前
  Luke Wilde ebf2184636 LibWeb: Only make certain <body> and <frameset> events apply to Window 3 年之前
  stelar7 62bd88dc14 LibWeb: Add spec comments to EventTarget 3 年之前
  Linus Groh 192f4b0258 LibWeb: Ensure lazy WindowObject creation when activating event handler 3 年之前
  Timothy Flynn 5608bc4eaf LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement 3 年之前
  Jamie Mansfield 9b9d32dfb2 LibWeb: Fix crash when removing event listeners 3 年之前
  Linus Groh 9422ae9bb2 LibJS: Add infallible variant of VM::push_execution_context() 3 年之前
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
  Linus Groh 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 年之前
  Luke Wilde 3479f1c4e8 LibWeb: Add support for the options variant of {add,remove}EventListener 3 年之前
  Andreas Kling 9521f71944 LibWeb: Support "useCapture" parameter to add/removeEventListener 3 年之前
  Andreas Kling e76e8e22b5 LibWeb: Separate "event listener" from "EventListener" 3 年之前
  Luke Wilde 5aacec65ab LibWeb: Rewrite EventTarget to more closely match the spec 3 年之前
  Andreas Kling 0b997b9d35 LibWeb: Resolve a FIXME when determining target of an event handler 3 年之前
  Linus Groh 1ee7e97e24 LibJS: Pass source text to ECMAScriptFunctionObject::create() 3 年之前
  Linus Groh 0c73fbbba5 LibJS: Rename FunctionKind::{Regular => Normal} 3 年之前
  davidot 13ead80ee6 LibJS: Add PrivateEnvironment 3 年之前
  Andreas Kling 5ac82efbe1 LibWeb: Mark event listeners generated by event handler attributes 3 年之前
  Andreas Kling 0ee457dfdf LibWeb: Provide a default DOM::EventTarget::dispatch_event() 3 年之前
  Linus Groh e37cf73300 LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject 3 年之前
  Andreas Kling e649144a90 LibWeb: Replace ScriptExecutionContext::interpreter() with realm() 3 年之前