aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* rebrand site URLJesús2019-08-1082-117/+117
|
* remove lang for dinamic languageJesús2019-08-105-5/+5
|
* Fix semantic HTMLJesús2019-08-1010-760/+797
|
* asset-viewer.html: fix semantic HTMLJesús2019-08-101-35/+35
|
* about.html: fix semantic HTMLJesús2019-08-101-76/+76
|
* firt parsen: remove tabs in js filesJesús2019-08-102-804/+803
|
* Fix missing close `li` tagJesús2019-08-101-4/+4
|
* New version 3.0.3Alessio Vanni2019-07-251-1/+1
|
* Other minor fixesAlessio Vanni2019-07-251-1/+2
|
* New version 3.0.2Alessio Vanni2019-07-251-1/+1
|
* Fix typoAlessio Vanni2019-07-251-1/+1
|
* New version 3.0.1Alessio Vanni2019-07-241-1/+1
|
* Add missing functionAlessio Vanni2019-07-241-0/+41
|
* New versionAlessio Vanni2019-07-191-1/+1
|
* Merge branch 'rewrite-vapi'Alessio Vanni2019-07-1920-3763/+3953
|\
| * Make components and Services.jsm globalAlessio Vanni2019-07-1912-34/+3
| | | | | | | | Once again, but this time it works.
| * Make vAPI definitely global for non-background pages tooAlessio Vanni2019-07-194-31/+7
| |
| * Change child-src to frame-srcAlessio Vanni2019-07-111-2/+2
| |
| * Minor style fixesAlessio Vanni2019-07-051-4/+4
| |
| * Style changes part 2Alessio Vanni2019-07-051-187/+164
| |
| * Style changesAlessio Vanni2019-07-051-153/+133
| |
| * Make vAPI definitely globalAlessio Vanni2019-07-0413-26/+6
| | | | | | | | | | At least for background.html, it can be defined once at the start of vapi-core and then populated.
| * Revert "Remove one more importing"Alessio Vanni2019-07-041-0/+2
| | | | | | | | | | | | This reverts commit d8950421332a0d5b28cba6df38fc4fe85ff26d9e. Followup to the previous reverting.
| * Revert "Make components and services global"Alessio Vanni2019-07-0411-3/+31
| | | | | | | | | | | | This reverts commit 51f5e899fff9e804d9c91e4fefdd57ea5a85e99c. It seems to cause issues with the popup menu.
| * Remove one more importingAlessio Vanni2019-07-041-2/+0
| |
| * Make components and services globalAlessio Vanni2019-07-0411-31/+3
| | | | | | | | | | Given that they are used a lot, at least in vAPI, let's just define/import them only once.
| * Better formattingAlessio Vanni2019-07-041-62/+77
| | | | | | | | Let's leave indentation and whatnot to the editor.
| * Remove unused filesAlessio Vanni2019-07-043-8/+2
| | | | | | | | | | | | | | | | | | | | 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.
| * Make vapi-cloud its own fileAlessio Vanni2019-07-044-129/+163
| |
| * Fix a couple of stylistic choicesAlessio Vanni2019-07-041-4/+2
| |
| * Change how modules are importedAlessio Vanni2019-07-0411-18/+13
| | | | | | | | | | | | | | | | 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.
| * Fix variable declaration for modulesAlessio Vanni2019-07-041-1/+1
| |
| * Temporarily fix undefined referenceAlessio Vanni2019-07-042-5/+5
| | | | | | | | | | Ideally HttpObserver should be its own module, but right now it depends on too much "context" to be independent from vapi-background.
| * Split context menu from vapi-backgroundAlessio Vanni2019-07-044-186/+223
| | | | | | | | Also fix a typo in Makefile.
| * Remove some commentsAlessio Vanni2019-06-238-31/+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.)
| * Get cookie management out of vapi-backgroundAlessio Vanni2019-06-234-104/+131
| |
| * Split vAPI.netAlessio Vanni2019-06-234-42/+80
| |
| * Make HTTPRequestHeaders a moduleAlessio Vanni2019-06-233-78/+105
| | | | | | | | The same as CallbackWrapper.
| * Make CallbackWrapper a moduleAlessio Vanni2019-06-234-67/+93
| | | | | | | | | | | | In theory this way it can be used anywhere else if needed, but right now it's simply because it has to be placed somewhere and a module seems the best place for an object definition (constructor, etc.)
| * Make messaging its own fileAlessio Vanni2019-06-234-112/+152
| | | | | | | | Also reorganize the Makefile a bit.
| * Move storage APIAlessio Vanni2019-06-234-304/+341
| | | | | | | | | | | | Also remove optional cachestorage script. It doesn't exists and the cachedstorage, whatever it is, is defined as an alias for the normal storage system.
| * Move browser-related entities away from vapi-backgroundAlessio Vanni2019-06-225-215/+254
| |
| * Move more entities to coreAlessio Vanni2019-06-222-31/+31
| |
| * Minor refactoringAlessio Vanni2019-06-223-21/+20
| |
| * Put window management into its own fileAlessio Vanni2019-06-224-239/+204
| |
| * Move some commonly used functions out of vapi-backgroundAlessio Vanni2019-06-221-0/+109
| |
| * Remove commented-out regionAlessio Vanni2019-06-221-132/+0
| |
| * More refactoringAlessio Vanni2019-06-221-11/+12
| |
| * Remove some cruftAlessio Vanni2019-06-223-6/+9
| |
| * Fix missing namespaceAlessio Vanni2019-06-211-1/+2
| |