[webkit-changes] cvs commit: WebKit/History.subproj WebBackForwardList.m

Geoffrey ggaren at opensource.apple.com
Tue Sep 6 16:46:40 PDT 2005


ggaren      05/09/06 16:46:39

  Modified:    .        ChangeLog
               History.subproj WebBackForwardList.m
  Log:
          - fixed build bustage from last checkin.
  
          Reviewed by haytt.
  
          * History.subproj/WebBackForwardList.m:
          (-[WebBackForwardList pageCacheSize]): updated debug printf since we no
          longer have a variable called 'multiplier'
  
  Revision  Changes    Path
  1.3312    +10 -0     WebKit/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebKit/ChangeLog,v
  retrieving revision 1.3311
  retrieving revision 1.3312
  diff -u -r1.3311 -r1.3312
  --- ChangeLog	6 Sep 2005 21:40:10 -0000	1.3311
  +++ ChangeLog	6 Sep 2005 23:46:33 -0000	1.3312
  @@ -1,3 +1,13 @@
  +2005-09-06  Geoffrey Garen  <ggaren at apple.com>
  +
  +        - fixed build bustage from last checkin.
  +        
  +        Reviewed by haytt.
  +
  +        * History.subproj/WebBackForwardList.m:
  +        (-[WebBackForwardList pageCacheSize]): updated debug printf since we no
  +        longer have a variable called 'multiplier'
  +
   2005-09-06  David Hyatt  <hyatt at apple.com>
   
   	Reduce the # of cached pages for a back/forward list.  The old cache would cache the
  
  
  
  1.46      +1 -1      WebKit/History.subproj/WebBackForwardList.m
  
  Index: WebBackForwardList.m
  ===================================================================
  RCS file: /cvs/root/WebKit/History.subproj/WebBackForwardList.m,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- WebBackForwardList.m	6 Sep 2005 21:40:12 -0000	1.45
  +++ WebBackForwardList.m	6 Sep 2005 23:46:39 -0000	1.46
  @@ -321,7 +321,7 @@
   
   #ifndef NDEBUG
           if (!loggedPageCacheSize){
  -            LOG (CacheSizes, "Page cache size set to %d pages.", s * multiplier);
  +            LOG (CacheSizes, "Page cache size set to %d pages.", _private->pageCacheSize);
               loggedPageCacheSize = YES;
           }
   #endif
  
  
  



More information about the webkit-changes mailing list