Commit History

Author SHA1 Message Date
  Matthew Olsson c85f00e373 LibWeb: Only read enumerable keyframe properties 1 year ago
  Matthew Olsson 44bb6e8390 LibWeb: Handle the cssFloat and cssOffset keyframe properties properly 1 year ago
  Matthew Olsson 36ceaf38d5 LibWeb: Check for nullish objects in process_a_keyframe algorithm 1 year ago
  Matthew Olsson 37ee45db3d LibWeb: Use camelCase for JS keyframe objects 1 year ago
  Matthew Olsson b5c682bc2e LibWeb: Copy the keyframes in KeyframeEffect's copy constructor 1 year ago
  Matthew Olsson 73aadddbc1 LibWeb: Reject invalid keyframe offset values 1 year ago
  Matthew Olsson e13cd914a9 LibWeb: Handle animating the 'all' property 1 year ago
  Matthew Olsson 64ec66e209 LibWeb: Handle animating 'initial' property values 1 year ago
  Matthew Olsson 2adb4c460d LibWeb: Change enum to enum class in KeyframeEffect 1 year ago
  Matthew Olsson 7bd62809a9 LibWeb: Include leading colons in KeyframeEffect::pseudo_element() 1 year ago
  Matthew Olsson 854d02fe10 LibWeb: Reject more invalid pseudo-element selectors in KeyframeEffect 1 year ago
  Matthew Olsson e188ab1493 LibWeb: Add missing spec links to KeyframeEffect 1 year ago
  Tim Ledbetter 398bf10b92 LibWeb: Use `TraversalDecision` for multi level Node traversal methods 1 year ago
  Shannon Booth bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 year ago
  Andreas Kling 53d0dd4a2e LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 1 year ago
  Matthew Olsson 8450041b52 LibWeb: Fix some GCVerifier warnings 1 year ago
  Matthew Olsson 0d70311c90 LibWeb: Resolve unresolved style values eagerly in KeyframeEffect 1 year ago
  Matthew Olsson 3dd9f2715f LibWeb: Resolve unresolved style values when animating properties 1 year ago
  Matthew Olsson b2fb9cc7d3 LibWeb: Allow ignoring unresolved style values when iterating properties 1 year ago
  Matthew Olsson ebfc6c33a6 LibWeb: Remove "resolved" from the name of Keyframe's property map 1 year ago
  Aliaksandr Kalenik cf7c933312 LibWeb: Add fast path to calculate invalidations for animated css props 1 year ago
  Andreas Kling c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 year ago
  Aliaksandr Kalenik a9b8840a82 LibWeb: Add fast path for animated style properties update 1 year ago
  Matthew Olsson 90290eb985 LibWeb: Store Animations in Animatable instead of AnimationEffects 1 year ago
  Matthew Olsson 2ee022dead LibWeb: Set KeyframeEffect's pseudo-element if applicable 1 year ago
  Matthew Olsson 62f62a0e52 LibWeb: Correctly set timing function in AnimationEffect::update_timing 1 year ago
  Matthew Olsson ee63c729e5 LibWeb: Expand shorthand properties in KeyframeEffect 1 year ago
  Matthew Olsson ee4abacde6 LibWeb: Add AnimationEffect::target_properties() 1 year ago
  Matthew Olsson 5eea53f27a LibWeb: Keep track of associated AnimationEffects in Animatable 1 year ago
  Matthew Olsson 4e6c74dcf6 LibWeb: Define the composite order between two animations 1 year ago