Bug 384370 ? use JSON as the on disk, lossless format for our bookmark backup - TESTING PERF (r=mconnor)

This commit is contained in:
2008-03-04 11:41:52 -08:00
parent f1fa32133d
commit 5ee69ae743
31 changed files with 796 additions and 1395 deletions

View File

@@ -104,7 +104,7 @@ function historyAddBookmarks()
// or if the selected item is not a URI node
var node = gHistoryTree.selectedNode;
if (node && PlacesUtils.nodeIsURI(node))
PlacesUtils.showMinimalAddBookmarkUI(PlacesUtils._uri(node.uri), node.title);
PlacesUIUtils.showMinimalAddBookmarkUI(PlacesUtils._uri(node.uri), node.title);
}
function searchHistory(aInput)