aboutsummaryrefslogtreecommitdiffstats
path: root/js/vapi-tabs.js
Commit message (Collapse)AuthorAgeFilesLines
* Update URL projectJesús2020-03-151-1/+1
| | | | - Remove libregit.org (CloudFlare attack)
* Update copyright noticeJesús2020-03-151-1/+1
|
* remove tabs in javascript filesJesús2019-08-111-368/+368
|
* rebrand site URLJesús2019-08-101-1/+1
|
* Make components and Services.jsm globalAlessio Vanni2019-07-191-3/+0
| | | | Once again, but this time it works.
* Make vAPI definitely globalAlessio Vanni2019-07-041-2/+0
| | | | | At least for background.html, it can be defined once at the start of vapi-core and then populated.
* Revert "Make components and services global"Alessio Vanni2019-07-041-0/+3
| | | | | | This reverts commit 51f5e899fff9e804d9c91e4fefdd57ea5a85e99c. It seems to cause issues with the popup menu.
* Make components and services globalAlessio Vanni2019-07-041-3/+0
| | | | | Given that they are used a lot, at least in vAPI, let's just define/import them only once.
* Remove unused filesAlessio Vanni2019-07-041-3/+0
| | | | | | | | | | vapi-popup wasn't even included in background.html. Also, it seems vapi-contextmenu is useless, because vapi-tabs attempts to register it without creating it first (making registration a failure, naturally.) Since it never worked since eMatrix 1.0.0 and it doesn't seem to add anything useful, let's remove it from the XPI.
* Change how modules are importedAlessio Vanni2019-07-041-1/+1
| | | | | | | | I can't really find a reason why the returned value is preferred over the normal importing process. Additionally, there's a good chance importing Services.jsm can be done only once at the start of everything, instead of binding each object to a separate closure.
* Remove some commentsAlessio Vanni2019-06-231-4/+0
| | | | | | While they are technically informative, the splitting makes things easier to follow already (somewhat) and there's not really a need to list each global variable (there aren't many anyway.)
* Minor refactoringAlessio Vanni2019-06-221-19/+18
|
* Keep refactoringAlessio Vanni2019-06-211-20/+22
| | | | Exported stuff to handle the splitting.
* Make some private entities publicAlessio Vanni2019-06-211-13/+13
| | | | | Since things have been split, some of these have to be exposed to the rest of the world.
* Split tab handling from vapi-backgroundAlessio Vanni2019-06-211-0/+735
That file is too large, let's split it up.