Skip to content
  • cblu's avatar
    WebKit: · 45fa1a35
    cblu authored
    	Fixed: 3043024 - Built-in icons should match on *whatever.com or *whatever.whatever
    	implemented wizzy scaling, but ifdef'd it out
    
            * Misc.subproj/WebIconDatabase.m:
            (-[WebIconDatabase iconForSiteURL:withSize:]): call _builtItIconsForHost
            (-[WebIconDatabase _hasIconForSiteURL:]): call _builtItIconsForHost
            (-[WebIconDatabase _iconForFileURL:withSize:]): call _iconByScalingIcon:toSize:
            (-[WebIconDatabase _builtItIconsForHost:]): use better host matching
            (-[WebIconDatabase _cachedIconFromArray:withSize:]): call _iconByScalingIcon:toSize:
            (-[WebIconDatabase _iconByScalingIcon:toSize:]): renamed, ifdef'd out wizzy scaling
    
    WebBrowser:
    
    	Release alloc'd image.
    
            * AppController.m:
            (-[AppController _installBuiltItIcons]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1958 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    45fa1a35