RESOLVED FIXED 47053
Rename (and move) RenderPath to svg/RenderSVGPath
https://bugs.webkit.org/show_bug.cgi?id=47053
Summary Rename (and move) RenderPath to svg/RenderSVGPath
Andreas Kling
Reported 2010-10-02 13:46:04 PDT
RenderPath should be renamed to RenderSVGPath and moved from WebCore/rendering/ to WebCore/rendering/svg/ See bug 46051 for more information.
Attachments
Proposed patch (80.76 KB, patch)
2010-10-02 13:53 PDT, Andreas Kling
no flags
Proposed patch v2 (80.80 KB, patch)
2010-10-02 14:16 PDT, Andreas Kling
krit: review-
Proposed patch v3 (59.23 KB, patch)
2010-10-04 01:21 PDT, Andreas Kling
kling: review-
Proposed patch v4 (83.59 KB, patch)
2010-10-06 22:15 PDT, Andreas Kling
zimmermann: review+
Andreas Kling
Comment 1 2010-10-02 13:53:24 PDT
Created attachment 69579 [details] Proposed patch
Andreas Kling
Comment 2 2010-10-02 14:02:44 PDT
Comment on attachment 69579 [details] Proposed patch Caught a typo, new patch coming.
Andreas Kling
Comment 3 2010-10-02 14:16:55 PDT
Created attachment 69580 [details] Proposed patch v2
Andreas Kling
Comment 4 2010-10-02 14:42:16 PDT
Note: The patch to rebaseline tests (needed due to renderName() change) is 19 MB, so I'm a little hesitant to upload it.
Dirk Schulze
Comment 5 2010-10-02 22:15:19 PDT
Comment on attachment 69580 [details] Proposed patch v2 View in context: https://bugs.webkit.org/attachment.cgi?id=69580&action=review You can either land this patch together with your next patches or update the 19MB :-) r- for the wrong moving of the files + s/isVGPath/isRenderSVGPath/ > WebCore/ChangeLog:8 > + Also renamed RenderObject::isRenderPath() to isSVGPath() isRenderSVGPath(), should really be similar to the name of the renderer. > WebCore/ChangeLog:22 > + * rendering/RenderPath.cpp: Removed. > + * rendering/RenderPath.h: Removed. > + * rendering/RenderSVGHiddenContainer.cpp: Please use 'svn mv' to move the files instead of copying. That is better for traversing the history.
Andreas Kling
Comment 6 2010-10-02 22:23:38 PDT
(In reply to comment #5) > > WebCore/ChangeLog:8 > > + Also renamed RenderObject::isRenderPath() to isSVGPath() > > isRenderSVGPath(), should really be similar to the name of the renderer. isSVGPath() is consistent with all the other RenderObject::isSVG*() methods. > > WebCore/ChangeLog:22 > > + * rendering/RenderPath.cpp: Removed. > > + * rendering/RenderPath.h: Removed. > > + * rendering/RenderSVGHiddenContainer.cpp: > > Please use 'svn mv' to move the files instead of copying. That is better for traversing the history. D'oh, of course! I was using 'git mv' and didn't verify that prepare-ChangeLog (and friends) supported it.
Dirk Schulze
Comment 7 2010-10-02 22:57:19 PDT
(In reply to comment #6) > (In reply to comment #5) > > > WebCore/ChangeLog:8 > > > + Also renamed RenderObject::isRenderPath() to isSVGPath() > > > > isRenderSVGPath(), should really be similar to the name of the renderer. > > isSVGPath() is consistent with all the other RenderObject::isSVG*() methods. > > > > WebCore/ChangeLog:22 > > > + * rendering/RenderPath.cpp: Removed. > > > + * rendering/RenderPath.h: Removed. > > > + * rendering/RenderSVGHiddenContainer.cpp: > > > > Please use 'svn mv' to move the files instead of copying. That is better for traversing the history. > > D'oh, of course! I was using 'git mv' and didn't verify that prepare-ChangeLog (and friends) supported it. Hm, you're right, leave isSVGPath().
Nikolas Zimmermann
Comment 8 2010-10-03 02:58:01 PDT
Patch looks great, please move everything with svn mv. I'm not here today, but Dirk may be able to review a revised version!
Andreas Kling
Comment 9 2010-10-04 01:21:40 PDT
Created attachment 69604 [details] Proposed patch v3 Same patch, but using 'svn mv' this time.
Dirk Schulze
Comment 10 2010-10-04 01:29:48 PDT
(In reply to comment #9) > Created an attachment (id=69604) [details] > Proposed patch v3 > > Same patch, but using 'svn mv' this time. Something looks wrong, the ChangeLog still says 'removed', and the RenderSVGPath files as well as the changes to these files are not in this patch.
Early Warning System Bot
Comment 11 2010-10-04 01:35:41 PDT
Dirk Schulze
Comment 12 2010-10-04 01:37:48 PDT
Sorry, ChangeLog looks ok. But the changes to RenderPath are missing :-(
Andreas Kling
Comment 13 2010-10-04 01:39:50 PDT
(In reply to comment #12) > Sorry, ChangeLog looks ok. But the changes to RenderPath are missing :-( Grahh, how do I convince svn to include the added file in the diff? It's marked "A" in "svn status"
Eric Seidel (no email)
Comment 14 2010-10-04 01:51:35 PDT
WebKit Review Bot
Comment 15 2010-10-04 02:14:58 PDT
WebKit Review Bot
Comment 16 2010-10-04 02:24:15 PDT
Andreas Kling
Comment 17 2010-10-06 22:15:22 PDT
Created attachment 70036 [details] Proposed patch v4 Let's hope the 4th time's the charm!
Nikolas Zimmermann
Comment 18 2010-10-07 00:11:22 PDT
Comment on attachment 70036 [details] Proposed patch v4 View in context: https://bugs.webkit.org/attachment.cgi?id=70036&action=review > WebCore/WebCore.vcproj/WebCore.vcproj:33063 > + RelativePath="..\rendering\svg\RenderSVGPath.cpp" This is problematic, you're now excluding this file from the build. If you do that, you have to add RenderSVGPath to rendering/RenderSVGAllInOne.cpp. But as we didn't do that before, I'd say revert the FileConfiguration part. r=me, if you fix that before landing, otherwhise win is broken.
Andreas Kling
Comment 19 2010-10-07 00:33:58 PDT
Note You need to log in before you can comment on or make changes to this bug.