Add a mozstorage-based FormHistory implementation, with an importer that uses the MorkReader class. Stop building Mork if building Places. Bug 324170, r=brettw, bsmedberg.

This commit is contained in:
bryner@brianryner.com 2007-10-02 20:35:29 -07:00
Родитель 83f19e7dc8
Коммит 371cc37842
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -160,7 +160,7 @@ Sanitizer.prototype = {
{
var formHistory = Components.classes["@mozilla.org/satchel/form-history;1"]
.getService(Components.interfaces.nsIFormHistory);
return formHistory.rowCount != 0;
return formHistory.hasEntries;
}
},