提交历史

作者 SHA1 备注 提交日期
  Timothy Flynn 9c569e8a0f LibWeb: Implement the [PutForwards] IDL extended attribute 2 年之前
  Timothy Flynn e6dc3c291e LibWeb: Prevent variadic arguments from reserving heaps of memory 2 年之前
  Timothy Flynn 6c5e79ce3a LibWeb: Begin adding support for Function IDL types in unions 2 年之前
  Timothy Flynn 50717ce404 LibWeb: Support variadic "any..." parameters in IDL 2 年之前
  Kenneth Myhra 680e970597 LibWeb: Move generated #include statement for iterators out of loop 2 年之前
  Linus Groh 129ab02470 LibWeb/HTML: Port Window.structuredClone() to IDL 2 年之前
  Linus Groh 7de9179a6d LibWeb/HTML: Port Window.performance to IDL 2 年之前
  Linus Groh 95ce5735ce LibWeb/HTML: Port Window.event to IDL 2 年之前
  Linus Groh e13f89c9eb LibWeb: Generate setter for [Replaceable] IDL attributes 2 年之前
  Linus Groh 3316d247bf LibWeb: Support interfaces with the [Global] extended attribute 2 年之前
  Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector 2 年之前
  Linus Groh 2bc54ae56a LibWeb: Remove unused SourceGenerator mappings 2 年之前
  Linus Groh 65b1229dae LibWeb: Don't use C++ name for error messages in generated bindings 2 年之前
  Linus Groh a430d78843 LibWeb: Use 'Base::initialize()' in generated bindings 2 年之前
  Linus Groh f561940e54 LibWeb: Fix duplicate enum-to-string conversion in generated code 2 年之前
  Kenneth Myhra c0559e8a10 LibWeb: Handle optional return values for getters returning new String 2 年之前
  Kenneth Myhra 98705ecf71 LibWeb: Add new String support for parameters with empty string defaults 2 年之前
  Linus Groh 51c3967516 Everywhere: Use '_{short_,}string' literals more 2 年之前
  Luke Wilde e3a9ed0c26 LibWeb: Make [UseNewAKString] work for enums and stringifiers 2 年之前
  Kenneth Myhra 2facb0e8ed BindingsGenerator: Use JS::Value::to_string() when new String 2 年之前
  Kenneth Myhra 99f094905e BindingsGenerator: Conditionally check dictionary member is string 2 年之前
  Kenneth Myhra 836cb73d29 BindingsGenerator: Release value setting members of dictionary 2 年之前
  Kenneth Myhra 98ef76b144 BindingsGenerator: Pass optional values as 'sv' to String::from_utf8() 2 年之前
  Kenneth Myhra 511ce240f2 BindingsGenerator: Allow stringifier to return DOMException if needed 2 年之前
  Kenneth Myhra e776171d8f LibWeb: Allow prototype.{entries keys,value} to propagate errors 2 年之前
  Kenneth Myhra 3689d58c64 LibWeb: Allow EventListener/NodeFilter path to propagate errors 2 年之前
  Andreas Kling f11899f885 LibWeb+LibIDL: Fix (or paper over) various const-correctness issues 2 年之前
  Luke Wilde 3275d659bf LibWeb: Convert FormData to String and Vector storage 2 年之前
  Luke Wilde c0f22065ab LibWeb: Add an extended attribute that makes interfaces use AK::String 2 年之前
  Timothy Flynn 88814acbd3 LibJS+Everywhere: Convert JS::Error to String 2 年之前