提交历史

作者 SHA1 备注 提交日期
  Kenneth Myhra a3661fd7f2 LibWeb: Let queue_global_task() take a JS::HeapFunction 1 年之前
  Andreas Kling 53d0dd4a2e LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 1 年之前
  Andreas Kling f1eb837c3d LibWeb: Remove unnecessary JS::Handle in AbortSignal::timeout() 1 年之前
  Tim Ledbetter 8e6e938167 LibWeb: Remove `AbortSignal::follow()` 1 年之前
  Andreas Kling c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 年之前
  Tim Ledbetter 7625d8a155 LibWeb: Implement `AbortSignal.any()` 1 年之前
  Tim Ledbetter 130f28cf50 LibWeb: Mark abort event as trusted before dispatching it 1 年之前
  Tim Ledbetter ae42c6ed80 LibWeb: Implement `AbortSignal.timeout()` 1 年之前
  Tim Ledbetter 3b7c252175 LibWeb: Implement `AbortSignal.abort()` 1 年之前
  Shannon Booth 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 年之前
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 年之前
  Aliaksandr Kalenik 67aa86b5b6 LibWeb: Use JS::HeapFunction for AbortSignal callback 1 年之前
  Shannon Booth 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 年之前
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年之前
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
  Kenneth Myhra ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 年之前
  Kenneth Myhra 4d87072201 LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String 2 年之前
  Kenneth Myhra c120c46acc LibWeb: Make factory methods of DOM::Event fallible 2 年之前
  Kenneth Myhra a5ad8b2959 LibWeb: Make factory method of DOM::AbortSignal fallible 2 年之前
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 年之前
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
  Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize() 2 年之前
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 年之前
  MacDue 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas 2 年之前
  Luke Wilde dce6327ae7 LibWeb: Add the ability for an AbortSignal to follow another 2 年之前
  Luke Wilde 07e3bb729d LibWeb: Convert DOM::AbortSignal to use JS::SafeFunction 2 年之前
  Andrew Kaster 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
  Andrew Kaster 8de7e49a56 LibWeb: Remove unecessary dependence on Window from DOM and WebIDL 2 年之前
  Linus Groh bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ 2 年之前
  Linus Groh 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 年之前