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.

git-svn-id: svn://10.0.0.236/trunk@237151 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%brianryner.com
2007-10-03 03:35:29 +00:00
parent 28514457cd
commit cd438bbf6a

View File

@@ -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;
}
},