Commit History

Author SHA1 Message Date
  Kenneth Myhra fdd33d818c LibWeb: Port DOMEventListener to new FlyString 2 years ago
  Kenneth Myhra 2091a11488 LibWeb: Port EventTarget to new {Fly}String 2 years ago
  Kenneth Myhra ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 years ago
  Kenneth Myhra 4d87072201 LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String 2 years ago
  Andreas Kling 7f632ee6f8 LibWeb: Fix bogus callback comparisons in EventTarget 2 years ago
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
  Luke Wilde 80fad65e5b LibWeb: Add function to EventTarget that says if it has any listeners 2 years ago
  Kenneth Myhra 1f48081ee4 LibWeb: Make factory methods of IDLEventListener and NodeFilter fallible 2 years ago
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
  Linus Groh 111a38c464 LibJS: Convert new_object_environment() to NonnullGCPtr 2 years ago
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
  Linus Groh 73efdb1cc4 LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtr 2 years ago
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 years ago
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
  MacDue 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas 2 years ago
  Luke Wilde 07e3bb729d LibWeb: Convert DOM::AbortSignal to use JS::SafeFunction 2 years ago
  Andreas Kling e0a08f2ab0 LibWeb: Add EventTarget::has_event_listener(FlyString type) 2 years ago
  Andreas Kling 8ebbb6a2f3 Revert "LibWeb: Prevent world leak when activating event handler" 2 years ago
  Andreas Kling 8875cd0c83 LibWeb: Prevent world leak when activating event handler 2 years ago
  Andrew Kaster 8de7e49a56 LibWeb: Remove unecessary dependence on Window from DOM and WebIDL 2 years ago
  Andrew Kaster c61a4f35dc LibWeb: Move Web prototypes and constructors to new Intrinsics object 2 years ago
  Linus Groh bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ 2 years ago
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 years ago
  Linus Groh 6480faacb6 LibWeb: Move IDLAbstractOperations from Bindings/ to WebIDL/ 2 years ago
  Linus Groh 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 years ago
  Linus Groh 6055b0e850 LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macro 2 years ago
  Andreas Kling 4c665c3749 LibWeb: Remove some unnecessary use of the internal realm in EventTarget 2 years ago
  Andreas Kling 9176a0de99 LibWeb: Stop using Bindings::wrap() in a bunch of places 2 years ago
  Andreas Kling 497ead37bc LibWeb: Make DOMException GC-allocated 2 years ago