[webkit-changes] cvs commit: WebKit/WebView.subproj WebFrame.m

Maciej mjs at opensource.apple.com
Sat Jul 9 14:42:58 PDT 2005


mjs         05/07/09 14:42:58

  Modified:    .        ChangeLog
               WebView.subproj WebFrame.m
  Log:
          - fixed broken Development build
  
          * WebView.subproj/WebFrame.m:
          (-[WebFrame _purgePageCache]):
  
  Revision  Changes    Path
  1.3216    +7 -0      WebKit/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebKit/ChangeLog,v
  retrieving revision 1.3215
  retrieving revision 1.3216
  diff -u -r1.3215 -r1.3216
  --- ChangeLog	9 Jul 2005 07:05:28 -0000	1.3215
  +++ ChangeLog	9 Jul 2005 21:42:50 -0000	1.3216
  @@ -1,5 +1,12 @@
   2005-07-09  Maciej Stachowiak  <mjs at apple.com>
   
  +        - fixed broken Development build
  +
  +        * WebView.subproj/WebFrame.m:
  +        (-[WebFrame _purgePageCache]):
  +
  +2005-07-09  Maciej Stachowiak  <mjs at apple.com>
  +
           Reviewed by hyatt.
   
   	- fix page cache purging logic; this gets rid of a bug where the
  
  
  
  1.236     +1 -1      WebKit/WebView.subproj/WebFrame.m
  
  Index: WebFrame.m
  ===================================================================
  RCS file: /cvs/root/WebKit/WebView.subproj/WebFrame.m,v
  retrieving revision 1.235
  retrieving revision 1.236
  diff -u -r1.235 -r1.236
  --- WebFrame.m	9 Jul 2005 07:05:30 -0000	1.235
  +++ WebFrame.m	9 Jul 2005 21:42:57 -0000	1.236
  @@ -932,7 +932,7 @@
           if ([item hasPageCache]){
               // Snapback items are never directly purged here.
               if ([item alwaysAttemptToUsePageCache]) {
  -                LOG(PageCache, "Purging back/forward cache, %@\n", [oldestItem URL]);
  +                LOG(PageCache, "Purging back/forward cache, %@\n", [item URL]);
                   [item setHasPageCache: NO];
               }
           }
  
  
  



More information about the webkit-changes mailing list