[webkit-changes] cvs commit: WebKitTools/DrawTest DrawTestDocument.m DrawTestToolbarController.m DrawTestView.h DrawTestView.m SVGTest.m TestController.m

Eric eseidel at opensource.apple.com
Mon Sep 26 18:40:35 PDT 2005


eseidel     05/09/26 18:40:34

  Modified:    .        ChangeLog
               DrawTest DrawTestDocument.m DrawTestToolbarController.m
                        DrawTestView.h DrawTestView.m SVGTest.m
                        TestController.m
  Log:
  Bug #: 5141
  Submitted by: eseidel
  Reviewed by: none needed, svg build fix only.
          * DrawTest/DrawTestDocument.m:
          * DrawTest/DrawTestToolbarController.m:
          * DrawTest/DrawTestView.h:
          * DrawTest/DrawTestView.m:
          * DrawTest/SVGTest.m:
          * DrawTest/TestController.m:
          Updated for WebCore+SVG -> WebCore rename.
          http://bugzilla.opendarwin.org/show_bug.cgi?id=5141
  
  Revision  Changes    Path
  1.107     +13 -0     WebKitTools/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebKitTools/ChangeLog,v
  retrieving revision 1.106
  retrieving revision 1.107
  diff -u -r1.106 -r1.107
  --- ChangeLog	26 Sep 2005 22:54:23 -0000	1.106
  +++ ChangeLog	27 Sep 2005 01:40:33 -0000	1.107
  @@ -1,5 +1,18 @@
   2005-09-26  Eric Seidel  <eseidel at apple.com>
   
  +        No review needed, SVG build fix only.
  +
  +        * DrawTest/DrawTestDocument.m:
  +        * DrawTest/DrawTestToolbarController.m:
  +        * DrawTest/DrawTestView.h:
  +        * DrawTest/DrawTestView.m:
  +        * DrawTest/SVGTest.m:
  +        * DrawTest/TestController.m:
  +        Updated for WebCore+SVG -> WebCore rename.
  +        http://bugzilla.opendarwin.org/show_bug.cgi?id=5141
  +
  +2005-09-26  Eric Seidel  <eseidel at apple.com>
  +
           Reviewed by hyatt.
   
           * DumpRenderTree/DumpRenderTree.m:
  
  
  
  1.2       +1 -1      WebKitTools/DrawTest/DrawTestDocument.m
  
  Index: DrawTestDocument.m
  ===================================================================
  RCS file: /cvs/root/WebKitTools/DrawTest/DrawTestDocument.m,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DrawTestDocument.m	29 Jul 2005 19:20:20 -0000	1.1
  +++ DrawTestDocument.m	27 Sep 2005 01:40:33 -0000	1.2
  @@ -27,7 +27,7 @@
   #import "DrawTestView.h"
   #import "DrawTestToolbarController.h"
   
  -#import <WebCore+SVG/DrawDocumentPrivate.h>
  +#import <WebCore/DrawDocumentPrivate.h>
   
   @implementation DrawTestDocument
   
  
  
  
  1.2       +1 -1      WebKitTools/DrawTest/DrawTestToolbarController.m
  
  Index: DrawTestToolbarController.m
  ===================================================================
  RCS file: /cvs/root/WebKitTools/DrawTest/DrawTestToolbarController.m,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DrawTestToolbarController.m	29 Jul 2005 19:20:20 -0000	1.1
  +++ DrawTestToolbarController.m	27 Sep 2005 01:40:33 -0000	1.2
  @@ -25,7 +25,7 @@
   
   #import "DrawTestToolbarController.h"
   
  -#import <WebCore+SVG/DrawViewPrivate.h>
  +#import <WebCore/DrawViewPrivate.h>
   
   enum
   {
  
  
  
  1.2       +1 -1      WebKitTools/DrawTest/DrawTestView.h
  
  Index: DrawTestView.h
  ===================================================================
  RCS file: /cvs/root/WebKitTools/DrawTest/DrawTestView.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DrawTestView.h	29 Jul 2005 19:20:20 -0000	1.1
  +++ DrawTestView.h	27 Sep 2005 01:40:33 -0000	1.2
  @@ -25,7 +25,7 @@
   
   #import <Cocoa/Cocoa.h>
   
  -#import <WebCore+SVG/DrawView.h>
  +#import <WebCore/DrawView.h>
   
   
   @interface DrawTestView : DrawView
  
  
  
  1.3       +2 -2      WebKitTools/DrawTest/DrawTestView.m
  
  Index: DrawTestView.m
  ===================================================================
  RCS file: /cvs/root/WebKitTools/DrawTest/DrawTestView.m,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DrawTestView.m	6 Aug 2005 08:44:31 -0000	1.2
  +++ DrawTestView.m	27 Sep 2005 01:40:33 -0000	1.3
  @@ -25,8 +25,8 @@
   
   #import "DrawTestView.h"
   
  -#import <WebCore+SVG/DrawViewPrivate.h>
  -#import <WebCore+SVG/DrawDocumentPrivate.h>
  +#import <WebCore/DrawViewPrivate.h>
  +#import <WebCore/DrawDocumentPrivate.h>
   
   @implementation DrawTestView
   
  
  
  
  1.2       +2 -2      WebKitTools/DrawTest/SVGTest.m
  
  Index: SVGTest.m
  ===================================================================
  RCS file: /cvs/root/WebKitTools/DrawTest/SVGTest.m,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SVGTest.m	29 Jul 2005 19:20:20 -0000	1.1
  +++ SVGTest.m	27 Sep 2005 01:40:33 -0000	1.2
  @@ -25,8 +25,8 @@
   
   #import "SVGTest.h"
   
  -#import <WebCore+SVG/DrawView.h>
  -#import <WebCore+SVG/DrawDocument.h>
  +#import <WebCore/DrawView.h>
  +#import <WebCore/DrawDocument.h>
   
   @implementation SVGTest
   
  
  
  
  1.3       +1 -1      WebKitTools/DrawTest/TestController.m
  
  Index: TestController.m
  ===================================================================
  RCS file: /cvs/root/WebKitTools/DrawTest/TestController.m,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TestController.m	11 Aug 2005 11:58:23 -0000	1.2
  +++ TestController.m	27 Sep 2005 01:40:33 -0000	1.3
  @@ -28,7 +28,7 @@
   #import "TestViewerSplitView.h"
   #import "ScalingImageView.h"
   
  -#import <WebCore+SVG/DrawView.h>
  +#import <WebCore/DrawView.h>
   
   @interface NSArray (TestControllerAdditions)
   - (id)firstObject;
  
  
  



More information about the webkit-changes mailing list