[webkit-changes] cvs commit: WebCore/kwq KWQIntDict.h

Darin darin at opensource.apple.com
Wed Jun 22 20:15:27 PDT 2005


darin       05/06/22 20:15:27

  Modified:    .        ChangeLog
               ForwardingHeaders qintdict.h
  Added:       ForwardingHeaders qptrcollection.h qsize.h
               ForwardingHeaders/kjs value.h
               kwq      KWQIntDict.h
  Log:
          - added forwarding headers as needed for Eric Seidel's KDOM work
            see <http://bugzilla.opendarwin.org/show_bug.cgi?id=3655>
  
          * ForwardingHeaders/kjs/value.h: Added.
          * ForwardingHeaders/qintdict.h: Added an include.
          * ForwardingHeaders/qptrcollection.h: Added.
          * ForwardingHeaders/qsize.h: Added.
          * kwq/KWQIntDict.h: Added. Empty file.
  
  Revision  Changes    Path
  1.4305    +11 -0     WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.4304
  retrieving revision 1.4305
  diff -u -r1.4304 -r1.4305
  --- ChangeLog	22 Jun 2005 21:05:56 -0000	1.4304
  +++ ChangeLog	23 Jun 2005 03:15:23 -0000	1.4305
  @@ -1,5 +1,16 @@
   2005-06-22  Darin Adler  <darin at apple.com>
   
  +        - added forwarding headers as needed for Eric Seidel's KDOM work
  +          see <http://bugzilla.opendarwin.org/show_bug.cgi?id=3655>
  +
  +        * ForwardingHeaders/kjs/value.h: Added.
  +        * ForwardingHeaders/qintdict.h: Added an include.
  +        * ForwardingHeaders/qptrcollection.h: Added.
  +        * ForwardingHeaders/qsize.h: Added.
  +        * kwq/KWQIntDict.h: Added. Empty file.
  +
  +2005-06-22  Darin Adler  <darin at apple.com>
  +
           Reviewed by Vicki.
   
           Test cases added:
  
  
  
  1.2       +1 -0      WebCore/ForwardingHeaders/qintdict.h
  
  Index: qintdict.h
  ===================================================================
  RCS file: /cvs/root/WebCore/ForwardingHeaders/qintdict.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- qintdict.h	24 Oct 2002 20:28:11 -0000	1.1
  +++ qintdict.h	23 Jun 2005 03:15:26 -0000	1.2
  @@ -0,0 +1 @@
  +#import "KWQIntDict.h"
  
  
  
  1.1                  WebCore/ForwardingHeaders/qptrcollection.h
  
  Index: qptrcollection.h
  ===================================================================
  #import "KWQCollection.h"
  
  
  
  1.3       +1 -1      WebCore/ForwardingHeaders/qsize.h
  
  
  
  
  1.1                  WebCore/ForwardingHeaders/kjs/value.h
  
  Index: value.h
  ===================================================================
  #import <JavaScriptCore/value.h>
  
  
  
  1.1                  WebCore/kwq/KWQIntDict.h
  
  	<<Binary file>>
  
  



More information about the webkit-changes mailing list