提交历史

作者 SHA1 备注 提交日期
  Aliaksandr Kalenik 15629e8925 LibWeb: Do not use JS::Handle for mutation observers 1 年之前
  Sam Atkins 6d93e03211 LibWeb+Browser+Ladybird: Use JS::SafeFunction for EventLoop callbacks 2 年之前
  Luke Wilde 034aaf3f51 LibWeb: Introduce CustomElementRegistry and creating custom elements 2 年之前
  Timothy Flynn 6e1b5b541a LibWeb: Move initialization of the MainThreadVM to WebContent's main() 2 年之前
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
  Andreas Kling 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes 2 年之前
  Matthew Olsson c0b2fa74ac LibWeb: Fix a few const-ness issues 2 年之前
  Linus Groh b00d49bbf0 LibWeb: Teach MainThreadVM about module scripts 2 年之前
  Andreas Kling 2898701459 LibWeb: Hang on to the internal realm with a JS::Handle 2 年之前
  Andrew Kaster 691a7070f4 LibWeb: Remove the internal window object from WebEngineCustomData 2 年之前
  Andreas Kling 7b0dd98103 LibJS+LibWeb: Spin event loop via VM::CustomData abstraction 2 年之前
  Andreas Kling 905eb8cb4d LibWeb: Make MutationObserver GC-allocated 2 年之前
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前
  Andreas Kling 0fe923e355 LibWeb: Add an "internal" JS realm & window object 2 年之前
  Linus Groh c8f1651761 LibJS+LibWeb: Restore type safety of Realm::set_global_object() 2 年之前
  Andreas Kling 602f927982 LibWeb: Start implementing "create and initialize a Document" from HTML 2 年之前
  Andreas Kling eca0873245 LibWeb: Always put a dummy execution context on the main thread VM stack 2 年之前
  Luke Wilde c9ba5531e0 LibWeb: Introduce Mutation{Record,Observer} and observer microtasks 3 年之前
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
  Luke Wilde 17aeb99e9e LibWeb: Implement the JS host hooks for promises, job callbacks and more 3 年之前
  Andreas Kling c7aa32b90f LibWeb: Add missing #include to MainThreadVM.h 3 年之前
  Andreas Kling ecb72f3b57 LibWeb: Add a bare-bones HTML event loop with a task queue 3 年之前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
  Andreas Kling 342b787d1c LibWeb: Move main thread JavaScript VM to its own file 4 年之前