Show
Ignore:
Timestamp:
12/14/07 12:25:33 (12 months ago)
Author:
darin@apple.com
Message:

WebKit/mac:

Reviewed by Brady.

  • WebView/WebView.mm: (-setFrameLoadDelegate:): Call sharedIconDatabase if the a didReceiveIcon method is present.

WebKitTools:

  • DumpRenderTree/mac/FrameLoadDelegate.mm: Don't implement didReceiveIcon delegate method since it now triggers unwanted icon loading. We only had it because we implemented "all" delegate methods here.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/mac/ChangeLog

    r28717 r28718  
     12007-12-14  Darin Adler  <darin@apple.com> 
     2 
     3        Reviewed by Brady. 
     4 
     5        - fix http://bugs.webkit.org/show_bug.cgi?id=16296 
     6          <rdar://problem/5635641> -[WebFrameLoadDelegate didReceiveIcon:forFrame:] never called 
     7 
     8        * WebView/WebView.mm: 
     9        (-[WebView setFrameLoadDelegate:]): Call [WebIconDatabase sharedIconDatabase] if the 
     10        a didReceiveIcon method is present. 
     11 
    1122007-12-14  Darin Adler  <darin@apple.com> 
    213