Historique des commits

Auteur SHA1 Message Date
  Shannon Booth f5efe9bb63 LibWeb: Port CSSStyleDeclaration from DeprecatedString to String il y a 1 an
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible il y a 1 an
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void il y a 1 an
  Andreas Kling 52cd671163 LibJS: Make Object::internal_get() reveal the used property offset il y a 2 ans
  Ali Mohammad Pur e90752cc21 LibWeb: Add preliminary support for CSS animations il y a 2 ans
  Andreas Kling cfe663435e LibWeb+LibJS: Don't lazily construct web prototypes in cell constructors il y a 2 ans
  Andreas Kling 4399ca2d82 LibWeb: Don't include CSS/CSSStyleDeclaration.h from DOM/Element.h il y a 2 ans
  Andreas Kling f11899f885 LibWeb+LibIDL: Fix (or paper over) various const-correctness issues il y a 2 ans
  Kenneth Myhra c950d1904a LibWeb: Make factory methods of CSS::CSSStyleDeclaration fallible il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Luke Wilde c247fefee7 LibWeb: Implement CSSStyleDeclaration.cssText il y a 2 ans
  Andrew Kaster a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ il y a 2 ans
  Linus Groh 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro il y a 2 ans
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated il y a 2 ans
  Andreas Kling 72bacba97b LibWeb: Make CSSStyleDeclaration GC-allocated il y a 2 ans
  Linus Groh 40a70461a0 LibWeb: Replace GlobalObject with Realm in wrapper functions il y a 2 ans
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) il y a 3 ans
  Andreas Kling a0ba49a50a LibWeb: Support CSSStyleDeclaration.getPropertyPriority() il y a 3 ans
  Andreas Kling a8afb883c1 LibWeb: Implement CSS declaration block's "updating flag" il y a 3 ans
  Andreas Kling 66618a666b LibWeb: Implement CSSStyleDeclaration.{set,remove}Property close to spec il y a 3 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Andreas Kling 427beb97b5 LibWeb: Streamline how inline CSS style declarations are constructed il y a 3 ans
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb il y a 3 ans
  Sam Atkins a99d02e14d LibWeb: Add an enum for !important il y a 3 ans
  Sam Atkins 1d5d27aa22 LibWeb: Include custom properties in CSS dump il y a 3 ans
  Brian Gianforcaro 027cbe6b89 LibWeb: Optimize CSS::StyleDeclaration for size il y a 3 ans
  Andreas Kling 3db847c64a LibWeb: Implement CSSRule and CSSStyleDeclaration serialization il y a 3 ans
  Andreas Kling 0ab31d8c84 LibWeb: Support simplest form of CSSStyleDeclaration.setProperty() il y a 3 ans
  Andreas Kling a2f5589d3a LibWeb: Implement CSSStyleDeclaration.getPropertyValue(property) il y a 3 ans