Lines Matching full:disk
106 The plants.com favicon was marked to be removed from disk and thus it had no retain count. The problem was that it was still on disk and _hasIconForIconURL would return YES. If hasIconForIconURL returns YES, its is ok to call _setIconURL:forSiteURL:. Since there was no retain count, the assert in _setIconURL:forSiteURL: would be hit.
108 We now consider icons without retain counts to not exist even if they're on disk.
1923 Also changed WebIconDatabase code to verify what it reads from disk,
5875 Fixed: 3062224 - context menu includes "Download Item to Disk" for mailto links
5883 (-[WebDefaultContextMenuDelegate contextMenuItemsForElement:defaultMenuItems:]): don't provide "Download Link To Disk" and "Open Link In New Window" items for URLs we cant handle.
6761 (-[WebIconDatabase _updateFileDatabase]): write the largest icon to disk
10033 Added support for download link/image to disk
13888 as they are generated from data on disk.
15646 Don't send notifications while loading bookmarks from disk.
16020 and saves the data to disk.
17201 Made this more robust about bad data from the disk file. I
17202 don't know how bad data could get into the disk file in normal
17443 Imposed age limit on history items saved to/loaded from disk.
17534 a new IFWebHistory object with a particular disk file.
17535 (-[IFWebHistory initWithFile:]): New init method for specifying a disk file.
17628 (-[IFWebHistoryPrivate historyFilePath]): return location of history on disk.
17629 (-[IFWebHistoryPrivate loadHistory]): read history from disk.
17630 (-[IFWebHistoryPrivate saveHistory]): write history to disk.