Commit History

Author SHA1 Message Date
  Sam Atkins 37ea4e3b5f LibWeb: Rename CSSColorValue::create() to create_from_color() 11 months ago
  Sam Atkins 581d00293c LibWeb: Rename ColorStyleValue -> CSSColorValue 11 months ago
  Andreas Kling c288bfb404 LibWeb: Only remember source CSSStyleDeclaration for animation-name 1 year ago
  Tim Ledbetter a552bda8d9 LibWeb: Pass the old attribute value to `Element::attribute_changed()` 1 year ago
  Shannon Booth bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 year ago
  PGHales ded344aa2c LibWeb/DOM: Rename link_color to normal_link_color 1 year ago
  Andreas Kling c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 year ago
  Andreas Kling b98a2be96b LibWeb: Ignore window-forwarded document.body.onfoo in detached DOM 1 year ago
  Bastiaan van der Plaat a681429dff LibWeb: Remove DOM element deprecated_get_attribute() 1 year ago
  Aliaksandr Kalenik 7c2713c14f LibWeb: Move set_needs_display() from layout node to paintable 1 year ago
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
  Shannon Booth 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
  Shannon Booth eca9874e56 LibWeb: Port Element::attribute_changed from DeprecatedString to String 1 year ago
  Ali Mohammad Pur aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 year ago
  Shannon Booth e4f8c59210 LibWeb: Port AttributeNames to FlyString 1 year ago
  Aliaksandr Kalenik 32be413f4e LibWeb: Add missing visit_edges() for ImageStyleValue 1 year ago
  Sam Atkins 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible 1 year ago
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 2 years ago
  Andreas Kling 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 years ago
  Ali Mohammad Pur b7e3a68bfc LibWeb: Keep track of CSS property source declarations 2 years ago
  Shannon Booth 500552df54 LibWeb: Apply rules for parsing a legacy color value 2 years ago
  Andreas Kling 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h 2 years ago
  Sam Atkins d16600a48b LibWeb: Propagate errors from StyleValue construction 2 years ago
  Kenneth Myhra 2091a11488 LibWeb: Port EventTarget to new {Fly}String 2 years ago
  Kenneth Myhra 4d87072201 LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String 2 years ago
  Sam Atkins 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 years ago
  Sam Atkins 35b240c87d LibWeb: Split ImageStyleValue out of StyleValue.{h,cpp} 2 years ago
  Sam Atkins 77b2826402 LibWeb: Split ColorStyleValue out of StyleValue.{h,cpp} 2 years ago
  Andreas Kling a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 years ago