RESOLVED FIXED 122820
Tighten animation-driven restyle to operate on Element only.
https://bugs.webkit.org/show_bug.cgi?id=122820
Summary Tighten animation-driven restyle to operate on Element only.
Andreas Kling
Reported 2013-10-15 01:29:44 PDT
Tighten animation-driven restyle to operate on Element only.
Attachments
Patch (7.69 KB, patch)
2013-10-15 01:30 PDT, Andreas Kling
koivisto: review+
Patch for landing (8.02 KB, patch)
2013-10-17 14:15 PDT, Andreas Kling
commit-queue: commit-queue-
Andreas Kling
Comment 1 2013-10-15 01:30:35 PDT
Antti Koivisto
Comment 2 2013-10-15 04:08:01 PDT
Comment on attachment 214242 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=214242&action=review > Source/WebCore/page/animation/AnimationControllerPrivate.h:73 > - void addNodeChangeToDispatch(PassRefPtr<Node>); > + void addElementChangeToDispatch(Element*); The function does take ownership so I think PassRefPtr argument would still be appropriate.
Andreas Kling
Comment 3 2013-10-17 14:15:06 PDT
Created attachment 214507 [details] Patch for landing
WebKit Commit Bot
Comment 4 2013-10-22 06:02:26 PDT
Comment on attachment 214507 [details] Patch for landing Rejecting attachment 214507 [details] from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.appspot.com', '--bot-id=webkit-cq-03', 'apply-attachment', '--no-update', '--non-interactive', 214507, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit Last 500 characters of output: 3 hunks FAILED -- saving rejects to file Source/WebCore/page/animation/AnimationController.cpp.rej patching file Source/WebCore/page/animation/AnimationController.h patching file Source/WebCore/page/animation/AnimationControllerPrivate.h Hunk #3 FAILED at 133. 1 out of 3 hunks FAILED -- saving rejects to file Source/WebCore/page/animation/AnimationControllerPrivate.h.rej Failed to run "[u'/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply', '--force']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit Full output: http://webkit-queues.appspot.com/results/8788310
Andreas Kling
Comment 5 2013-10-23 03:54:15 PDT
Note You need to log in before you can comment on or make changes to this bug.