コミット履歴

作者 SHA1 メッセージ 日付
  Sam Atkins 8b4cc07a54 LibIDL+WrapperGenerator: Implement Type::is_distinguishable_from() 2 年 前
  Sam Atkins 7c8ef79898 LibIDL+WrapperGenerator: Make it easier to work with IDL::Type classes 2 年 前
  Sam Atkins c4668053d1 LibIDL+WrapperGenerator: Move IDL code into a library 2 年 前
  Sam Atkins 634a52b589 WrapperGenerator: Clarify function-length getter name 2 年 前
  Sam Atkins 4424a50bc4 WrapperGenerator: Move generation code out of IDLTypes.h 2 年 前
  Andreas Kling ddc018fb75 LibWeb: Use fully qualified type names in the IDL generator more 2 年 前
  Andreas Kling 266136b32f LibWeb: Stop using Bindings::wrap() in generated code 2 年 前
  Andreas Kling bc74909308 LibWeb: Remove many unnecessary #includes in generated code 2 年 前
  Andreas Kling b1b5d75ce6 LibWeb: Remove now-unused wrapper and iterator code generators 2 年 前
  Andreas Kling 497ead37bc LibWeb: Make DOMException GC-allocated 2 年 前
  Andreas Kling 2fe97fa8db LibWeb: Make WorkerNavigator GC-allocated 2 年 前
  Andreas Kling 9da72cdaba LibWeb: Make WorkerLocation GC-allocated 2 年 前
  Andreas Kling fe9c5395d4 LibWeb: Make URL, URLSearchParams & URLSearchParamsIterator GC-allocated 2 年 前
  Andreas Kling 647ac1bdba LibWeb: Make Blob and File GC-allocated 2 年 前
  Andreas Kling 2ac8e3db3a LibWeb: Make Storage GC-allocated 2 年 前
  Andreas Kling ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 年 前
  Andreas Kling 2704bcdaaa LibWeb: Make Path2D GC-allocated 2 年 前
  Andreas Kling 4452b5ca09 LibWeb: Make 2D and 3D canvas rendering contexts GC-allocated 2 年 前
  Andreas Kling 43ec0f734f LibWeb: Make MutationRecord GC-allocated 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 12042f0757 LibWeb: Make CSSRule and all its subclasses GC-allocated 2 年 前
  Andreas Kling 5d6cb9cbdb LibWeb: Make CSSRuleList GC-allocated 2 年 前
  Andreas Kling 5366924f11 LibWeb: Make StyleSheetList GC-allocated 2 年 前
  Andreas Kling 5d60212076 LibWeb: Make StyleSheet and CSSStyleSheet GC-allocated 2 年 前
  Andreas Kling 4ae2390554 LibWeb: Support NoInstanceWrapper extended attribute on interfaces 2 年 前
  Andreas Kling f6c61940f6 LibWeb: Add PlatformObject class 2 年 前
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm 2 年 前
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary 2 年 前