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

Timothy thatcher at opensource.apple.com
Fri Sep 16 12:25:10 PDT 2005


thatcher    05/09/16 12:25:10

  Modified:    .        Tag: Safari-Den-branch ChangeLog
               kwq      Tag: Safari-Den-branch WebCoreBridge.h
                        WebCoreBridge.mm
  Log:
          Merged fix from TOT to Safari-Den-branch
  
      2005-09-14  Justin Garcia  <justin.garcia at apple.com>
  
          Reviewed by john
  
          Test cases added: none, method rename
  
          Part of fix for <rdar://problem/4237479> REGRESSION (Cambridge-Denver): old QuickTime movie continues to play sound after reload
  
          * kwq/WebCoreBridge.h:
          * kwq/WebCoreBridge.mm:
          (-[WebCoreBridge handleFallbackContent]):
          Renamed bridge method mainResourceError to handleFallbackContent, since there are some
          main resource errors for which we should not render fallback content.  E.G user cancels
          and the cancel we do to prevent loading plugin content twice (see <rdar://problem/4258008>)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.23.2.3 +19 -0     WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.1.2.23.2.2
  retrieving revision 1.1.2.23.2.3
  diff -u -r1.1.2.23.2.2 -r1.1.2.23.2.3
  --- ChangeLog	16 Sep 2005 18:12:51 -0000	1.1.2.23.2.2
  +++ ChangeLog	16 Sep 2005 19:25:07 -0000	1.1.2.23.2.3
  @@ -1,3 +1,22 @@
  +2005-09-16  Timothy Hatcher  <timothy at apple.com>
  +
  +        Merged fix from TOT to Safari-Den-branch
  +
  +    2005-09-14  Justin Garcia  <justin.garcia at apple.com>
  +
  +        Reviewed by john
  +        
  +        Test cases added: none, method rename
  +        
  +        Part of fix for <rdar://problem/4237479> REGRESSION (Cambridge-Denver): old QuickTime movie continues to play sound after reload
  +
  +        * kwq/WebCoreBridge.h:
  +        * kwq/WebCoreBridge.mm:
  +        (-[WebCoreBridge handleFallbackContent]):
  +        Renamed bridge method mainResourceError to handleFallbackContent, since there are some 
  +        main resource errors for which we should not render fallback content.  E.G user cancels 
  +        and the cancel we do to prevent loading plugin content twice (see <rdar://problem/4258008>)
  +
   2005-09-16  Timothy Hatcher  <thatcher at apple.com>
   
           Merged fix from TOT to Safari-Den-branch
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.327.8.5.2.1 +1 -1      WebCore/kwq/WebCoreBridge.h
  
  Index: WebCoreBridge.h
  ===================================================================
  RCS file: /cvs/root/WebCore/kwq/WebCoreBridge.h,v
  retrieving revision 1.327.8.5
  retrieving revision 1.327.8.5.2.1
  diff -u -r1.327.8.5 -r1.327.8.5.2.1
  --- WebCoreBridge.h	9 Aug 2005 23:52:19 -0000	1.327.8.5
  +++ WebCoreBridge.h	16 Sep 2005 19:25:08 -0000	1.327.8.5.2.1
  @@ -226,7 +226,7 @@
   - (void)end;
   - (void)stop;
   
  -- (void)mainResourceError;
  +- (void)handleFallbackContent;
   
   - (NSURL *)URL;
   - (NSURL *)baseURL;
  
  
  
  1.382.2.7.2.2 +1 -1      WebCore/kwq/WebCoreBridge.mm
  
  Index: WebCoreBridge.mm
  ===================================================================
  RCS file: /cvs/root/WebCore/kwq/WebCoreBridge.mm,v
  retrieving revision 1.382.2.7.2.1
  retrieving revision 1.382.2.7.2.2
  diff -u -r1.382.2.7.2.1 -r1.382.2.7.2.2
  --- WebCoreBridge.mm	16 Sep 2005 02:54:32 -0000	1.382.2.7.2.1
  +++ WebCoreBridge.mm	16 Sep 2005 19:25:09 -0000	1.382.2.7.2.2
  @@ -511,7 +511,7 @@
       _part->stop();
   }
   
  -- (void)mainResourceError
  +- (void)handleFallbackContent
   {
       _part->handleFallbackContent();
   }
  
  
  



More information about the webkit-changes mailing list