зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
83f19e7dc8
Коммит
371cc37842
|
@ -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;
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче