Historial de Commits

Autor SHA1 Mensaje Fecha
  Andrew Kaster 8de7e49a56 LibWeb: Remove unecessary dependence on Window from DOM and WebIDL hace 2 años
  Andrew Kaster c61a4f35dc LibWeb: Move Web prototypes and constructors to new Intrinsics object hace 2 años
  Linus Groh bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ hace 2 años
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ hace 2 años
  Linus Groh 6480faacb6 LibWeb: Move IDLAbstractOperations from Bindings/ to WebIDL/ hace 2 años
  Linus Groh 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ hace 2 años
  Linus Groh 6055b0e850 LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macro hace 2 años
  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 2 años
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions hace 2 años
  Linus Groh 40a70461a0 LibWeb: Replace GlobalObject with Realm in wrapper functions hace 2 años
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions hace 2 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