summaryrefslogtreecommitdiff
path: root/ext/bg/js/api.js
Commit message (Collapse)AuthorAge
* add parser selection optionssiikamiika2019-11-23
|
* add mecab supportsiikamiika2019-11-23
|
* use handlebars templates for query parsersiikamiika2019-11-23
|
* use correct source textsiikamiika2019-11-23
|
* fix stem length checkingsiikamiika2019-11-23
| | | | | Starting from the end and stopping at first match doesn't guarantee correctness. Starting from the beginning does.
* add kana to textsiikamiika2019-11-23
|
* Add details field to apiTermsFindtoasted-nutbread2019-11-10
|
* Simplify how definition count is limitedtoasted-nutbread2019-11-10
|
* Give findKanji the same API as findTermstoasted-nutbread2019-11-10
|
* Update how apiTermsFind workstoasted-nutbread2019-11-10
|
* Refactor apiOptionsSettoasted-nutbread2019-11-10
|
* refactoringsiikamiika2019-10-28
|
* use apiOptionsGet to modify the correct profilesiikamiika2019-10-27
|
* 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
|
* Catch exception thrown on Edgetoasted-nutbread2019-10-20
|
* Fix window focus not always workingtoasted-nutbread2019-10-19
|
* Validate chrome.windows exists before usagetoasted-nutbread2019-10-19
|
* Allow multiple options pages to be opened on middle clicktoasted-nutbread2019-10-19
|
* Add support for middle clicks opening new tabs on the context buttonstoasted-nutbread2019-10-19
|
* Make the search button reuse an open search tab if it existstoasted-nutbread2019-10-19
|
* Add apiGetEnvironmentInfo functiontoasted-nutbread2019-10-13
|
* audioBuildUrl => audioGetUrl and simplifytoasted-nutbread2019-10-13
|
* Allow outer popup stylesheets to be injectedtoasted-nutbread2019-10-13
|
* Update audio options formattoasted-nutbread2019-10-10
|
* Pass optionsContext to audioBuildUrl handlerstoasted-nutbread2019-10-09
|
* Show the viewer button for anki notes which already existtoasted-nutbread2019-10-09
|
* Use static object for api command handlerstoasted-nutbread2019-10-02
|
* Add support for using optionsContext to select which profile to usetoasted-nutbread2019-09-18
|
* Add UI 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
|
* Pass options directly to translator.findTerms*toasted-nutbread2019-09-10
|
* Simplify logic for how option updates are propagatedtoasted-nutbread2019-09-06
|
* Remove unnecessary functionstoasted-nutbread2019-09-06
| | | | | | apiOptionsSet not required in bg/js/api.js after optionsSave; optionsSave already invokes apiOptionsSet. apiOptionsSet not required in fg/js/api.js since it's never invoked by the foreground. optionsSet handler not required in bg/js/backend.js since the message is never sent by the foreground.
* Create common function for utilBackend().optionstoasted-nutbread2019-09-06
|
* Fix messaging issues when iframes are present in the documenttoasted-nutbread2019-09-02
|
* pr fixesAlex Yatskov2019-08-17
|
* Add ability to save screenshot to anki cardstoasted-nutbread2019-08-15
|
* merged: first draft, only supports JMdictsiikamiika2017-10-01
|
* basic structure for feature-merge-similar-resultssiikamiika2017-09-29
|
* cleanupAlex Yatskov2017-09-13
|
* scrap sandboxAlex Yatskov2017-09-09
|