Commit Verlauf

Autor SHA1 Nachricht Datum
  Matthew Olsson c0b2fa74ac LibWeb: Fix a few const-ness issues vor 2 Jahren
  Linus Groh 2a66fc6cae LibJS: Add make_handle({Nonnull,}GCPtr<T>) overloads vor 2 Jahren
  Linus Groh 32ad939e44 LibWeb: Rename HighResolutionTime/{CoarsenTime => TimeOrigin}.cpp/h vor 2 Jahren
  Linus Groh 4ea6cc56be LibWeb: Move unsafe_shared_current_time() to HighResolutionTime vor 2 Jahren
  Andrew Kaster f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes vor 2 Jahren
  Andreas Kling d505192014 LibWeb: Use JS::SafeFunction in the HTML task queues vor 2 Jahren
  Linus Groh 6055b0e850 LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macro vor 2 Jahren
  Andreas Kling da451467b1 LibWeb: Implement basic "scroll" events at the document level vor 2 Jahren
  Andreas Kling 9567e211e7 LibWeb+WebContent: Add abstraction layer for event loop and timers vor 2 Jahren
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated vor 2 Jahren
  Linus Groh 52543fc771 LibJS+LibWeb: Let Realm store a plain Object for [[GlobalObject]] vor 2 Jahren
  Linus Groh 173dcfb7cb Everywhere: Fix a bunch of typos vor 3 Jahren
  Simon Wanner 836d2ff259 LibWeb: Implement the infrastructure necessary for requestIdleCallback vor 3 Jahren
  Ali Mohammad Pur c1649e3372 LibWeb: Define HTML::perform_a_microtask_checkpoint() vor 3 Jahren
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb vor 3 Jahren
  Linus Groh 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML vor 3 Jahren
  Luke Wilde 17aeb99e9e LibWeb: Implement the JS host hooks for promises, job callbacks and more vor 3 Jahren
  Luke Wilde f71f404e0c LibWeb: Introduce the Environment Settings Object vor 3 Jahren
  Andreas Kling 7c57961c61 LibWeb: Move BrowsingContext into HTML/ vor 3 Jahren
  Sam Atkins 050823bea7 LibWeb: Fire MediaQueryListEvents when an MQL's match-state changes vor 3 Jahren
  Andreas Kling 478b36c37b LibWeb: Only auto-reschedule HTML::EventLoop when there are runnables vor 3 Jahren
  Andreas Kling 962298b040 LibWeb: Don't update rendering in BrowsingContexts without opportunity vor 3 Jahren
  Andreas Kling 6e341cd696 LibWeb: Let HTML::EventLoop drive the firing of `resize` events vor 3 Jahren
  Andreas Kling 81ef2b646e LibWeb: Let HTML::EventLoop drive animation frame callbacks vor 3 Jahren
  Andreas Kling ae71e5f99b LibWeb: Let HTML::EventLoop keep track of live DOM::Document objects vor 3 Jahren
  Andreas Kling bbfde63f79 LibWeb: Only take runnable tasks from the HTML task queue vor 3 Jahren
  Andreas Kling 6283c098ad LibWeb: Improve HTML::EventLoop::spin_until() vor 3 Jahren
  Andreas Kling a248ec63e3 LibWeb: Implement window.queueMicrotask(callback) vor 3 Jahren
  Andreas Kling e7af6af626 LibWeb: Implement more of HTMLParser::the_end() and bring closer to spec vor 3 Jahren
  Andreas Kling 926a49cd81 LibWeb: Use Core::EventLoop::spin_until() for the ad-hoc loop spinning vor 3 Jahren