提交歷史

作者 SHA1 備註 提交日期
  Shannon Booth e800605ad3 AK+LibURL: Move AK::URL into a new URL library 1 年之前
  Shannon Booth 9ce8189f21 Everywhere: Use unqualified AK::URL 1 年之前
  Shannon Booth c63d30ce67 LibWeb: Port HTML Environments from ByteString 1 年之前
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 年之前
  Andreas Kling 70193c0009 LibWeb: Let Document have a direct GCPtr to its containing Web::Page 1 年之前
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 年之前
  Shannon Booth 6a2a7cad61 LibWeb/LibJS: Avoid GC visit of raw pointers where possible 1 年之前
  Shannon Booth e74031a396 LibWeb: Port Document interface from DeprecatedString to String 1 年之前
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年之前
  Matthew Olsson 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects 2 年之前
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
  Linus Groh cc1e8a4e9f LibWeb/HTML: Propagate errors from Window::initialize_web_interfaces() 2 年之前
  Kenneth Myhra 459959b297 LibWeb: Make factory method of HTML::BrowsingContext fallible 2 年之前
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 年之前
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  Linus Groh 4817b7c623 LibWeb: Add policy container to {Window,Worker}EnvironmentSettingsObject 2 年之前
  Andrew Kaster c61a4f35dc LibWeb: Move Web prototypes and constructors to new Intrinsics object 2 年之前
  Andreas Kling 62fed2a31d LibWeb: Add `id` field to Environment 2 年之前
  Andreas Kling 1f95943274 LibWeb: Remove confusing NOTE in WindowEnvironmentSettingsObject 2 年之前
  Andreas Kling 51d7ea7ece LibWeb: Make WESO allow cross-origin isolated APIs for now 2 年之前
  Andreas Kling abfb73f2e7 LibWeb+LibJS: Let JS::Realm::HostDefined objects mark things during GC 2 年之前
  Andreas Kling c569c88e63 LibWeb: Don't have Handle<Realm> in WindowEnvironmentSettingsObject 2 年之前
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前
  Andreas Kling 602f927982 LibWeb: Start implementing "create and initialize a Document" from HTML 2 年之前
  Luke Wilde 1f820f8840 LibWeb: Add support for the <base> element changing the base URL 3 年之前
  Linus Groh 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 年之前
  Luke Wilde f71f404e0c LibWeb: Introduce the Environment Settings Object 3 年之前