summaryrefslogtreecommitdiff
path: root/ext/bg/js/backend.js
Commit message (Collapse)AuthorAge
* Use .bind instead of () => {}toasted-nutbread2020-02-26
|
* Move event handler definitionstoasted-nutbread2020-02-26
|
* Use for oftoasted-nutbread2020-02-25
|
* Changed type returned by apiTextParseMecab to avoid using for intoasted-nutbread2020-02-25
|
* fix opening options in new tabsiikamiika2020-02-26
|
* Reject with a consistent errortoasted-nutbread2020-02-23
|
* Add no-shadowtoasted-nutbread2020-02-22
|
* Fix brace style issuestoasted-nutbread2020-02-22
|
* Use findTerms instead of findTermsInternaltoasted-nutbread2020-02-22
|
* Use a token to ensure that messages are coming from Yomichantoasted-nutbread2020-02-17
|
* Fix CSS injection on about:blank pagestoasted-nutbread2020-02-16
|
* Allow apiInjectStylesheet to inject a URLtoasted-nutbread2020-02-16
|
* Rename optionsUpdate event to optionsUpdatedtoasted-nutbread2020-02-14
| | | | | | Past tense better indicates that the options were changed, but no data is being included as part of the event. It is also more consistent with the other event names the yomichan object currently provides.
* Remove unused handlebarsRenderStatictoasted-nutbread2020-02-13
|
* Define more globalstoasted-nutbread2020-02-11
|
* Change no-undef from off to errortoasted-nutbread2020-02-11
|
* query parser html templatessiikamiika2020-02-10
|
* update popup search with chrome.tabs.sendMessagesiikamiika2020-02-10
|
* reuse existing popup windowsiikamiika2020-02-10
|
* use parseUrl in Backendsiikamiika2020-02-10
|
* fix existing tab focussiikamiika2020-02-09
|
* check chrome.windows support before usingsiikamiika2020-02-09
|
* rename sameTab --> existingOrNewTabsiikamiika2020-02-09
|
* hide search input in native popupssiikamiika2020-02-09
|
* handle closing already closed popupsiikamiika2020-02-09
|
* use Promisesiikamiika2020-02-09
|
* use ClipboardMonitor in Backendsiikamiika2020-02-09
|
* fix search page hotkeysiikamiika2020-02-09
|
* add global clipboard monitor that spawns popupssiikamiika2020-02-09
| | | | | TODO: refactor the search page clipboard monitor and popup clipboard monitor to use a common ClipboardMonitor class
* use correct optionsContextsiikamiika2020-02-09
|
* move apiClipboardGet Firefox handling to Backendsiikamiika2020-02-09
|
* add support for native popup windowssiikamiika2020-02-09
|
* Fix undefined rejecttoasted-nutbread2020-02-08
|
* fix scanning parsersiikamiika2020-01-26
|
* Fix _onApiGetZoom when chrome.tabs.getZoom is not availabletoasted-nutbread2020-01-22
|
* Add functionality for getting and observing zoom factortoasted-nutbread2020-01-22
|
* Move display templates into a single filetoasted-nutbread2020-01-16
|
* Update license info URLtoasted-nutbread2020-01-01
|
* Update copyrighttoasted-nutbread2020-01-01
|
* Implement settings importtoasted-nutbread2019-12-29
|
* Add apiOptionsSchemaGettoasted-nutbread2019-12-29
|
* Use schema to validate optionstoasted-nutbread2019-12-29
|
* Treat null templates as the default valuetoasted-nutbread2019-12-29
|
* Make apiClipboardGet use plaintexttoasted-nutbread2019-12-22
| | | | Also clear the value before returning
* Replace window.yomichan_backend with window.yomichanBackendtoasted-nutbread2019-12-20
|
* Fix apiOptionsGet being used on the background pagetoasted-nutbread2019-12-20
|
* Fix incorrect functiontoasted-nutbread2019-12-13
|
* Fix command handlingtoasted-nutbread2019-12-13
|
* Move apiClipboardGet implementation into Backendtoasted-nutbread2019-12-13
|
* Move apiGetEnvironmentInfo implementation into Backendtoasted-nutbread2019-12-13
|