summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/EventTarget.cpp
AgeCommit message (Expand)Author
2022-09-06LibWeb: Move event listeners, handlers and callbacks to the GC heapAndreas Kling
2022-08-23LibWeb: Restore realm retrieval from 'this' in activate_event_handler()Linus Groh
2022-08-23LibJS: Remove GlobalObject parameter from native functionsLinus Groh
2022-08-23LibWeb: Replace GlobalObject with Realm in wrapper functionsLinus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in create() functionsLinus Groh
2022-06-29LibWeb: Only make certain <body> and <frameset> events apply to WindowLuke Wilde
2022-04-20LibWeb: Add spec comments to EventTargetstelar7
2022-03-27LibWeb: Ensure lazy WindowObject creation when activating event handlerLinus Groh
2022-03-24LibWeb: Remove inheritance of FormAssociatedElement from HTMLElementTimothy Flynn
2022-03-22LibWeb: Fix crash when removing event listenersJamie Mansfield
2022-03-18LibJS: Add infallible variant of VM::push_execution_context()Linus Groh
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-03-08LibWeb: Move Window from DOM directory & namespace to HTMLLinus Groh
2022-02-20LibWeb: Add support for the options variant of {add,remove}EventListenerLuke Wilde
2022-02-16LibWeb: Support "useCapture" parameter to add/removeEventListenerAndreas Kling
2022-02-16LibWeb: Separate "event listener" from "EventListener"Andreas Kling
2022-02-08LibWeb: Rewrite EventTarget to more closely match the specLuke Wilde
2022-01-24LibWeb: Resolve a FIXME when determining target of an event handlerAndreas Kling
2022-01-19LibJS: Pass source text to ECMAScriptFunctionObject::create()Linus Groh
2022-01-16LibJS: Rename FunctionKind::{Regular => Normal}Linus Groh
2021-10-20LibJS: Add PrivateEnvironmentdavidot
2021-09-26LibWeb: Mark event listeners generated by event handler attributesAndreas Kling
2021-09-25LibWeb: Provide a default DOM::EventTarget::dispatch_event()Andreas Kling
2021-09-25LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObjectLinus Groh
2021-09-19LibWeb: Replace ScriptExecutionContext::interpreter() with realm()Andreas Kling
2021-09-19LibWeb: Implement basic retargeting of body/frameset event handlersAndreas Kling
2021-09-19LibWeb: Move `onfoo` attribute handling to EventTargetAndreas Kling
2021-05-04LibWeb: Implement EventTarget.dispatchEventLuke
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-10LibWeb: Support nullable EventListener parameters in WrapperGeneratorLinus Groh
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling