2018-02-27 |
graouts@webkit.org | [Web Animations] Correct implementation of pending... |
tree | commitdiff |
2018-02-27 |
graouts@webkit.org | [Web Animations] Implement the procedure to set the... |
tree | commitdiff |
2018-02-27 |
graouts@webkit.org | [Web Animations] Update the playState implementation |
tree | commitdiff |
2018-02-26 |
graouts@webkit.org | [Web Animations] Implement the procedure to set the... |
tree | commitdiff |
2018-02-26 |
graouts@webkit.org | [Web Animations] Ensure setting the hold time invalidat... |
tree | commitdiff |
2018-02-20 |
graouts@webkit.org | [Web Animations] Make KeyframeEffect target nullable... |
tree | commitdiff |
2018-02-19 |
graouts@webkit.org | [Web Animations] Decouple parsing JS keyframes and... |
tree | commitdiff |
2018-02-19 |
graouts@webkit.org | [Web Animations] Store all parsed keyframe input inform... |
tree | commitdiff |
2018-02-19 |
graouts@webkit.org | [Web Animations] Accept null composite modes in keyframes |
tree | commitdiff |
2018-02-15 |
graouts@webkit.org | [Web Animations] Ensure that changing the timing model... |
tree | commitdiff |
2018-02-14 |
jlewis3@apple.com | Unreviewed, rolling out r228437, r228439, and r228440. |
tree | commitdiff |
2018-02-13 |
graouts@webkit.org | [Web Animations] Make KeyframeEffect target nullable... |
tree | commitdiff |
2018-02-13 |
commit-queue@webki... | [Web Animations] Support the copy constructors for... |
tree | commitdiff |
2018-02-09 |
graouts@webkit.org | [Web Animations] Refactor AnimationEffect and KeyframeE... |
tree | commitdiff |
2018-02-09 |
graouts@webkit.org | [Web Animations] Always expose "composite" in output... |
tree | commitdiff |
2018-01-27 |
graouts@webkit.org | [Web Animations] Distinguish between an omitted and... |
tree | commitdiff |
2018-01-25 |
graouts@webkit.org | [Web Animations] Expose the reverse() method |
tree | commitdiff |
2018-01-25 |
graouts@webkit.org | [Web Animations] Account for provided easings when... |
tree | commitdiff |
2018-01-25 |
commit-queue@webki... | [Web Animations] Avoid querying the current time multip... |
tree | commitdiff |
2018-01-24 |
graouts@webkit.org | [Web Animations] Compute the progress and currentIterat... |
tree | commitdiff |
2018-01-23 |
graouts@webkit.org | [Web Animations] Expose getKeyframes() and parsing... |
tree | commitdiff |
2018-01-19 |
graouts@webkit.org | [Web Animations] Expose timing properties (delay, endDe... |
tree | commitdiff |
2018-01-10 |
graouts@webkit.org | [Web Animations] Expose the id property on Animation |
tree | commitdiff |
2017-12-24 |
graouts@webkit.org | [Web Animations] Implement Element.animate() |
tree | commitdiff |
2017-12-21 |
graouts@webkit.org | [Web Animations] Complete support for keyframe animations |
tree | commitdiff |
2017-12-14 |
graouts@webkit.org | [Web Animations] Use is<> when possible |
tree | commitdiff |
2017-12-14 |
graouts@webkit.org | [Web Animations] Bring timeline and currentTime setters... |
tree | commitdiff |
2017-12-14 |
graouts@webkit.org | [Web Animations] Implement the cancel() method on Animation |
tree | commitdiff |
2017-12-14 |
graouts@webkit.org | [Web Animations] Implement the finish() method on Animation |
tree | commitdiff |
2017-12-14 |
graouts@webkit.org | [Web Animations] Implement the play() and pause() metho... |
tree | commitdiff |
2017-12-13 |
graouts@webkit.org | [Web Animations] Implement the "updating the finished... |
tree | commitdiff |
2017-12-12 |
graouts@webkit.org | [Web Animations] Expose promises on Animation interface |
tree | commitdiff |
2017-12-12 |
commit-queue@webki... | [Web Animations] Implement the playState property on... |
tree | commitdiff |
2017-12-12 |
graouts@webkit.org | [Web Animations] Enqueue and dispatch animation events |
tree | commitdiff |
2017-12-11 |
graouts@webkit.org | [Web Animations] Implement AnimationPlaybackEvent and... |
tree | commitdiff |
2017-12-11 |
graouts@webkit.org | [Web Animations] Implement AnimationPlaybackEvent and... |
tree | commitdiff |
2017-12-11 |
graouts@webkit.org | [Web Animations] Implement AnimationPlaybackEvent and... |
tree | commitdiff |
2017-11-24 |
graouts@webkit.org | [Web Animations] Allow getComputedStyle() to return... |
tree | commitdiff |
2017-11-24 |
graouts@webkit.org | Source/WebCore: |
tree | commitdiff |
2017-11-22 |
graouts@webkit.org | [Web Animations] Adopt KeyframeList in KeyframeEffect |
tree | commitdiff |
2017-11-17 |
graouts@webkit.org | [Web Animations] Force a stacking context during animat... |
tree | commitdiff |
2017-11-17 |
graouts@webkit.org | [Web Animations] Allow KeyframeEffect to support CSS... |
tree | commitdiff |
2017-11-16 |
commit-queue@webki... | [Web Animations] Express time in milliseconds through... |
tree | commitdiff |
2017-11-16 |
commit-queue@webki... | Clean up KeyframeEffect |
tree | commitdiff |
2017-11-15 |
graouts@webkit.org | [Web Animations] Implement basic to-from animations |
tree | commitdiff |
2017-11-13 |
graouts@webkit.org | [Web Animations] Implement getAnimations() |
tree | commitdiff |
2017-11-10 |
ryanhaddad@apple.com | Unreviewed, rolling out r224705. |
tree | commitdiff |
2017-11-10 |
graouts@webkit.org | [Web Animations] Implement getAnimations() |
tree | commitdiff |
2017-11-05 |
graouts@webkit.org | [Web Animations] Schedule animations registered on... |
tree | commitdiff |
2017-10-31 |
commit-queue@webki... | [Web Animations] Support AnimationEffect parameter... |
tree | commitdiff |
2017-10-30 |
graouts@webkit.org | [Web Animations] Expose the playbackRate property on... |
tree | commitdiff |
2017-10-29 |
graouts@webkit.org | [Web Animations] Expose the currentTime property on... |
tree | commitdiff |
2017-10-29 |
graouts@webkit.org | [Web Animations] Expose the currentTime property on... |
tree | commitdiff |
2017-10-27 |
graouts@webkit.org | [Web Animations] Expose the currentTime property on... |
tree | commitdiff |
2017-10-27 |
graouts@webkit.org | [Web Animations] Use Seconds vs. MonotonicTime to repre... |
tree | commitdiff |
2017-10-24 |
commit-queue@webki... | [Web Animations] Add basic timing and target properties |
tree | commitdiff |
2017-10-22 |
commit-queue@webki... | [Web Animations] Add animations to the timeline |
tree | commitdiff |
2017-10-20 |
commit-queue@webki... | [Web Animations] Provide basic timeline and animation... |
tree | commitdiff |
2017-10-15 |
commit-queue@webki... | Remove all Web Animations code |
tree | commitdiff |
2017-09-23 |
zalan@apple.com | WeakPtrFactory should populate m_ref lazily. |
tree | commitdiff |
2017-07-03 |
commit-queue@webki... | [WebIDL] Remove more unnecessary uses of the preprocess... |
tree | commitdiff |
2017-06-26 |
annulen@yandex.ru | Remove excessive headers from WebCore/{Modules,animatio... |
tree | commitdiff |
2017-06-19 |
cdumez@apple.com | Use WTF::Function instead of std::function in more... |
tree | commitdiff |
2017-06-19 |
aperez@igalia.com | Missing <functional> includes make builds fail with... |
tree | commitdiff |
2017-04-17 |
commit-queue@webki... | [WebIDL] Switch IDLAttributes.txt over to a more struct... |
tree | commitdiff |
2017-01-20 |
commit-queue@webki... | Web Animations should be off by default and enabled... |
tree | commitdiff |
2016-09-14 |
dino@apple.com | Remove a .rej file. |
tree | commitdiff |
2016-09-01 |
carlosgc@webkit.org | [GTK] Move GObject DOM bindings to WebKit2 layer and... |
tree | commitdiff |
2016-08-21 |
darin@apple.com | Removed Objective-C specific attributes from IDL, made... |
tree | commitdiff |
2016-08-21 |
weinig@apple.com | Remove Objective-C specific extended attributes from... |
tree | commitdiff |
2016-08-21 |
weinig@apple.com | Roll out r204683. |
tree | commitdiff |
2016-08-20 |
weinig@apple.com | Remove Objective-C specific extended attributes / featu... |
tree | commitdiff |
2016-08-18 |
commit-queue@webki... | [web-animations] Add Animatable, AnimationEffect, Keyfr... |
tree | commitdiff |
2016-08-15 |
achristensen@apple.com | Remove unused includes of wtf headers |
tree | commitdiff |
2016-08-04 |
andersca@apple.com | Remove some unneeded #ifs now that the Objective-C... |
tree | commitdiff |
2016-06-09 |
commit-queue@webki... | Unreviewed, rolling out r201810. |
tree | commitdiff |
2016-06-08 |
commit-queue@webki... | [web-animations] Add Animatable, AnimationEffect, Keyfr... |
tree | commitdiff |
2016-05-12 |
cdumez@apple.com | Drop toJS() overload taking a PassRefPtr<> parameter |
tree | commitdiff |
2016-02-25 |
dino@apple.com | [web-animations] Add AnimationTimeline, DocumentTimelin... |
tree | commitdiff |
|