[webkit-changes] cvs commit: SVGSupport/WebCore+SVG DrawCanvasItemPrivate.h DrawDocumentPrivate.h DrawViewPrivate.h NSSVGImageRep.m

Eric eseidel at opensource.apple.com
Mon Sep 26 19:10:50 PDT 2005


eseidel     05/09/26 19:10:50

  Modified:    .        ChangeLog
               WebCore+SVG DrawCanvasItemPrivate.h DrawDocumentPrivate.h
                        DrawViewPrivate.h NSSVGImageRep.m
  Log:
  Bug #: 5141
  Submitted by: eseidel
  Reviewed by: none needed, svg build fix only.
          Fixes code to match WebCore+SVG -> WebCore rename.
          http://bugzilla.opendarwin.org/show_bug.cgi?id=5141
  
          * WebCore+SVG/DrawCanvasItemPrivate.h:
          * WebCore+SVG/DrawDocumentPrivate.h:
          * WebCore+SVG/DrawViewPrivate.h:
          * WebCore+SVG/NSSVGImageRep.m:
  
  Revision  Changes    Path
  1.166     +12 -0     WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.165
  retrieving revision 1.166
  diff -u -r1.165 -r1.166
  --- ChangeLog	26 Sep 2005 22:32:34 -0000	1.165
  +++ ChangeLog	27 Sep 2005 02:10:48 -0000	1.166
  @@ -1,5 +1,17 @@
   2005-09-26  Eric Seidel  <eseidel at apple.com>
   
  +        No review needed, svg build fix only.
  +        
  +        Fixes code to match WebCore+SVG -> WebCore rename.
  +        http://bugzilla.opendarwin.org/show_bug.cgi?id=5141
  +
  +        * WebCore+SVG/DrawCanvasItemPrivate.h:
  +        * WebCore+SVG/DrawDocumentPrivate.h:
  +        * WebCore+SVG/DrawViewPrivate.h:
  +        * WebCore+SVG/NSSVGImageRep.m:
  +
  +2005-09-26  Eric Seidel  <eseidel at apple.com>
  +
           Reviewed by hyatt.
   
           Landing the W3C XHTML DOM test suites.
  
  
  
  1.3       +1 -1      SVGSupport/WebCore+SVG/DrawCanvasItemPrivate.h
  
  Index: DrawCanvasItemPrivate.h
  ===================================================================
  RCS file: /cvs/root/SVGSupport/WebCore+SVG/DrawCanvasItemPrivate.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DrawCanvasItemPrivate.h	11 Aug 2005 11:33:29 -0000	1.2
  +++ DrawCanvasItemPrivate.h	27 Sep 2005 02:10:49 -0000	1.3
  @@ -29,7 +29,7 @@
    Do NOT depend on these SPIs or files as they will soon be gone.
   */
   
  -#import <WebCore+SVG/DrawCanvasItem.h>
  +#import <WebCore/DrawCanvasItem.h>
   
   class KCanvasItem;
   
  
  
  
  1.4       +1 -1      SVGSupport/WebCore+SVG/DrawDocumentPrivate.h
  
  Index: DrawDocumentPrivate.h
  ===================================================================
  RCS file: /cvs/root/SVGSupport/WebCore+SVG/DrawDocumentPrivate.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DrawDocumentPrivate.h	11 Aug 2005 11:33:29 -0000	1.3
  +++ DrawDocumentPrivate.h	27 Sep 2005 02:10:49 -0000	1.4
  @@ -30,7 +30,7 @@
   */
   
   
  -#import <WebCore+SVG/DrawDocument.h>
  +#import <WebCore/DrawDocument.h>
   
   @class DrawView;
   @class DrawCanvasItem;
  
  
  
  1.4       +1 -1      SVGSupport/WebCore+SVG/DrawViewPrivate.h
  
  Index: DrawViewPrivate.h
  ===================================================================
  RCS file: /cvs/root/SVGSupport/WebCore+SVG/DrawViewPrivate.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DrawViewPrivate.h	28 Aug 2005 11:08:05 -0000	1.3
  +++ DrawViewPrivate.h	27 Sep 2005 02:10:49 -0000	1.4
  @@ -29,7 +29,7 @@
    Do NOT depend on these SPIs or files as they will soon be gone.
   */
   
  -#include <WebCore+SVG/DrawView.h>
  +#include <WebCore/DrawView.h>
   
   extern NSArray *DrawViewDragTypes;
   
  
  
  
  1.2       +2 -2      SVGSupport/WebCore+SVG/NSSVGImageRep.m
  
  Index: NSSVGImageRep.m
  ===================================================================
  RCS file: /cvs/root/SVGSupport/WebCore+SVG/NSSVGImageRep.m,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NSSVGImageRep.m	29 Jul 2005 20:22:51 -0000	1.1
  +++ NSSVGImageRep.m	27 Sep 2005 02:10:49 -0000	1.2
  @@ -25,8 +25,8 @@
   
   #import "NSSVGImageRep.h"
   
  -#import <WebCore+SVG/DrawDocumentPrivate.h>
  -#import <WebCore+SVG/DrawView.h>
  +#import "DrawDocumentPrivate.h"
  +#import "DrawView.h"
   
   static NSString *SVGDataPasteboardType = @"SVGDataPasteboardType";
   
  
  
  



More information about the webkit-changes mailing list