Bug 327841 (also fixes 329110 and 321936) r=bryner. Implement failed favicon

cache in favicon service, update favicons for redirected bookmarks, don't load
favicon data if we have a recent copy.

Original committer: brettw%gmail.com
Original revision: 1.38
Original date: 2006/03/03 18:48:28
This commit is contained in:
benjamin%smedbergs.us 2006-07-18 17:52:28 +00:00
parent 5b5c15f630
commit 53ac3230b4

View File

@ -230,7 +230,9 @@ interface nsINavHistoryContainerResultNode : nsINavHistoryResultNode
* (adding or removing children, or reordering children), or true if
* the UI should not allow the list of children to be modified.
* This is false for bookmark folder nodes unless setFolderReadOnly() has
* been called to override it, and true for non-folder nodes.
* been called to override it, and true for non-folder nodes. If this
* container is a remote container this flag may be redefined by the
* remote container provider.
*/
readonly attribute boolean childrenReadOnly;