aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/js/polyfill-gecko.js
Commit message (Collapse)AuthorAge
* Add polyfills for Gecko's WebExtension implementationispedals2016-06-19
Gecko currently does not support chrome.storage.sync and chrome.runtime.onInstalled. Use chrome.storage.local instead of sync and ignore calls to onInstalled. The implication of not having runtime.onInstalled is that the options page is not shown on first-run.