[webkit-changes] cvs commit: SVGSupport/WebCore+SVG DrawView.mm

Eric eseidel at opensource.apple.com
Tue Sep 27 17:49:34 PDT 2005


eseidel     05/09/27 17:49:33

  Modified:    .        ChangeLog
               kcanvas/device/quartz KCanvasFilterQuartz.mm
                        KCanvasItemQuartz.mm KCanvasResourcesQuartz.mm
                        KRenderingPaintServerGradientQuartz.mm
               WebCore+SVG DrawView.mm
  Log:
  Bug #: none
  Submitted by: eseidel
  Reviewed by: none needed, svg build fix only.
          * WebCore+SVG/DrawView.mm:
          * kcanvas/device/quartz/KCanvasFilterQuartz.mm:
          * kcanvas/device/quartz/KCanvasItemQuartz.mm:
          * kcanvas/device/quartz/KCanvasResourcesQuartz.mm:
          * kcanvas/device/quartz/KRenderingPaintServerGradientQuartz.mm:
          Updated from KWQAssertions.h to kxmlcore/Assertions.h
  
  Revision  Changes    Path
  1.169     +11 -0     WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.168
  retrieving revision 1.169
  diff -u -r1.168 -r1.169
  --- ChangeLog	27 Sep 2005 23:36:06 -0000	1.168
  +++ ChangeLog	28 Sep 2005 00:49:29 -0000	1.169
  @@ -1,5 +1,16 @@
   2005-09-27  Eric Seidel  <eseidel at apple.com>
   
  +        No review necessary, SVG build fix only.
  +
  +        * WebCore+SVG/DrawView.mm:
  +        * kcanvas/device/quartz/KCanvasFilterQuartz.mm:
  +        * kcanvas/device/quartz/KCanvasItemQuartz.mm:
  +        * kcanvas/device/quartz/KCanvasResourcesQuartz.mm:
  +        * kcanvas/device/quartz/KRenderingPaintServerGradientQuartz.mm:
  +        Updated from KWQAssertions.h to kxmlcore/Assertions.h
  +
  +2005-09-27  Eric Seidel  <eseidel at apple.com>
  +
           Reviewed by mjs.
   
           Test cases for JSC fix:
  
  
  
  1.9       +1 -1      SVGSupport/kcanvas/device/quartz/KCanvasFilterQuartz.mm
  
  Index: KCanvasFilterQuartz.mm
  ===================================================================
  RCS file: /cvs/root/SVGSupport/kcanvas/device/quartz/KCanvasFilterQuartz.mm,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- KCanvasFilterQuartz.mm	23 Sep 2005 03:54:59 -0000	1.8
  +++ KCanvasFilterQuartz.mm	28 Sep 2005 00:49:32 -0000	1.9
  @@ -35,7 +35,7 @@
   
   #import <qrect.h>
   
  -#import "KWQAssertions.h"
  +#import <kxmlcore/Assertions.h>
   
   static QString KCPreviousFilterOutputName = QString::fromLatin1("__previousOutput__");
   
  
  
  
  1.5       +1 -1      SVGSupport/kcanvas/device/quartz/KCanvasItemQuartz.mm
  
  Index: KCanvasItemQuartz.mm
  ===================================================================
  RCS file: /cvs/root/SVGSupport/kcanvas/device/quartz/KCanvasItemQuartz.mm,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- KCanvasItemQuartz.mm	28 Aug 2005 10:48:28 -0000	1.4
  +++ KCanvasItemQuartz.mm	28 Sep 2005 00:49:32 -0000	1.5
  @@ -26,7 +26,7 @@
   
   #import "KCanvasItemQuartz.h"
   
  -#import "KWQAssertions.h"
  +#import <kxmlcore/Assertions.h>
   
   #import "KRenderingStyle.h"
   #import "KCanvas.h"
  
  
  
  1.4       +1 -1      SVGSupport/kcanvas/device/quartz/KCanvasResourcesQuartz.mm
  
  Index: KCanvasResourcesQuartz.mm
  ===================================================================
  RCS file: /cvs/root/SVGSupport/kcanvas/device/quartz/KCanvasResourcesQuartz.mm,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- KCanvasResourcesQuartz.mm	28 Aug 2005 10:48:28 -0000	1.3
  +++ KCanvasResourcesQuartz.mm	28 Sep 2005 00:49:32 -0000	1.4
  @@ -34,7 +34,7 @@
   
   #import "QuartzSupport.h"
   
  -#import "KWQAssertions.h"
  +#import <kxmlcore/Assertions.h>
   
   CGPathRef CGPathFromKCPathDataList(KCPathDataList pathData)
   {
  
  
  
  1.6       +1 -1      SVGSupport/kcanvas/device/quartz/KRenderingPaintServerGradientQuartz.mm
  
  Index: KRenderingPaintServerGradientQuartz.mm
  ===================================================================
  RCS file: /cvs/root/SVGSupport/kcanvas/device/quartz/KRenderingPaintServerGradientQuartz.mm,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- KRenderingPaintServerGradientQuartz.mm	8 Sep 2005 08:03:15 -0000	1.5
  +++ KRenderingPaintServerGradientQuartz.mm	28 Sep 2005 00:49:32 -0000	1.6
  @@ -35,7 +35,7 @@
   #import "KCanvasMatrix.h"
   #import "KRenderingDeviceQuartz.h"
   
  -#import "KWQAssertions.h"
  +#import <kxmlcore/Assertions.h>
   
   
   // Maybe this should be in a base class instead...
  
  
  
  1.6       +1 -1      SVGSupport/WebCore+SVG/DrawView.mm
  
  Index: DrawView.mm
  ===================================================================
  RCS file: /cvs/root/SVGSupport/WebCore+SVG/DrawView.mm,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- DrawView.mm	28 Aug 2005 11:08:05 -0000	1.5
  +++ DrawView.mm	28 Sep 2005 00:49:33 -0000	1.6
  @@ -23,7 +23,7 @@
    * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
    */
   
  -#import "KWQAssertions.h"
  +#import <kxmlcore/Assertions.h>
   
   #import "DrawViewPrivate.h"
   #import "DrawCanvasItem.h"
  
  
  



More information about the webkit-changes mailing list