提交历史

作者 SHA1 备注 提交日期
  Andreas Kling 9176a0de99 LibWeb: Stop using Bindings::wrap() in a bunch of places 2 年之前
  Andreas Kling 497ead37bc LibWeb: Make DOMException GC-allocated 2 年之前
  Andreas Kling 915a240944 LibWeb: Make IdleDeadline GC-allocated 2 年之前
  Andreas Kling 8f2a711132 LibWeb: Make Selection GC-allocated 2 年之前
  Andreas Kling be9d3860b9 LibWeb: Make Crypto GC-allocated 2 年之前
  Andreas Kling a9cae56f8e LibWeb: Remove unused HTML::Window::create_with_document() 2 年之前
  Andreas Kling 7a9b8ced38 LibWeb: Make SubtleCrypto GC-allocated 2 年之前
  Andreas Kling 2ac8e3db3a LibWeb: Make Storage GC-allocated 2 年之前
  Andreas Kling 16fbb91aa1 LibWeb: Make History GC-allocated 2 年之前
  Andreas Kling c7ac82ec33 LibWeb: Make HTML::Timer GC-allocated 2 年之前
  Andreas Kling 8c90e08e0b LibWeb: Make CSS::Screen GC-allocated 2 年之前
  Andreas Kling 8341f142ea LibWeb: Add HTML::Window::cached_web_prototype() 2 年之前
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前
  Andreas Kling 7c3db526b0 LibWeb: Make DOM::Event and all its subclasses GC-allocated 2 年之前
  Andreas Kling 8cda70c892 LibWeb: Move event listeners, handlers and callbacks to the GC heap 2 年之前
  Andreas Kling 72bacba97b LibWeb: Make CSSStyleDeclaration GC-allocated 2 年之前
  Linus Groh 40a70461a0 LibWeb: Replace GlobalObject with Realm in wrapper functions 2 年之前
  Andreas Kling e756b5450d LibWeb: Add a way to construct HTML::Window without a DOM::Document 2 年之前
  MacDue 3cfa9b63b5 LibWeb: Stop inactive requestAnimationFrame() callbacks from running 3 年之前
  DexesTTP 9e5480bcb5 LibWeb: Remove unneeded LibGUI include in Window.cpp 3 年之前
  Linus Groh 95541d7064 LibWeb: Fix various spec comment inconsistencies 3 年之前
  Sam Atkins c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 3 年之前
  Simon Wanner ea9857a423 LibWeb: Add the requestIdleCallback/cancelIdleCallback API 3 年之前
  Simon Wanner 836d2ff259 LibWeb: Implement the infrastructure necessary for requestIdleCallback 3 年之前
  Timothy Flynn 430559ea51 LibWeb: Weakly store a reference to the Window object in timer tasks 3 年之前
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
  Simon Wanner 7969161f07 LibWeb: Implement window.name 3 年之前
  Sam Atkins aa48dda3a4 LibWeb: Add missing MEDIAQUERIES-5 media-features 3 年之前
  Paul Wratt 83eb5ac8fd LibWeb: Add window.sessionStorage 3 年之前
  Sam Atkins fd47460141 LibWeb: Use ValueID for media-query identifiers 3 年之前