Bug 427862: Don't use cached full-hash entries without a successful safebrowsing update. r=tony, a1.9=beltzner

This commit is contained in:
2008-04-15 15:39:44 -07:00
parent 47125113e5
commit fa2e602022
10 changed files with 401 additions and 62 deletions

View File

@@ -89,7 +89,8 @@ function PROT_MalwareWarden() {
};
try {
dbService_.beginUpdate(listener, "");
dbService_.beginUpdate(listener,
"test-malware-simple,test-phish-simple", "");
dbService_.beginStream("", "");
dbService_.updateStream(testUpdate);
dbService_.finishStream();