Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/content/common.js

Issue 29360039: Issue 4576 - Reinstate FilterStorage read/write integration test and test with please_kill_startup… (Closed) Base URL: https://hg.adblockplus.org/adblockplustests
Patch Set: Addressed comments Created Oct. 28, 2016, 11:09 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/content/tests/filterStorage_readwrite.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/common.js
===================================================================
--- a/chrome/content/common.js
+++ b/chrome/content/common.js
@@ -60,16 +60,17 @@ function prepareFilterComponents(keepLis
subscriptions: FilterStorage.subscriptions,
storageKnown: FilterStorage.knownSubscriptions,
subscriptionsKnown: Subscription.knownSubscriptions,
filtersKnown: Filter.knownFilters,
listeners: FilterNotifierGlobal.listeners,
sourceFile: FilterStorage.sourceFile
};
+ FilterStorage._loading = false;
FilterStorage.subscriptions = [];
FilterStorage.knownSubscriptions = Object.create(null);
Subscription.knownSubscriptions = Object.create(null);
Filter.knownFilters = Object.create(null);
if (!keepListeners)
{
FilterNotifierGlobal.listeners = [];
}
« no previous file with comments | « no previous file | chrome/content/tests/filterStorage_readwrite.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld