issues
search
mozilla
/
blurts-addon
Mozilla Public License 2.0
5
stars
8
forks
source link
Address initial review comments from #94
#99
Closed
nhnt11
closed
6 years ago
nhnt11
commented
6 years ago
Put breach list API endpoint URL in a pref
Define _delayedInit as a property of FirefoxMonitor and document it
Use Preferences.reset to invalidate warned hosts cache pref
Fix nits
Put breach list refresh timeout in a pref
Add comment about isLoadingDocument
Add comment explaining win.gBrowser check in EveryWindow unregister callback
Resolve TODOs in loadStrings
Call removeAddonListener as part of cleanup
Set textContent property where possible instead of creating text node and appending
Use IDs instead of classes where appropriate
Ship custom warning.svg to support dark theme and for stability
Comment about font-size style.
nhnt11
commented
6 years ago
All done!