summaryrefslogtreecommitdiff
path: root/ext/bg/js/backend.js
Commit message (Collapse)AuthorAge
* Move apiFrameInformationGet implementation into Backendtoasted-nutbread2019-12-13
|
* Move apiForward implementation into Backendtoasted-nutbread2019-12-13
|
* Move apiScreenshotGet implementation into Backendtoasted-nutbread2019-12-13
|
* Move apiAudioGetUrl implementation into Backendtoasted-nutbread2019-12-13
|
* Move apiCommandExec implementation into Backendtoasted-nutbread2019-12-13
|
* Move apiTemplateRender implementation into Backendtoasted-nutbread2019-12-13
|
* Move apiNoteView implementation into Backendtoasted-nutbread2019-12-13
|
* Move apiDefinitionsAddable implementation into Backendtoasted-nutbread2019-12-13
|
* Move apiDefinitionAdd implementation into Backendtoasted-nutbread2019-12-13
|
* Move apiTextParseMecab implementation into Backendtoasted-nutbread2019-12-13
|
* Move apiTextParse implementation into Backendtoasted-nutbread2019-12-13
|
* Move apiTermsFind implementation into Backendtoasted-nutbread2019-12-13
|
* Move apiKanjiFind implementation into Backendtoasted-nutbread2019-12-13
|
* Move apiOptionsSave implementation into Backendtoasted-nutbread2019-12-13
|
* Move apiOptionsSet implementation into Backendtoasted-nutbread2019-12-13
|
* Move apiOptionsGetFull implementation into Backendtoasted-nutbread2019-12-13
|
* Move apiOptionsGet implementation into Backendtoasted-nutbread2019-12-13
|
* Add API calls for optionsGetFull and optionsSavetoasted-nutbread2019-12-13
|
* Update backend message handlerstoasted-nutbread2019-12-13
|
* Update arrow-parens to alwaystoasted-nutbread2019-11-26
|
* Update unused argumentstoasted-nutbread2019-11-26
|
* Replace hasOwnProperty with simplified hasOwn functiontoasted-nutbread2019-11-26
|
* mecab refactoring and bugfixsiikamiika2019-11-23
|
* start mecab only after enabling the settingsiikamiika2019-11-23
|
* add mecab supportsiikamiika2019-11-23
|
* add kana to textsiikamiika2019-11-23
|
* Add details field to apiTermsFindtoasted-nutbread2019-11-10
|
* Revert "modify correct profile apiOptionsSet"siikamiika2019-10-27
| | | | This reverts commit 51c35c9f306e48093fc769713675dca5b02d1398.
* modify correct profile apiOptionsSetsiikamiika2019-10-27
|
* make search page checkbox options persistsiikamiika2019-10-27
|
* add workaround to Chrome clipboard.readTextsiikamiika2019-10-27
| | | | | For some reason this doesn't work on Firefox, so keep using the new API for Firefox
* Use chrome.runtime.getURL instead of chrome.extension.getURLtoasted-nutbread2019-10-22
|
* Add support for middle clicks opening new tabs on the context buttonstoasted-nutbread2019-10-19
|
* Add apiGetEnvironmentInfo functiontoasted-nutbread2019-10-13
|
* Fix backend handling errors incorrectlytoasted-nutbread2019-10-13
|
* Allow outer popup stylesheets to be injectedtoasted-nutbread2019-10-13
|
* Pass optionsContext to audioBuildUrl handlerstoasted-nutbread2019-10-09
|
* Throw Error instead of stringtoasted-nutbread2019-10-08
|
* Use static object for backend message handlerstoasted-nutbread2019-10-02
|
* Add support for using optionsContext to select which profile to usetoasted-nutbread2019-09-18
|
* Add preliminary support for profilestoasted-nutbread2019-09-15
|
* Update settings if a different source triggers optionsUpdatetoasted-nutbread2019-09-10
|
* Fix options reference being changedtoasted-nutbread2019-09-10
|
* Use apiOptionsSave instead of optionsSavetoasted-nutbread2019-09-10
|
* Remove calls to apiOptionsGetSynctoasted-nutbread2019-09-10
| | | | Use apiOptionsGet everywhere to ensure options is initialized.
* Add getOptions function to backendtoasted-nutbread2019-09-10
|
* Add a context object for all calls to fetch optionstoasted-nutbread2019-09-10
|
* Change how options updates are handled on the frontendtoasted-nutbread2019-09-10
| | | | Only an 'optionsUpdate' signal is now sent to the frontend with empty data. The frontend then responds by performing apiOptionsGet to update the options. This makes it so that there is only a single function which is responsible for requesting options from the backend.
* Simplify logic for how option updates are propagatedtoasted-nutbread2019-09-06
|
* Use consistent structure for paramstoasted-nutbread2019-09-06
|