WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
20604
AnimationController.cpp should be split into separate files
https://bugs.webkit.org/show_bug.cgi?id=20604
Summary
AnimationController.cpp should be split into separate files
Chris Marrin
Reported
2008-09-02 11:39:00 PDT
The file has gotten very large and unweildy. I propose we split it into 5 parts: AnimationController CompositeAnimation AnimationBase ImplicitAnimation KeyframeAnimation and put them all into a new subdirectory of page named 'animation'
Attachments
Patch to fix bug
(387.29 KB, patch)
2008-09-02 11:52 PDT
,
Chris Marrin
hyatt
: review-
Details
Formatted Diff
Diff
Second attempt at patch to fix issues in WebCore.vcproj
(388.27 KB, patch)
2008-09-02 15:26 PDT
,
Chris Marrin
hyatt
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Chris Marrin
Comment 1
2008-09-02 11:52:09 PDT
Created
attachment 23122
[details]
Patch to fix bug
Dave Hyatt
Comment 2
2008-09-02 15:16:29 PDT
Comment on
attachment 23122
[details]
Patch to fix bug The Windows project file changes aren't right. Each file needs to get its own individual <File> entry. Look more closely at the file and you'll see what I mean.
Chris Marrin
Comment 3
2008-09-02 15:26:55 PDT
Created
attachment 23129
[details]
Second attempt at patch to fix issues in WebCore.vcproj
Dave Hyatt
Comment 4
2008-09-02 15:35:20 PDT
Comment on
attachment 23129
[details]
Second attempt at patch to fix issues in WebCore.vcproj r=me
Dean Jackson
Comment 5
2008-09-02 18:37:52 PDT
Committed
r36031
M WebCore/GNUmakefile.am M WebCore/WebCore.xcodeproj/project.pbxproj M WebCore/WebCore.pro M WebCore/ChangeLog M WebCore/WebCore.vcproj/WebCore.vcproj M WebCore/WebCoreSources.bkl D WebCore/page/AnimationController.h D WebCore/page/AnimationController.cpp A WebCore/page/animation/AnimationBase.h A WebCore/page/animation/ImplicitAnimation.h A WebCore/page/animation/CompositeAnimation.cpp A WebCore/page/animation/AnimationController.cpp A WebCore/page/animation/KeyframeAnimation.cpp A WebCore/page/animation/CompositeAnimation.h A WebCore/page/animation/AnimationController.h A WebCore/page/animation/KeyframeAnimation.h A WebCore/page/animation/AnimationBase.cpp A WebCore/page/animation/ImplicitAnimation.cpp
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug