提交历史

作者 SHA1 备注 提交日期
  Kemal Zebari c5f1e47883 LibWeb: Implement Blob::bytes() 11 月之前
  Timothy Flynn bfc9dc447f AK+LibWeb: Replace our home-grown base64 encoder/decoders with simdutf 11 月之前
  Tim Ledbetter 34b9873664 LibWeb: Populate filename in `WindowOrWorkerGlobalScope.reportError()` 1 年之前
  Natsuki Ikeguchi ccb3a2f7ad LibWeb: Add initial implementation of global.reportError() 1 年之前
  Simon Wanner 6b2c459901 LibTextCodec: Fix ISO-8859-1 vs. windows-1252 handling in web contexts 1 年之前
  Timothy Flynn eb3b8f8ee4 LibWeb: Implement EventSource for server-sent events 1 年之前
  Shannon Booth 8d5665ebe1 LibWeb: Add stub for IDBFactory 1 年之前
  Andrew Kaster 651e78fedb LibWeb: Convert callers of ImageCodecPlugin to the async API 1 年之前
  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 年之前
  Kenneth Myhra d5c7959c45 LibWeb: Let queue_a_microtask() take a JS::HeapFunction 1 年之前
  Lucas CHOLLET 676fc5e8c6 LibWeb: Implement HTML::ImageBitmap 1 年之前
  Matthew Olsson 3c3ead5ff4 LibWeb: Don't store WindowOrWorkerGlobalScopeMixin in Performance 1 年之前
  Luke Wilde facece1a2a LibWeb: Implement PerformanceObserver.supportedEntryTypes 1 年之前
  Tim Ledbetter eebdc7bc88 LibWeb: Allow the Performance object to be used by workers 1 年之前
  Tim Ledbetter 3c288c96e6 LibWeb: Extract `run_steps_after_a_timeout()` into a separate function 1 年之前
  Andreas Kling 40f87f0954 LibWeb: Stop timers when finalizing a Window or WorkerGlobalScope 1 年之前
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 年之前
  Shannon Booth 6ce0d588ee Everywhere: Avoid calling from_utf8 on FlyString or String 1 年之前
  Aliaksandr Kalenik 4e8654e31b LibWeb: Use JS::HeapFunction for HTML::Timer callback 1 年之前
  Aliaksandr Kalenik 67c727177e LibWeb: Clear all active timers when document is destroyed 1 年之前
  Luke Wilde 56f0b10d14 LibWeb: Fix setTimeout() when there's no active script 1 年之前
  Shannon Booth 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 年之前
  Luke Wilde af2886449a LibWeb: Implement PerformanceObserver 1 年之前
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
  Luke Wilde 036e1e1bcf LibWeb: Implement performance.{measure,clearMeasures} 2 年之前
  Luke Wilde cbe0901706 LibWeb: Implement performance.mark and performance.clearMarks 2 年之前
  Luke Wilde 31b507afbf LibWeb: Introduce Performance Timeline and its Performance functions 2 年之前
  Timothy Flynn 2895b7e733 LibWeb: Port the WindowOrWorkerGlobalScopeMixin timer handler to String 2 年之前
  Timothy Flynn dd992e7dad LibWeb: Move timer implementations to WindowOrWorkerGlobalScopeMixin 2 年之前