提交历史

作者 SHA1 备注 提交日期
  Sam Atkins 7723873016 LibWeb/CSS: Make CSSStyleRule be a CSSGroupingRule 9 月之前
  Andreas Kling cc4b3cbacc Meta: Update my e-mail address everywhere 9 月之前
  Andreas Kling b2aff403fc LibWeb: Make CSSStyleRule::qualified_layer_name() return a const-ref 10 月之前
  Sam Atkins a50da405e9 LibWeb/CSS: Implement cascade layers (aka `@layer`) 10 月之前
  Andreas Kling ce2bfb4a12 LibWeb: Make CSSStyleRule::declaration() return a more specific type 1 年之前
  Sam Atkins d344c50663 LibWeb: Return String from CSSStyleRule::selector_text() 1 年之前
  Shannon Booth d400291ad9 LibWeb: Port CSSRule::serialized from DeprecatedString to String 1 年之前
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 年之前
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年之前
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 年之前
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
  Andreas Kling 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes 2 年之前
  Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector 2 年之前
  Kenneth Myhra 4f4a908e5f LibWeb: Make factory method of CSS::CSSStyleRule fallible 2 年之前
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
  Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize() 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  Andrew Kaster a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes 2 年之前
  Linus Groh 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前
  Andreas Kling 72bacba97b LibWeb: Make CSSStyleDeclaration GC-allocated 2 年之前
  Andreas Kling 12042f0757 LibWeb: Make CSSRule and all its subclasses GC-allocated 2 年之前
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 年之前
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
  Andreas Kling 3db847c64a LibWeb: Implement CSSRule and CSSStyleDeclaration serialization 3 年之前
  Andreas Kling 918b0b4394 LibWeb: Add missing virtual/override/final in CSSStyleRule 3 年之前
  Andreas Kling 6cda24097b LibWeb: Add the CSSStyleRule interface with some limited functionality 3 年之前
  Sam Atkins 776b1f4548 LibWeb: Make CSS::Selector reference counted 4 年之前