Historial de Commits

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