Historie revizí

Autor SHA1 Zpráva Datum
  Andreas Kling 53d0dd4a2e LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration před 1 rokem
  Andreas Kling 2fbcaadef0 LibWeb: Don't schedule style/layout updates in detached documents před 1 rokem
  Andreas Kling d0076aaa24 LibWeb: Remove unnecessary Document::force_layout() API před 1 rokem
  Aliaksandr Kalenik ccb363c443 LibWeb: Add hashchange event support před 1 rokem
  Tim Ledbetter 0564e06f10 LibWeb: Add methods to Document that must do nothing před 1 rokem
  Shannon Booth ccd16c847e LibWeb: Set timestamp for DOM Events před 1 rokem
  Shannon Booth 51a52a867c LibWeb: Use "current high resolution time" AO where relevant před 1 rokem
  Aliaksandr Kalenik ee3dd7977d LibWeb: Add popstate event support před 1 rokem
  Aliaksandr Kalenik 649f70db65 LibWeb+WebContent: Initialise JS console from Document::initialize() před 1 rokem
  Matthew Olsson d47f656a3a LibJS+LibWeb: Mark a few variables as IGNORE_USE_IN_ESCAPING_LAMBDA před 1 rokem
  Aliaksandr Kalenik a3149c1ce9 LibWeb: Wait for initial navigation to complete before modifying iframe před 1 rokem
  Shannon Booth c3217754f1 LibWeb: Remove a bunch of calls to `to_byte_string` před 1 rokem
  Andreas Kling 2ef37c0b06 LibWeb: Make EventLoop, TaskQueue, and Task GC-allocated před 1 rokem
  Andreas Kling d91d6ee205 LibWeb: Stop leaking entire realms via Blob URLs před 1 rokem
  Andrew Kaster 12fce55caf LibWeb: Don't load favicons twice for non-SVG documents před 1 rokem
  mobounya bdb8af94ee LibWeb: Don't load fallback icon for SVG documents před 1 rokem
  Shannon Booth ce341c0230 LibWeb: Add support for document.lastModified před 1 rokem
  Tim Ledbetter 558fef237c LibWeb: Use the global object to access the performance object před 1 rokem
  Shannon Booth 249ee0a30e LbiWeb: Return an HTMLAllCollection from document.all před 1 rokem
  Aliaksandr Kalenik 9098fa23a2 LibWeb: Catch up with the spec on document destroy, abort and unload před 1 rokem
  Matthew Olsson e4f1cb6f8c LibWeb: Track the transition generation před 1 rokem
  Timothy Flynn 43e55668eb LibWeb: Implement Document's supported property names closer to the spec před 1 rokem
  Matthew Olsson 4dc8492155 LibWeb: Move animation event dispatch into update_animations_and_...() před 1 rokem
  Aliaksandr Kalenik ca363f0024 LibWeb: Add basic "top layer" support před 1 rokem
  Aliaksandr Kalenik ffd3639b17 LibWeb: Pass navigation params by const-ref to load_document() před 1 rokem
  Aliaksandr Kalenik b590d1b48b LibWeb: Transform SessionHistoryEntry from a struct to a class před 1 rokem
  Aliaksandr Kalenik 4ae2eaead1 LibWeb: Dispatch mouseout and mouseover events před 1 rokem
  Andreas Kling afe6abfc09 LibWeb: Use an ancestor filter to quickly reject many CSS selectors před 1 rokem
  Aliaksandr Kalenik 42d5883d57 LibWeb: Set animation update flag from Animation::invalidate_effect() před 1 rokem
  Aliaksandr Kalenik b7d28ee57d LibWeb: Change update_style() to update animated style only if needed před 1 rokem