Skip to content
  • darin's avatar
    Tools: · f4fe8b9e
    darin authored
            * Scripts/blame-malloc-history: Added.
            * Scripts/count-malloc-history: Added.
            * Scripts/diff-malloc-history: Added.
    
    WebFoundation:
    
            * CacheLoader.subproj/WebResourceHandle.m: (-[WebResourceHandle description]):
    	Used a description in a more-standard format.
            * CacheLoader.subproj/WebResourceLoad.m:
            (-[WebResourceLoad _cleanup]): Changed so it no longer uses autorelease.
            (-[WebResourceLoad description]): Use a description in a more-standard format.
            * CacheLoader.subproj/WebResourceRequest.m: (-[WebResourceRequest description]):
    	Used a description that includes the URL.
            * Misc.subproj/WebError.m: (-[WebError description]): Used a description in a
    	more-standard format.
            * Misc.subproj/WebKeyValuePair.m: (-[WebKeyValuePair description]): Used a
    	description in a more-standard format.
            * Misc.subproj/WebMonitor.m: Removed a description method that did the same as
    	what NSObject already does.
    
            * English.lproj/Localizable.strings: Regenerated.
            * English.lproj/StringsNotToBeLocalized.txt: Updated for above changes.
    
    WebKit:
    
    	- changed persistent dictionaries to use NSString instead of NSURL
    	because of impact on memory footprint
    
    	Also changed WebIconDatabase code to verify what it reads from disk,
    	and ignore it if it can't verify the format.
    
            * Misc.subproj/WebIconDatabase.m:
            (-[WebIconDatabase iconForSiteURL:withSize:cache:]):
            (-[WebIconDatabase retainIconForSiteURL:]):
            (-[WebIconDatabase releaseIconForSiteURL:]):
            (-[WebIconDatabase _iconDictionariesAreGood]):
            (-[WebIconDatabase _loadIconDictionaries]):
            (-[WebIconDatabase _updateFileDatabase]):
            (-[WebIconDatabase _hasIconForSiteURL:]):
            (-[WebIconDatabase _iconsForIconURLString:]):
            (-[WebIconDatabase _setIcon:forIconURL:]):
            (-[WebIconDatabase _setIconURL:forSiteURL:]):
            (-[WebIconDatabase _setBuiltInIconAtPath:forHost:]):
            (-[WebIconDatabase _retainIconForIconURLString:]):
            (-[WebIconDatabase _releaseIconForIconURLString:]):
            (-[WebIconDatabase _retainFutureIconForSiteURL:]):
            (-[WebIconDatabase _releaseFutureIconForSiteURL:]):
            (-[WebIconDatabase _retainOriginalIconsOnDisk]):
            (-[WebIconDatabase _releaseOriginalIconsOnDisk]):
            (-[NSEnumerator _web_isAllStrings]):
            * Panels.subproj/WebStandardPanels.m:
            (-[WebStandardPanels didStartLoadingURL:inWindow:]):
            (-[WebStandardPanels didStopLoadingURL:inWindow:]):
            (-[WebStandardPanels _didStartLoadingURL:inController:]):
            (-[WebStandardPanels _didStopLoadingURL:inController:]):
            (-[WebStandardPanels frontmostWindowLoadingURL:]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2603 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    f4fe8b9e