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:
@@ -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;
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user