[webkit-changes] cvs commit: WebKit ChangeLog PublicHeaderChangesFromTiger.txt

John sullivan at opensource.apple.com
Mon Aug 1 14:31:08 PDT 2005


sullivan    05/08/01 14:31:08

  Modified:    .        ChangeLog PublicHeaderChangesFromTiger.txt
  Log:
          * PublicHeaderChangesFromTiger.txt:
          added a comment about isTextField -> _isTextField
  
  Revision  Changes    Path
  1.3275    +5 -0      WebKit/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebKit/ChangeLog,v
  retrieving revision 1.3274
  retrieving revision 1.3275
  diff -u -r1.3274 -r1.3275
  --- ChangeLog	1 Aug 2005 21:19:40 -0000	1.3274
  +++ ChangeLog	1 Aug 2005 21:31:04 -0000	1.3275
  @@ -1,5 +1,10 @@
   2005-08-01  John Sullivan  <sullivan at apple.com>
   
  +        * PublicHeaderChangesFromTiger.txt:
  +        added a comment about isTextField -> _isTextField
  +
  +2005-08-01  John Sullivan  <sullivan at apple.com>
  +
           Patch by Trey Matteson <trey at usa.net>
           Reviewed by me.
   
  
  
  
  1.3       +5 -0      WebKit/PublicHeaderChangesFromTiger.txt
  
  Index: PublicHeaderChangesFromTiger.txt
  ===================================================================
  RCS file: /cvs/root/WebKit/PublicHeaderChangesFromTiger.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PublicHeaderChangesFromTiger.txt	22 Jul 2005 18:09:24 -0000	1.2
  +++ PublicHeaderChangesFromTiger.txt	1 Aug 2005 21:31:05 -0000	1.3
  @@ -3,6 +3,11 @@
   When you make changes to public header files, please update this file, in the same general style as the ChangeLog file (new entries at top).
   ===============================================
   
  +2005-08-01  John Sullivan  <sullivan at apple.com>
  +
  +Removed -[DOMHTMLInputElement isTextField] from DOMExtensions.h. I changed it to _isTextField and put it in
  +DOMPrivate.h instead, until we decide what we want to do about the public API.
  +
   2005-07-22  John Sullivan  <sullivan at apple.com>
   
   Added -[DOMHTMLInputElement isTextField] to DOMExtensions.h (in WebCore, copied by build steps to WebKit).
  
  
  



More information about the webkit-changes mailing list