aboutsummaryrefslogtreecommitdiffstats
path: root/js/vapi-contextmenu.js
Commit message (Collapse)AuthorAgeFilesLines
* update from upstreamJesús2022-04-061-91/+91
|
* 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-94/+94
|
* 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.
* Fix a couple of stylistic choicesAlessio Vanni2019-07-041-4/+2
|
* 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.
* Split context menu from vapi-backgroundAlessio Vanni2019-07-041-0/+219
Also fix a typo in Makefile.