[webkit-changes] cvs commit: SVGSupport/kdom/xpointer ElementSchemeImpl.h ShortHandImpl.h XMLNSSchemeImpl.h XPath1SchemeImpl.h XPointerSchemeImpl.h

Eric eseidel at opensource.apple.com
Sat Sep 3 01:02:30 PDT 2005


eseidel     05/09/03 01:02:29

  Modified:    .        ChangeLog
               WebCore.xcodeproj project.pbxproj
               kdom/core DocumentImpl.h
               kdom/xpointer ElementSchemeImpl.h ShortHandImpl.h
                        XMLNSSchemeImpl.h XPath1SchemeImpl.h
                        XPointerSchemeImpl.h
  Log:
  Bug #: 4790
  Submitted by: eseidel
  Reviewed by: none
          No review requested (only affects SVG), continuation of 4790.
  
          * WebCore.xcodeproj/project.pbxproj: updated include path
          * kdom/core/DocumentImpl.h: updated #include
          * kdom/xpointer/ElementSchemeImpl.h: ditto.
          * kdom/xpointer/ShortHandImpl.h: ditto.
          * kdom/xpointer/XMLNSSchemeImpl.h: ditto.
          * kdom/xpointer/XPath1SchemeImpl.h: ditto.
          * kdom/xpointer/XPointerSchemeImpl.h: ditto.
          http://bugzilla.opendarwin.org/show_bug.cgi?id=4790
  
  Revision  Changes    Path
  1.81      +13 -0     WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.80
  retrieving revision 1.81
  diff -u -r1.80 -r1.81
  --- ChangeLog	2 Sep 2005 21:34:45 -0000	1.80
  +++ ChangeLog	3 Sep 2005 08:02:25 -0000	1.81
  @@ -1,3 +1,16 @@
  +2005-09-02  Eric Seidel  <eseidel at apple.com>
  +
  +        No review requested (only affects SVG), continuation of 4790.
  +
  +        * WebCore.xcodeproj/project.pbxproj: updated include path
  +        * kdom/core/DocumentImpl.h: updated #include
  +        * kdom/xpointer/ElementSchemeImpl.h: ditto.
  +        * kdom/xpointer/ShortHandImpl.h: ditto.
  +        * kdom/xpointer/XMLNSSchemeImpl.h: ditto.
  +        * kdom/xpointer/XPath1SchemeImpl.h: ditto.
  +        * kdom/xpointer/XPointerSchemeImpl.h: ditto.
  +        http://bugzilla.opendarwin.org/show_bug.cgi?id=4790
  +
   2005-09-02  Adele Peterson  <adele at apple.com>
   
           Reviewed by Darin.
  
  
  
  1.21      +1 -9      WebCore/WebCore.xcodeproj/project.pbxproj
  
  Index: project.pbxproj
  ===================================================================
  RCS file: /cvs/root/WebCore/WebCore.xcodeproj/project.pbxproj,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- project.pbxproj	1 Sep 2005 09:39:00 -0000	1.20
  +++ project.pbxproj	3 Sep 2005 08:02:26 -0000	1.21
  @@ -4915,15 +4915,7 @@
   		A8C0FB2E089701F700BA5114 /* xpointer */ = {
   			isa = PBXGroup;
   			children = (
  -				A8C0FB2F089701F700BA5114 /* impl */,
   				A8C0FB46089701F700BA5114 /* kdomxpointer.h */,
  -			);
  -			path = xpointer;
  -			sourceTree = "<group>";
  -		};
  -		A8C0FB2F089701F700BA5114 /* impl */ = {
  -			isa = PBXGroup;
  -			children = (
   				A8C0FB30089701F700BA5114 /* ElementSchemeImpl.cpp */,
   				A8C0FB31089701F700BA5114 /* ElementSchemeImpl.h */,
   				A8C0FB32089701F700BA5114 /* NBCImpl.cpp */,
  @@ -4949,7 +4941,7 @@
   				A8C0FB44089701F700BA5114 /* XPointerSchemeImpl.cpp */,
   				A8C0FB45089701F700BA5114 /* XPointerSchemeImpl.h */,
   			);
  -			path = impl;
  +			path = xpointer;
   			sourceTree = "<group>";
   		};
   		A8C0FB51089701F700BA5114 /* kcanvas */ = {
  
  
  
  1.7       +1 -1      SVGSupport/kdom/core/DocumentImpl.h
  
  Index: DocumentImpl.h
  ===================================================================
  RCS file: /cvs/root/SVGSupport/kdom/core/DocumentImpl.h,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- DocumentImpl.h	2 Sep 2005 10:03:01 -0000	1.6
  +++ DocumentImpl.h	3 Sep 2005 08:02:28 -0000	1.7
  @@ -43,7 +43,7 @@
   #include <kdom/range/DocumentRangeImpl.h>
   #include <kdom/events/DocumentEventImpl.h>
   #include <kdom/traversal/DocumentTraversalImpl.h>
  -#include <kdom/xpointer/impl/XPointerEvaluatorImpl.h>
  +#include <kdom/xpointer/XPointerEvaluatorImpl.h>
   #include <kdom/xpath/XPathEvaluatorImpl.h>
   
   class QPaintDevice;
  
  
  
  1.5       +1 -1      SVGSupport/kdom/xpointer/ElementSchemeImpl.h
  
  Index: ElementSchemeImpl.h
  ===================================================================
  RCS file: /cvs/root/SVGSupport/kdom/xpointer/ElementSchemeImpl.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ElementSchemeImpl.h	2 Sep 2005 10:03:14 -0000	1.4
  +++ ElementSchemeImpl.h	3 Sep 2005 08:02:28 -0000	1.5
  @@ -23,7 +23,7 @@
   #ifndef KDOM_XPointer_ElementSchemeImpl_H
   #define KDOM_XPointer_ElementSchemeImpl_H
   
  -#include <kdom/xpointer/impl/PointerPartImpl.h>
  +#include <kdom/xpointer/PointerPartImpl.h>
   
   #include <q3valuelist.h>
   #include <qstringlist.h>
  
  
  
  1.4       +1 -1      SVGSupport/kdom/xpointer/ShortHandImpl.h
  
  Index: ShortHandImpl.h
  ===================================================================
  RCS file: /cvs/root/SVGSupport/kdom/xpointer/ShortHandImpl.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ShortHandImpl.h	1 Sep 2005 07:34:08 -0000	1.3
  +++ ShortHandImpl.h	3 Sep 2005 08:02:28 -0000	1.4
  @@ -23,7 +23,7 @@
   #ifndef KDOM_XPointer_ShortHandImpl_H
   #define KDOM_XPointer_ShortHandImpl_H
   
  -#include <kdom/xpointer/impl/PointerPartImpl.h>
  +#include <kdom/xpointer/PointerPartImpl.h>
   
   namespace KDOM
   {
  
  
  
  1.4       +1 -1      SVGSupport/kdom/xpointer/XMLNSSchemeImpl.h
  
  Index: XMLNSSchemeImpl.h
  ===================================================================
  RCS file: /cvs/root/SVGSupport/kdom/xpointer/XMLNSSchemeImpl.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XMLNSSchemeImpl.h	1 Sep 2005 07:34:08 -0000	1.3
  +++ XMLNSSchemeImpl.h	3 Sep 2005 08:02:28 -0000	1.4
  @@ -23,7 +23,7 @@
   #ifndef KDOM_XPointer_XMLNSSchemeImpl_H
   #define KDOM_XPointer_XMLNSSchemeImpl_H
   
  -#include <kdom/xpointer/impl/NBCImpl.h>
  +#include <kdom/xpointer/NBCImpl.h>
   
   namespace KDOM
   {
  
  
  
  1.4       +1 -1      SVGSupport/kdom/xpointer/XPath1SchemeImpl.h
  
  Index: XPath1SchemeImpl.h
  ===================================================================
  RCS file: /cvs/root/SVGSupport/kdom/xpointer/XPath1SchemeImpl.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XPath1SchemeImpl.h	1 Sep 2005 07:34:08 -0000	1.3
  +++ XPath1SchemeImpl.h	3 Sep 2005 08:02:28 -0000	1.4
  @@ -23,7 +23,7 @@
   #ifndef KDOM_XPointer_XPointerSchemeImpl_H
   #define KDOM_XPointer_XPointerSchemeImpl_H
   
  -#include <kdom/xpointer/impl/PointerPartImpl.h>
  +#include <kdom/xpointer/PointerPartImpl.h>
   
   namespace KDOM
   {
  
  
  
  1.4       +1 -1      SVGSupport/kdom/xpointer/XPointerSchemeImpl.h
  
  Index: XPointerSchemeImpl.h
  ===================================================================
  RCS file: /cvs/root/SVGSupport/kdom/xpointer/XPointerSchemeImpl.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XPointerSchemeImpl.h	1 Sep 2005 07:34:10 -0000	1.3
  +++ XPointerSchemeImpl.h	3 Sep 2005 08:02:28 -0000	1.4
  @@ -23,7 +23,7 @@
   #ifndef KDOM_XPointer_XPointerSchemeImpl_H
   #define KDOM_XPointer_XPointerSchemeImpl_H
   
  -#include <kdom/xpointer/impl/PointerPartImpl.h>
  +#include <kdom/xpointer/PointerPartImpl.h>
   
   namespace KDOM
   {
  
  
  



More information about the webkit-changes mailing list