[webkit-changes] [229891] trunk

2018-03-23 Thread graouts
Title: [229891] trunk Revision 229891 Author grao...@webkit.org Date 2018-03-23 04:49:04 -0700 (Fri, 23 Mar 2018) Log Message [Web Animations] infinite repeat counts aren't reflected for CSS Animations https://bugs.webkit.org/show_bug.cgi?id=183932 Reviewed by Dean Jackson. LayoutTests/

[webkit-changes] [229981] trunk

2018-03-26 Thread graouts
Title: [229981] trunk Revision 229981 Author grao...@webkit.org Date 2018-03-26 12:08:01 -0700 (Mon, 26 Mar 2018) Log Message [Web Animations] Correctly handle timing functions specified by CSS Animations and CSS Transitions https://bugs.webkit.org/show_bug.cgi?id=183935 Reviewed by Dean

[webkit-changes] [229983] trunk

2018-03-26 Thread graouts
Title: [229983] trunk Revision 229983 Author grao...@webkit.org Date 2018-03-26 12:12:10 -0700 (Mon, 26 Mar 2018) Log Message [Web Animations] Make imported/mozilla/css-animations/test_animation-currenttime.html pass reliably https://bugs.webkit.org/show_bug.cgi?id=183819 Reviewed by Dea

[webkit-changes] [229985] trunk/Source/WTF

2018-03-26 Thread graouts
Title: [229985] trunk/Source/WTF Revision 229985 Author grao...@webkit.org Date 2018-03-26 13:16:48 -0700 (Mon, 26 Mar 2018) Log Message [ASan] Allow Ref<> to be swapped https://bugs.webkit.org/show_bug.cgi?id=184017 Reviewed by JF Bastien. Unpoison a Ref in various calls just like in

[webkit-changes] [230000] trunk

2018-03-27 Thread graouts
Title: [23] trunk Revision 23 Author grao...@webkit.org Date 2018-03-27 12:19:46 -0700 (Tue, 27 Mar 2018) Log Message [Web Animations] Stop using internals.pauseAnimationAtTimeOnElement() in favor of Web Animations API for animations tests https://bugs.webkit.org/show_bug.cgi?id=1

[webkit-changes] [230031] trunk

2018-03-28 Thread graouts
Title: [230031] trunk Revision 230031 Author grao...@webkit.org Date 2018-03-28 09:39:57 -0700 (Wed, 28 Mar 2018) Log Message [Web Animations] Comparing two matching FramesTimingFunction objects fails https://bugs.webkit.org/show_bug.cgi?id=184078 Reviewed by Jon Lee. LayoutTests/import

[webkit-changes] [230033] trunk

2018-03-28 Thread graouts
Title: [230033] trunk Revision 230033 Author grao...@webkit.org Date 2018-03-28 10:37:43 -0700 (Wed, 28 Mar 2018) Log Message [Web Animations] Implement more CSSPropertyBlendingClient methods https://bugs.webkit.org/show_bug.cgi?id=184077 Reviewed by Dean Jackson. LayoutTests/imported/w

[webkit-changes] [230068] trunk

2018-03-28 Thread graouts
Title: [230068] trunk Revision 230068 Author grao...@webkit.org Date 2018-03-28 23:48:18 -0700 (Wed, 28 Mar 2018) Log Message [Web Animations] Implement more CSSPropertyBlendingClient methods https://bugs.webkit.org/show_bug.cgi?id=184077 Reviewed by Dean Jackson. LayoutTests/imported/w

[webkit-changes] [230069] trunk/LayoutTests

2018-03-28 Thread graouts
Title: [230069] trunk/LayoutTests Revision 230069 Author grao...@webkit.org Date 2018-03-28 23:49:27 -0700 (Wed, 28 Mar 2018) Log Message [Web Animations] Stop using internals.pauseTransitionAtTimeOnElement() in favor of Web Animations API for transitions tests https://bugs.webkit.org/sho

[webkit-changes] [230100] trunk

2018-03-29 Thread graouts
Title: [230100] trunk Revision 230100 Author grao...@webkit.org Date 2018-03-29 22:41:47 -0700 (Thu, 29 Mar 2018) Log Message [Web Animations] Correctly obtain the timing function for a given keyframe https://bugs.webkit.org/show_bug.cgi?id=184146 Reviewed by Dean Jackson. Source/WebCor

[webkit-changes] [230112] trunk

2018-03-30 Thread graouts
Title: [230112] trunk Revision 230112 Author grao...@webkit.org Date 2018-03-30 11:45:54 -0700 (Fri, 30 Mar 2018) Log Message [Web Animations] CSSTransition objects should have fill: backwards to allow seeking prior to start time https://bugs.webkit.org/show_bug.cgi?id=184129 Reviewed by

[webkit-changes] [230472] trunk/LayoutTests

2018-04-09 Thread graouts
Title: [230472] trunk/LayoutTests Revision 230472 Author grao...@webkit.org Date 2018-04-09 22:45:41 -0700 (Mon, 09 Apr 2018) Log Message Attempt to fix some test reported test failures in the new legacy-animation-engine directory. Unreviewed test gardening. * platform/win/TestExpectati

[webkit-changes] [230574] trunk

2018-04-12 Thread graouts
Title: [230574] trunk Revision 230574 Author grao...@webkit.org Date 2018-04-12 08:14:31 -0700 (Thu, 12 Apr 2018) Log Message [Web Animations] Enable seeking for hardware animations https://bugs.webkit.org/show_bug.cgi?id=184518 Reviewed by Dean Jackson. LayoutTests/imported/w3c: Track

[webkit-changes] [230578] trunk

2018-04-12 Thread graouts
Title: [230578] trunk Revision 230578 Author grao...@webkit.org Date 2018-04-12 09:34:42 -0700 (Thu, 12 Apr 2018) Log Message [Web Animations] Ensure elements overlapping with elements animating also get composited https://bugs.webkit.org/show_bug.cgi?id=184539 Reviewed by Jon Lee. Sour

[webkit-changes] [230579] trunk

2018-04-12 Thread graouts
Title: [230579] trunk Revision 230579 Author grao...@webkit.org Date 2018-04-12 09:35:32 -0700 (Thu, 12 Apr 2018) Log Message [Web Animations] Throttle animations when lowPowerMode is on https://bugs.webkit.org/show_bug.cgi?id=184540 Reviewed by Jon Lee. Source/WebCore: Ensure animatio

[webkit-changes] [230581] trunk

2018-04-12 Thread graouts
Title: [230581] trunk Revision 230581 Author grao...@webkit.org Date 2018-04-12 10:37:55 -0700 (Thu, 12 Apr 2018) Log Message [Web Animations] Suspend animations when required https://bugs.webkit.org/show_bug.cgi?id=184541 Reviewed by Jon Lee. Source/WebCore: Animations managed by CSSA

[webkit-changes] [230582] trunk/Source/WebCore

2018-04-12 Thread graouts
Title: [230582] trunk/Source/WebCore Revision 230582 Author grao...@webkit.org Date 2018-04-12 10:41:37 -0700 (Thu, 12 Apr 2018) Log Message Unreviewed, fix the Windows build. * animation/DocumentTimeline.cpp: (WebCore::DocumentTimeline::computeExtentOfAnimation const): Modified Paths

[webkit-changes] [230594] trunk

2018-04-12 Thread graouts
Title: [230594] trunk Revision 230594 Author grao...@webkit.org Date 2018-04-12 14:23:48 -0700 (Thu, 12 Apr 2018) Log Message [Web Animations] Only cancel declarative animations upon element removal https://bugs.webkit.org/show_bug.cgi?id=184553 Reviewed by Dean Jackson. LayoutTests/imp

[webkit-changes] [230595] trunk

2018-04-12 Thread graouts
Title: [230595] trunk Revision 230595 Author grao...@webkit.org Date 2018-04-12 14:25:56 -0700 (Thu, 12 Apr 2018) Log Message [Web Animations] Fix a host of small CSS Animations and CSS Transitions issues https://bugs.webkit.org/show_bug.cgi?id=184555 Reviewed by Dean Jackson. Source/We

[webkit-changes] [230632] trunk

2018-04-13 Thread graouts
Title: [230632] trunk Revision 230632 Author grao...@webkit.org Date 2018-04-13 09:02:11 -0700 (Fri, 13 Apr 2018) Log Message [Web Animations] Turn CSS Animations and CSS Transitions as Web Animations on by default https://bugs.webkit.org/show_bug.cgi?id=184569 Reviewed by Jon Lee. Lay

[webkit-changes] [230665] trunk

2018-04-15 Thread graouts
Title: [230665] trunk Revision 230665 Author grao...@webkit.org Date 2018-04-15 22:38:01 -0700 (Sun, 15 Apr 2018) Log Message [Web Animations] Animations do not naturally get a finish event https://bugs.webkit.org/show_bug.cgi?id=184639 Reviewed by Jon Lee. LayoutTests/imported/w3c: R

[webkit-changes] [230667] trunk

2018-04-16 Thread graouts
Title: [230667] trunk Revision 230667 Author grao...@webkit.org Date 2018-04-16 01:47:17 -0700 (Mon, 16 Apr 2018) Log Message [Web Animations] Ensure we never return -0 through the API https://bugs.webkit.org/show_bug.cgi?id=184644 Reviewed by Dean Jackson. LayoutTests/imported/w3c: Re

[webkit-changes] [230703] trunk

2018-04-17 Thread graouts
Title: [230703] trunk Revision 230703 Author grao...@webkit.org Date 2018-04-17 00:33:57 -0700 (Tue, 17 Apr 2018) Log Message Layout Test animations/needs-layout.html is a flaky Image Failure. https://bugs.webkit.org/show_bug.cgi?id=172397 Reviewed by Dean Jackson. Source/WebCore: Anim

[webkit-changes] [230894] trunk/Source/WebCore

2018-04-21 Thread graouts
Title: [230894] trunk/Source/WebCore Revision 230894 Author grao...@webkit.org Date 2018-04-21 14:47:55 -0700 (Sat, 21 Apr 2018) Log Message [Modern Media Controls] Obtain compact mode icons through WebKitAdditions https://bugs.webkit.org/show_bug.cgi?id=184862 Reviewed by Jon Lee. * M

[webkit-changes] [230895] trunk

2018-04-21 Thread graouts
Title: [230895] trunk Revision 230895 Author grao...@webkit.org Date 2018-04-21 14:49:04 -0700 (Sat, 21 Apr 2018) Log Message [Modern Media Controls] Show a loading indicator after pressing the play button in compact mode https://bugs.webkit.org/show_bug.cgi?id=184863 Reviewed by Dean J

[webkit-changes] [232537] trunk

2018-06-06 Thread graouts
Title: [232537] trunk Revision 232537 Author grao...@webkit.org Date 2018-06-06 01:20:10 -0700 (Wed, 06 Jun 2018) Log Message [Web Animations] Only expose CSSAnimation and CSSTransition if the WebAnimationsCSSIntegration runtime flag is enabled https://bugs.webkit.org/show_bug.cgi?id=1863

[webkit-changes] [232596] trunk/Source/WebCore

2018-06-07 Thread graouts
Title: [232596] trunk/Source/WebCore Revision 232596 Author grao...@webkit.org Date 2018-06-07 12:51:43 -0700 (Thu, 07 Jun 2018) Log Message [ASan / StressGC] DumpRenderTree crashed in com.apple.WebCore: WebCore::EventTarget::ref + 16 https://bugs.webkit.org/show_bug.cgi?id=186207 Revie

[webkit-changes] [232680] trunk/LayoutTests

2018-06-11 Thread graouts
Title: [232680] trunk/LayoutTests Revision 232680 Author grao...@webkit.org Date 2018-06-11 02:22:04 -0700 (Mon, 11 Jun 2018) Log Message [Web Animations] Make imported/mozilla/css-animations/test_animation-finished.html pass reliably https://bugs.webkit.org/show_bug.cgi?id=183822 Unrevi

[webkit-changes] [232681] trunk/LayoutTests

2018-06-11 Thread graouts
Title: [232681] trunk/LayoutTests Revision 232681 Author grao...@webkit.org Date 2018-06-11 02:26:11 -0700 (Mon, 11 Jun 2018) Log Message [Web Animations] Make imported/mozilla/css-transitions/test_animation-computed-timing.html pass reliably https://bugs.webkit.org/show_bug.cgi?id=183823

[webkit-changes] [232682] trunk/LayoutTests

2018-06-11 Thread graouts
Title: [232682] trunk/LayoutTests Revision 232682 Author grao...@webkit.org Date 2018-06-11 02:28:55 -0700 (Mon, 11 Jun 2018) Log Message [Web Animations] Make imported/mozilla/css-animations/test_animation-id.html pass reliably https://bugs.webkit.org/show_bug.cgi?id=183824 Unreviewed.

[webkit-changes] [232685] trunk/LayoutTests

2018-06-11 Thread graouts
Title: [232685] trunk/LayoutTests Revision 232685 Author grao...@webkit.org Date 2018-06-11 02:32:25 -0700 (Mon, 11 Jun 2018) Log Message [Web Animations] Make imported/mozilla/css-transitions/test_animation-currenttime.html pass reliably https://bugs.webkit.org/show_bug.cgi?id=183825 Un

[webkit-changes] [232686] trunk/LayoutTests

2018-06-11 Thread graouts
Title: [232686] trunk/LayoutTests Revision 232686 Author grao...@webkit.org Date 2018-06-11 02:34:45 -0700 (Mon, 11 Jun 2018) Log Message [Web Animations] Make imported/mozilla/css-transitions/test_animation-finished.html pass reliably https://bugs.webkit.org/show_bug.cgi?id=183827 Unrev

[webkit-changes] [232687] trunk/LayoutTests

2018-06-11 Thread graouts
Title: [232687] trunk/LayoutTests Revision 232687 Author grao...@webkit.org Date 2018-06-11 02:37:36 -0700 (Mon, 11 Jun 2018) Log Message [Web Animations] Make imported/mozilla/css-transitions/test_animation-pausing.html pass reliably https://bugs.webkit.org/show_bug.cgi?id=183829 Unrevi

[webkit-changes] [232688] trunk/LayoutTests

2018-06-11 Thread graouts
Title: [232688] trunk/LayoutTests Revision 232688 Author grao...@webkit.org Date 2018-06-11 02:41:15 -0700 (Mon, 11 Jun 2018) Log Message [Web Animations] Make imported/mozilla/css-animations/test_animation-reverse.html pass reliably https://bugs.webkit.org/show_bug.cgi?id=183832 Unrevie

[webkit-changes] [232695] trunk/LayoutTests

2018-06-11 Thread graouts
Title: [232695] trunk/LayoutTests Revision 232695 Author grao...@webkit.org Date 2018-06-11 02:56:47 -0700 (Mon, 11 Jun 2018) Log Message [Web Animations] Make imported/mozilla/css-transitions/test_animation-starttime.html pass reliably https://bugs.webkit.org/show_bug.cgi?id=183833 Unre

[webkit-changes] [232696] trunk/LayoutTests

2018-06-11 Thread graouts
Title: [232696] trunk/LayoutTests Revision 232696 Author grao...@webkit.org Date 2018-06-11 02:58:38 -0700 (Mon, 11 Jun 2018) Log Message [Web Animations] Make imported/mozilla/css-transitions/test_csstransition-transitionproperty.html pass reliably https://bugs.webkit.org/show_bug.cgi?id

[webkit-changes] [232697] trunk/LayoutTests

2018-06-11 Thread graouts
Title: [232697] trunk/LayoutTests Revision 232697 Author grao...@webkit.org Date 2018-06-11 03:04:18 -0700 (Mon, 11 Jun 2018) Log Message [Web Animations] Make imported/mozilla/css-animations/test_cssanimation-animationname.html pass reliably https://bugs.webkit.org/show_bug.cgi?id=183838

[webkit-changes] [232698] trunk/LayoutTests

2018-06-11 Thread graouts
Title: [232698] trunk/LayoutTests Revision 232698 Author grao...@webkit.org Date 2018-06-11 03:10:46 -0700 (Mon, 11 Jun 2018) Log Message [Web Animations] Make imported/mozilla/css-animations/test_setting-effect.html pass reliably https://bugs.webkit.org/show_bug.cgi?id=183849 Unreviewed

[webkit-changes] [232699] trunk/LayoutTests

2018-06-11 Thread graouts
Title: [232699] trunk/LayoutTests Revision 232699 Author grao...@webkit.org Date 2018-06-11 03:13:20 -0700 (Mon, 11 Jun 2018) Log Message [Web Animations] Make imported/mozilla/css-transitions/test_setting-effect.html pass reliably https://bugs.webkit.org/show_bug.cgi?id=183850 Unreviewe

[webkit-changes] [232868] trunk

2018-06-15 Thread graouts
Title: [232868] trunk Revision 232868 Author grao...@webkit.org Date 2018-06-15 05:30:27 -0700 (Fri, 15 Jun 2018) Log Message [Web Animations] CSS Animations should take precedence over CSS Transitions https://bugs.webkit.org/show_bug.cgi?id=186651 Reviewed by Dean Jackson. LayoutTests/

[webkit-changes] [232946] trunk

2018-06-18 Thread graouts
Title: [232946] trunk Revision 232946 Author grao...@webkit.org Date 2018-06-18 14:20:47 -0700 (Mon, 18 Jun 2018) Log Message [Web Animations] Implement "Starting of transitions" section from CSS Transitions https://bugs.webkit.org/show_bug.cgi?id=186517 Reviewed by Dean Jackson. Layou

[webkit-changes] [232960] trunk

2018-06-19 Thread graouts
Title: [232960] trunk Revision 232960 Author grao...@webkit.org Date 2018-06-19 08:33:22 -0700 (Tue, 19 Jun 2018) Log Message [Web Animations] Make imported/mozilla/css-transitions/test_animation-cancel.html pass reliably https://bugs.webkit.org/show_bug.cgi?id=183821 Reviewed by Dean J

[webkit-changes] [232961] trunk/LayoutTests

2018-06-19 Thread graouts
Title: [232961] trunk/LayoutTests Revision 232961 Author grao...@webkit.org Date 2018-06-19 08:37:44 -0700 (Tue, 19 Jun 2018) Log Message Layout Test imported/mozilla/css-animations/test_animation-cancel.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=184011 Unreviewed.

[webkit-changes] [232978] trunk

2018-06-19 Thread graouts
Title: [232978] trunk Revision 232978 Author grao...@webkit.org Date 2018-06-19 13:30:55 -0700 (Tue, 19 Jun 2018) Log Message [Web Animations] Make imported/mozilla/css-animations/test_animation-playstate.html pass reliably https://bugs.webkit.org/show_bug.cgi?id=183828 Reviewed by Dean

[webkit-changes] [233004] trunk

2018-06-20 Thread graouts
Title: [233004] trunk Revision 233004 Author grao...@webkit.org Date 2018-06-20 00:07:34 -0700 (Wed, 20 Jun 2018) Log Message [Web Animations] Make imported/mozilla/css-animations/test_pseudoElement-get-animations.html pass reliably https://bugs.webkit.org/show_bug.cgi?id=183818 Reviewe

[webkit-changes] [233010] trunk

2018-06-20 Thread graouts
Title: [233010] trunk Revision 233010 Author grao...@webkit.org Date 2018-06-20 04:48:39 -0700 (Wed, 20 Jun 2018) Log Message [Web Animations] Make imported/mozilla/css-transitions/test_element-get-animations.html pass reliably https://bugs.webkit.org/show_bug.cgi?id=183841 Reviewed by

[webkit-changes] [233051] trunk

2018-06-21 Thread graouts
Title: [233051] trunk Revision 233051 Author grao...@webkit.org Date 2018-06-21 11:54:45 -0700 (Thu, 21 Jun 2018) Log Message [Web Animations] Make imported/mozilla/css-animations/test_animation-ready.html pass reliably https://bugs.webkit.org/show_bug.cgi?id=183830 Reviewed by Dean Jac

[webkit-changes] [233140] trunk

2018-06-25 Thread graouts
Title: [233140] trunk Revision 233140 Author grao...@webkit.org Date 2018-06-25 02:54:34 -0700 (Mon, 25 Jun 2018) Log Message [Web Animations] Ensure animations are updated prior to requestAnimationFrame callbacks https://bugs.webkit.org/show_bug.cgi?id=186997 Reviewed by Dean Jackson.

[webkit-changes] [233141] trunk

2018-06-25 Thread graouts
Title: [233141] trunk Revision 233141 Author grao...@webkit.org Date 2018-06-25 03:00:42 -0700 (Mon, 25 Jun 2018) Log Message [Web Animations] Make imported/mozilla/css-animations/test_animation-pausing.html pass reliably https://bugs.webkit.org/show_bug.cgi?id=183826 Reviewed by Dean J

[webkit-changes] [233164] trunk

2018-06-25 Thread graouts
Title: [233164] trunk Revision 233164 Author grao...@webkit.org Date 2018-06-25 12:24:44 -0700 (Mon, 25 Jun 2018) Log Message REGRESSION: hardware-accelerated animation fails on inline element https://bugs.webkit.org/show_bug.cgi?id=186981 Reviewed by Dean Jackson. Source/WebCore: Ens

[webkit-changes] [233325] trunk

2018-06-28 Thread graouts
Title: [233325] trunk Revision 233325 Author grao...@webkit.org Date 2018-06-28 14:13:16 -0700 (Thu, 28 Jun 2018) Log Message [Web Animations] Make imported/mozilla/css-animations/test_animation-starttime.html pass reliably https://bugs.webkit.org/show_bug.cgi?id=183834 Reviewed by Dean

[webkit-changes] [233349] trunk

2018-06-28 Thread graouts
Title: [233349] trunk Revision 233349 Author grao...@webkit.org Date 2018-06-28 22:45:34 -0700 (Thu, 28 Jun 2018) Log Message [Web Animations] Using a Web Animation leaks the Document https://bugs.webkit.org/show_bug.cgi?id=187088 Reviewed by Dean Jackson. Source/WebCore: Test: webani

[webkit-changes] [233351] trunk/LayoutTests

2018-06-29 Thread graouts
Title: [233351] trunk/LayoutTests Revision 233351 Author grao...@webkit.org Date 2018-06-29 05:34:04 -0700 (Fri, 29 Jun 2018) Log Message [mac][wk2] REGRESSION (Tiled Drawing): Some css3/ tests fail with fringing around tiled background-images that intersect tile boundaries https://bugs.w

[webkit-changes] [233352] trunk/LayoutTests

2018-06-29 Thread graouts
Title: [233352] trunk/LayoutTests Revision 233352 Author grao...@webkit.org Date 2018-06-29 05:35:51 -0700 (Fri, 29 Jun 2018) Log Message Layout Test compositing/animation/layer-for-filling-animation.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=187163 Unreviewed. This

[webkit-changes] [233393] trunk/LayoutTests

2018-06-30 Thread graouts
Title: [233393] trunk/LayoutTests Revision 233393 Author grao...@webkit.org Date 2018-06-30 06:04:59 -0700 (Sat, 30 Jun 2018) Log Message [Web Animations] Make imported/mozilla/css-transitions/test_event-dispatch.html pass reliably https://bugs.webkit.org/show_bug.cgi?id=183843 Unreviewe

[webkit-changes] [233394] trunk

2018-06-30 Thread graouts
Title: [233394] trunk Revision 233394 Author grao...@webkit.org Date 2018-06-30 06:43:26 -0700 (Sat, 30 Jun 2018) Log Message [Web Animations] Make WPT test at timing-model/timelines/document-timelines.html pass reliably https://bugs.webkit.org/show_bug.cgi?id=186507 Reviewed by Dean Ja

[webkit-changes] [233429] trunk/Source/WebCore

2018-07-02 Thread graouts
Title: [233429] trunk/Source/WebCore Revision 233429 Author grao...@webkit.org Date 2018-07-02 13:45:29 -0700 (Mon, 02 Jul 2018) Log Message [Web Animations] Crash in KeyframeEffectReadOnly::applyPendingAcceleratedActions() https://bugs.webkit.org/show_bug.cgi?id=187139 Reviewed by Dean

[webkit-changes] [233430] trunk/Source/WebCore

2018-07-02 Thread graouts
Title: [233430] trunk/Source/WebCore Revision 233430 Author grao...@webkit.org Date 2018-07-02 13:46:14 -0700 (Mon, 02 Jul 2018) Log Message Crash in WebCore::WebAnimation::timeToNextRequiredTick when running imported/w3c/web-platform-tests/web-animations/interfaces/Animatable/animate-no-

[webkit-changes] [233458] trunk/LayoutTests

2018-07-03 Thread graouts
Title: [233458] trunk/LayoutTests Revision 233458 Author grao...@webkit.org Date 2018-07-03 01:31:52 -0700 (Tue, 03 Jul 2018) Log Message Crash in WebCore::WebAnimation::timeToNextRequiredTick when running imported/w3c/web-platform-tests/web-animations/interfaces/Animatable/animate-no-bro

[webkit-changes] [233459] trunk/LayoutTests/imported

2018-07-03 Thread graouts
Title: [233459] trunk/LayoutTests/imported Revision 233459 Author grao...@webkit.org Date 2018-07-03 01:34:38 -0700 (Tue, 03 Jul 2018) Log Message LayoutTests/imported/mozilla: Unreviewed, rebaselining somes Web Animations test expectations. * css-animations/test_animations-dynamic-chang

[webkit-changes] [233500] trunk

2018-07-04 Thread graouts
Title: [233500] trunk Revision 233500 Author grao...@webkit.org Date 2018-07-04 00:58:30 -0700 (Wed, 04 Jul 2018) Log Message [Web Animations] Make WPT test at timing-model/timelines/timelines.html pass reliably https://bugs.webkit.org/show_bug.cgi?id=186508 Reviewed by Dean Jackson. L

[webkit-changes] [233519] trunk

2018-07-05 Thread graouts
Title: [233519] trunk Revision 233519 Author grao...@webkit.org Date 2018-07-05 07:56:13 -0700 (Thu, 05 Jul 2018) Log Message [Web Animations] The ready promise should initially be resolved https://bugs.webkit.org/show_bug.cgi?id=187341 Reviewed by Dean Jackson. LayoutTests/imported/w3

[webkit-changes] [233583] trunk

2018-07-06 Thread graouts
Title: [233583] trunk Revision 233583 Author grao...@webkit.org Date 2018-07-06 11:31:12 -0700 (Fri, 06 Jul 2018) Log Message [Web Animations] Using a Web Animation leaks the Document https://bugs.webkit.org/show_bug.cgi?id=187088 Reviewed by Darin Adler. Source/WebCore: Test: webanim

[webkit-changes] [233584] trunk

2018-07-06 Thread graouts
Title: [233584] trunk Revision 233584 Author grao...@webkit.org Date 2018-07-06 11:37:21 -0700 (Fri, 06 Jul 2018) Log Message [Web Animations] Make WPT test at interfaces/Animation/finished.html pass reliably https://bugs.webkit.org/show_bug.cgi?id=186497 Reviewed by Dean Jackson. Layo

[webkit-changes] [233585] trunk

2018-07-06 Thread graouts
Title: [233585] trunk Revision 233585 Author grao...@webkit.org Date 2018-07-06 11:43:57 -0700 (Fri, 06 Jul 2018) Log Message [Web Animations] Make WPT test at interfaces/Animation/finish.html pass reliably https://bugs.webkit.org/show_bug.cgi?id=186496 Reviewed by Dean Jackson. Layout

[webkit-changes] [233588] trunk

2018-07-06 Thread graouts
Title: [233588] trunk Revision 233588 Author grao...@webkit.org Date 2018-07-06 12:39:42 -0700 (Fri, 06 Jul 2018) Log Message [Web Animations] Make WPT test at interfaces/KeyframeEffect/processing-a-keyframes-argument-002.html pass reliably https://bugs.webkit.org/show_bug.cgi?id=186502 l

[webkit-changes] [233666] trunk

2018-07-09 Thread graouts
Title: [233666] trunk Revision 233666 Author grao...@webkit.org Date 2018-07-09 16:48:52 -0700 (Mon, 09 Jul 2018) Log Message [Web Animations] Support overlapping keyframes https://bugs.webkit.org/show_bug.cgi?id=187481 Reviewed by Dean Jackson. LayoutTests/imported/w3c: Mark 20 new W

[webkit-changes] [233667] trunk

2018-07-09 Thread graouts
Title: [233667] trunk Revision 233667 Author grao...@webkit.org Date 2018-07-09 16:52:54 -0700 (Mon, 09 Jul 2018) Log Message [Web Animations] Make WPT test at interfaces/DocumentTimeline/constructor.html pass reliably https://bugs.webkit.org/show_bug.cgi?id=186498 LayoutTests/imported/w

[webkit-changes] [233676] trunk

2018-07-09 Thread graouts
Title: [233676] trunk Revision 233676 Author grao...@webkit.org Date 2018-07-09 19:33:32 -0700 (Mon, 09 Jul 2018) Log Message [Web Animations] Correct handle repetition of composite and easing values https://bugs.webkit.org/show_bug.cgi?id=187498 Reviewed by Dean Jackson. LayoutTests/i

[webkit-changes] [233685] trunk/LayoutTests/imported/w3c

2018-07-10 Thread graouts
Title: [233685] trunk/LayoutTests/imported/w3c Revision 233685 Author grao...@webkit.org Date 2018-07-10 09:35:35 -0700 (Tue, 10 Jul 2018) Log Message [Web Animations] Make WPT test at animation-model/keyframe-effects/effect-value-overlapping-keyframes.html pass reliably https://bugs.webk

[webkit-changes] [233729] trunk

2018-07-11 Thread graouts
Title: [233729] trunk Revision 233729 Author grao...@webkit.org Date 2018-07-11 08:54:00 -0700 (Wed, 11 Jul 2018) Log Message [Web Animations] Make WPT test at interfaces/KeyframeEffect/processing-a-keyframes-argument-001.html pass reliably https://bugs.webkit.org/show_bug.cgi?id=186501

[webkit-changes] [233730] trunk/Source/WebCore

2018-07-11 Thread graouts
Title: [233730] trunk/Source/WebCore Revision 233730 Author grao...@webkit.org Date 2018-07-11 09:34:37 -0700 (Wed, 11 Jul 2018) Log Message [Web Animations] Make WPT test at interfaces/KeyframeEffect/processing-a-keyframes-argument-001.html pass reliably https://bugs.webkit.org/show_bug.

[webkit-changes] [233731] trunk/Source/WebCore

2018-07-11 Thread graouts
Title: [233731] trunk/Source/WebCore Revision 233731 Author grao...@webkit.org Date 2018-07-11 09:40:27 -0700 (Wed, 11 Jul 2018) Log Message [Web Animations] Make WPT test at interfaces/KeyframeEffect/processing-a-keyframes-argument-001.html pass reliably https://bugs.webkit.org/show_bug.

[webkit-changes] [233814] trunk/Source/WebCore

2018-07-13 Thread graouts
Title: [233814] trunk/Source/WebCore Revision 233814 Author grao...@webkit.org Date 2018-07-13 13:34:24 -0700 (Fri, 13 Jul 2018) Log Message Dark Mode: document markers are difficult to see https://bugs.webkit.org/show_bug.cgi?id=187632 Reviewed by Simon Fraser. We update the way we dr

[webkit-changes] [242893] trunk

2019-03-13 Thread graouts
Title: [242893] trunk Revision 242893 Author grao...@webkit.org Date 2019-03-13 11:14:21 -0700 (Wed, 13 Mar 2019) Log Message REGRESSION(r240634): Element::hasPointerCapture() passes a JS-controlled value directly into a HashMap as a key https://bugs.webkit.org/show_bug.cgi?id=195683 Re

[webkit-changes] [243070] trunk/Source/WebCore

2019-03-18 Thread graouts
Title: [243070] trunk/Source/WebCore Revision 243070 Author grao...@webkit.org Date 2019-03-18 09:25:06 -0700 (Mon, 18 Mar 2019) Log Message Make mouse event simulation a quirk https://bugs.webkit.org/show_bug.cgi?id=195218 Reviewed by Dean Jackson. Add new quirks to control whether we

[webkit-changes] [243235] trunk/LayoutTests

2019-03-20 Thread graouts
Title: [243235] trunk/LayoutTests Revision 243235 Author grao...@webkit.org Date 2019-03-20 13:35:25 -0700 (Wed, 20 Mar 2019) Log Message REGRESSION(r240634): Element::hasPointerCapture() passes a JS-controlled value directly into a HashMap as a key https://bugs.webkit.org/show_bug.cgi?id

[webkit-changes] [243263] trunk/Source/WebCore

2019-03-20 Thread graouts
Title: [243263] trunk/Source/WebCore Revision 243263 Author grao...@webkit.org Date 2019-03-20 17:14:04 -0700 (Wed, 20 Mar 2019) Log Message DumpRenderTree crashes under WebAnimation::isRelevant when running imported/mozilla/css-transitions/test_document-get-animations.html in GuardMalloc

[webkit-changes] [243346] trunk

2019-03-21 Thread graouts
Title: [243346] trunk Revision 243346 Author grao...@webkit.org Date 2019-03-21 16:53:59 -0700 (Thu, 21 Mar 2019) Log Message [Web Animations] JS wrapper may be deleted while animation is yet to dispatch its finish event https://bugs.webkit.org/show_bug.cgi?id=196118 Reviewed by Ryosuke

[webkit-changes] [243499] trunk/Source

2019-03-26 Thread graouts
Title: [243499] trunk/Source Revision 243499 Author grao...@webkit.org Date 2019-03-26 09:57:38 -0700 (Tue, 26 Mar 2019) Log Message Remove mousemoveEventHandlingPreventsDefault internal setting and quirk https://bugs.webkit.org/show_bug.cgi?id=196254 Reviewed by Dean Jackson. Source/W

[webkit-changes] [243504] trunk/Source/WebCore

2019-03-26 Thread graouts
Title: [243504] trunk/Source/WebCore Revision 243504 Author grao...@webkit.org Date 2019-03-26 10:29:54 -0700 (Tue, 26 Mar 2019) Log Message Remove mousemoveEventHandlingPreventsDefault internal setting and quirk https://bugs.webkit.org/show_bug.cgi?id=196254 Unreviewed. Fix build broke

[webkit-changes] [243645] trunk

2019-03-29 Thread graouts
Title: [243645] trunk Revision 243645 Author grao...@webkit.org Date 2019-03-29 08:54:02 -0700 (Fri, 29 Mar 2019) Log Message All PointerEvent.isTrusted is always false. https://bugs.webkit.org/show_bug.cgi?id=196075 Reviewed by Chris Dumez. Source/WebCore: Test: pointerevents/ios/poi

[webkit-changes] [214258] trunk

2017-03-22 Thread graouts
Title: [214258] trunk Revision 214258 Author grao...@webkit.org Date 2017-03-22 10:51:10 -0700 (Wed, 22 Mar 2017) Log Message [Modern Media Controls] Rendering glitches for fullscreen controls while dragging https://bugs.webkit.org/show_bug.cgi?id=169949 Reviewed by Eric Carlson. Sourc

[webkit-changes] [214381] trunk

2017-03-24 Thread graouts
Title: [214381] trunk Revision 214381 Author grao...@webkit.org Date 2017-03-24 15:10:45 -0700 (Fri, 24 Mar 2017) Log Message [Modern Media Controls] Captions don't move with the appearance of the inline controls https://bugs.webkit.org/show_bug.cgi?id=170051 Reviewed by Dean Jackson.

[webkit-changes] [214386] trunk

2017-03-24 Thread graouts
Title: [214386] trunk Revision 214386 Author grao...@webkit.org Date 2017-03-24 16:32:14 -0700 (Fri, 24 Mar 2017) Log Message [Modern Media Controls] Remove placard icon if height is compressed https://bugs.webkit.org/show_bug.cgi?id=167935 Reviewed by Dean Jackson. Source/WebCore: We

[webkit-changes] [214426] trunk

2017-03-27 Thread graouts
Title: [214426] trunk Revision 214426 Author grao...@webkit.org Date 2017-03-27 12:44:09 -0700 (Mon, 27 Mar 2017) Log Message [Modern Media Controls] Clicking on the tracks button when the tracks panel is up in a media document pauses the video https://bugs.webkit.org/show_bug.cgi?id=1685

[webkit-changes] [214621] trunk/Source/WebCore

2017-03-31 Thread graouts
Title: [214621] trunk/Source/WebCore Revision 214621 Author grao...@webkit.org Date 2017-03-30 14:05:58 -0700 (Thu, 30 Mar 2017) Log Message [mac-wk1] LayoutTest media/modern-media-controls/airplay-button/airplay-button.html is a flaky timeout https://bugs.webkit.org/show_bug.cgi?id=16840

[webkit-changes] [266241] trunk

2020-08-27 Thread graouts
Title: [266241] trunk Revision 266241 Author grao...@webkit.org Date 2020-08-27 10:02:24 -0700 (Thu, 27 Aug 2020) Log Message REGRESSION (r263506): timing of CSS Animation on https://animate.style is incorrect https://bugs.webkit.org/show_bug.cgi?id=215807 Reviewed by Simon Fraser. Sou

[webkit-changes] [266280] trunk

2020-08-28 Thread graouts
Title: [266280] trunk Revision 266280 Author grao...@webkit.org Date 2020-08-28 09:47:59 -0700 (Fri, 28 Aug 2020) Log Message REGRESSION (r263506): scale transform transitions won't overshoot https://bugs.webkit.org/show_bug.cgi?id=215826 Reviewed by Simon Fraser. Source/WebCore: Test

[webkit-changes] [266526] trunk

2020-09-03 Thread graouts
Title: [266526] trunk Revision 266526 Author grao...@webkit.org Date 2020-09-03 09:31:05 -0700 (Thu, 03 Sep 2020) Log Message Consecutive requestAnimationFrame callbacks may be passed the same timestamp https://bugs.webkit.org/show_bug.cgi?id=216122 Reviewed by Simon Fraser. Source/Web

[webkit-changes] [282751] trunk/Source/WebCore

2021-09-20 Thread graouts
Title: [282751] trunk/Source/WebCore Revision 282751 Author grao...@webkit.org Date 2021-09-20 09:26:27 -0700 (Mon, 20 Sep 2021) Log Message TimingFunction::transformTime() is poorly-named https://bugs.webkit.org/show_bug.cgi?id=230478 Reviewed by Simon Fraser. This function transforms

[webkit-changes] [282768] trunk

2021-09-20 Thread graouts
Title: [282768] trunk Revision 282768 Author grao...@webkit.org Date 2021-09-20 12:23:54 -0700 (Mon, 20 Sep 2021) Log Message box-shadow and text-shadow do not yield float values while interpolating https://bugs.webkit.org/show_bug.cgi?id=230347 Reviewed by Simon Fraser. LayoutTests/imp

[webkit-changes] [282971] trunk/Source/WebCore

2021-09-23 Thread graouts
Title: [282971] trunk/Source/WebCore Revision 282971 Author grao...@webkit.org Date 2021-09-23 10:44:47 -0700 (Thu, 23 Sep 2021) Log Message [Media Controls] Allow for a single mute and volume button https://bugs.webkit.org/show_bug.cgi?id=230692 Reviewed by Dean Jackson. Up to now, th

[webkit-changes] [282975] trunk/Source/WebCore

2021-09-23 Thread graouts
Title: [282975] trunk/Source/WebCore Revision 282975 Author grao...@webkit.org Date 2021-09-23 11:29:43 -0700 (Thu, 23 Sep 2021) Log Message [Media Controls] Allow for a brightness control https://bugs.webkit.org/show_bug.cgi?id=230697 Reviewed by Dean Jackson. Add a new brightness but

[webkit-changes] [283050] trunk/Source/WebCore

2021-09-24 Thread graouts
Title: [283050] trunk/Source/WebCore Revision 283050 Author grao...@webkit.org Date 2021-09-24 11:44:03 -0700 (Fri, 24 Sep 2021) Log Message [Media Controls] Allow for a close button https://bugs.webkit.org/show_bug.cgi?id=230761 Reviewed by Dean Jackson. Add a new close button with an

[webkit-changes] [283051] trunk/Source/WebCore

2021-09-24 Thread graouts
Title: [283051] trunk/Source/WebCore Revision 283051 Author grao...@webkit.org Date 2021-09-24 11:46:04 -0700 (Fri, 24 Sep 2021) Log Message [Media Controls] RangeButton doesn't show the fill indicator in fullscreen https://bugs.webkit.org/show_bug.cgi?id=230759 Reviewed by Dean Jackson

[webkit-changes] [283064] trunk/Source/WebCore

2021-09-24 Thread graouts
Title: [283064] trunk/Source/WebCore Revision 283064 Author grao...@webkit.org Date 2021-09-24 15:35:51 -0700 (Fri, 24 Sep 2021) Log Message [Media Controls] Allow for a close button https://bugs.webkit.org/show_bug.cgi?id=230761 Reviewed by Dean Jackson. Add a new close button with an

[webkit-changes] [285256] trunk

2021-11-04 Thread graouts
Title: [285256] trunk Revision 285256 Author grao...@webkit.org Date 2021-11-04 01:57:49 -0700 (Thu, 04 Nov 2021) Log Message REGRESSION (r268932): CPU usage higher than expected with sibling elements running WebAnimations https://bugs.webkit.org/show_bug.cgi?id=228833 Reviewed by Antti

[webkit-changes] [285259] trunk/Source/WTF

2021-11-04 Thread graouts
Title: [285259] trunk/Source/WTF Revision 285259 Author grao...@webkit.org Date 2021-11-04 05:25:42 -0700 (Thu, 04 Nov 2021) Log Message Make PreferPageRenderingUpdatesNear60FPSEnabled experimental rather than internal https://bugs.webkit.org/show_bug.cgi?id=232702 Reviewed by Tim Horton

[webkit-changes] [285342] trunk/Source/WebCore

2021-11-05 Thread graouts
Title: [285342] trunk/Source/WebCore Revision 285342 Author grao...@webkit.org Date 2021-11-05 09:32:31 -0700 (Fri, 05 Nov 2021) Log Message [Media Controls] range buttons don't prevent scrolling while dragging https://bugs.webkit.org/show_bug.cgi?id=232757 Reviewed by Dean Jackson. Si

<    1   2   3   4   5   6   7   8   9   10   >