Commit Graph

8 Commits (ff7c9e96ae556e1d737083ad832eb18ad3e012bb)

Author SHA1 Message Date
Deathamns ff7c9e96ae Code styling 10 years ago
Deathamns 37a9f4d762 Firefox: revert previous change
Initializing the extension with AddonManager takes too long (at least for
this extension).
When starting the browser, tabs loaded before the extension could, and
because of that, blocking didn't work.
It works better, if it's initialized when the window's DOM is ready.
10 years ago
Deathamns 81c710c360 Firefox,Safari: fill vAPI.app in a different way
Pass the extension data (name and version) as the fragment of the URL
for the background script, so vAPI.app can be filled without using XHR
to read the manifest files.
10 years ago
Deathamns a9b91ee0b6 Add license headers, plus some code styling 10 years ago
Deathamns 29d2cdc015 Firefox: initialize buttons when DOM is ready 10 years ago
Deathamns 8e5850423c Firefox: implement toolbar button and popup 10 years ago
Deathamns 94a47e7d4d Firefox: partial vAPI.tabs implementation 10 years ago
Deathamns ae36081605 Initial Firefox port (base, messaging, locales) 10 years ago