Opened on 04/04/2017 at 12:43:41 PM
Closed on 04/05/2017 at 12:19:11 PM
#5098 closed change (fixed)
Expose FilterStorage initialization state
| Reported by: | trev | Assignee: | trev |
|---|---|---|---|
| Priority: | P1 | Milestone: | |
| Module: | Core | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Platform: | Unknown / Cross platform | |
| Ready: | yes | Confidential: | no |
| Tester: | Unknown | Verified working: | no |
| Review URL(s): | |||
Description
Background
Adblock Plus for Firefox was previously relying on FilterStorage._loading to recognize an uninitialized filter storage. Now that this flag is gone it will occasionally start first-run actions too early.
What to change
Expose FilterStorage.initialized that is set after the first FilterStorage.loadFromDisk() call completes.
Attachments (0)
Change History (3)
Note: See
TracTickets for help on using
tickets.

A commit referencing this issue has landed:
Issue 5098 - Expose FilterStorage initialization state