Commit History

Author SHA1 Message Date
  Andreas Kling c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 year ago
  Andreas Kling b98a2be96b LibWeb: Ignore window-forwarded document.body.onfoo in detached DOM 1 year ago
  Sam Atkins ef1e942f3e LibWeb: Use String for getting/setting MediaQueryList media 1 year ago
  Shannon Booth 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
  Shannon Booth 6a2a7cad61 LibWeb/LibJS: Avoid GC visit of raw pointers where possible 1 year ago
  Sam Atkins afa27bad19 LibWeb: Make serializing media-queries infallible 1 year ago
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
  Kenneth Myhra 2091a11488 LibWeb: Port EventTarget to new {Fly}String 2 years ago
  Kenneth Myhra 4d87072201 LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String 2 years ago
  Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector 2 years ago
  Kenneth Myhra bc02686ae9 LibWeb: Make factory method of CSS::MediaQueryList fallible 2 years ago
  Sam Atkins a0b1eddc56 LibWeb: Port CSS::MediaQuery to new Strings 2 years ago
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
  Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize() 2 years ago
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
  Andrew Kaster a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes 2 years ago
  Linus Groh 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 years ago
  Andreas Kling ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 years ago
  Andreas Kling 8cda70c892 LibWeb: Move event listeners, handlers and callbacks to the GC heap 2 years ago
  Linus Groh 40a70461a0 LibWeb: Replace GlobalObject with Realm in wrapper functions 2 years ago
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
  Luke Wilde 3479f1c4e8 LibWeb: Add support for the options variant of {add,remove}EventListener 3 years ago
  Andreas Kling e76e8e22b5 LibWeb: Separate "event listener" from "EventListener" 3 years ago
  Luke Wilde 5aacec65ab LibWeb: Rewrite EventTarget to more closely match the spec 3 years ago
  Andreas Kling 81047d8f9c LibCore: Make LocalServer::take_over_from_system_server() return ErrorOr 3 years ago