summaryrefslogtreecommitdiff
path: root/ext/bg
Commit message (Collapse)AuthorAge
* Adding dexieAlex Yatskov2016-08-20
|
* Performance improvementsAlex Yatskov2016-08-20
|
* CleanupAlex Yatskov2016-08-20
|
* Better control over result ordering. This fixes #12Alex Yatskov2016-08-20
|
* WIPAlex Yatskov2016-08-18
|
* WIPAlex Yatskov2016-08-18
|
* WIPAlex Yatskov2016-08-18
|
* TweaksAlex Yatskov2016-08-15
|
* Fixing tagAlex Yatskov2016-08-14
|
* Adding usage guideAlex Yatskov2016-08-14
|
* Adding stub for usage guideAlex Yatskov2016-08-14
|
* Backwards compatAlex Yatskov2016-08-12
|
* WIPAlex Yatskov2016-08-11
|
* Adding dropdownAlex Yatskov2016-08-11
|
* Rename references of "vocab" to "term"Alex Yatskov2016-08-10
|
* Cleanup using promisesAlex Yatskov2016-08-09
|
* CleanupAlex Yatskov2016-08-08
|
* MetadataAlex Yatskov2016-08-08
|
* Simplify loading code with promisesAlex Yatskov2016-08-08
|
* CleanupAlex Yatskov2016-08-07
|
* Updating kanji displayAlex Yatskov2016-08-07
|
* CleanupAlex Yatskov2016-08-07
|
* Get rid of addon hackAlex Yatskov2016-08-07
|
* Reduce file sizeAlex Yatskov2016-08-06
|
* Use entity data from dictionaryAlex Yatskov2016-08-06
|
* New Kanjidic dataAlex Yatskov2016-08-05
|
* Updating enamdict and edict, code to load dictionaries.Alex Yatskov2016-08-03
|
* Hook up sentence search extent to optionsAlex Yatskov2016-07-25
|
* Updating options page to include new tagsAlex Yatskov2016-07-25
|
* Sentence and URL supportAlex Yatskov2016-07-25
|
* Fixing exceptionAlex Yatskov2016-07-23
|
* Deleting dead code, bumping version.Alex Yatskov2016-07-23
|
* CleanupAlex Yatskov2016-07-23
|
* Formatting legal pageAlex Yatskov2016-07-19
|
* Fixing Kanji behavior, bumping versionAlex Yatskov2016-07-18
|
* Pronounce => Play AudioAlex Yatskov2016-07-18
|
* More error updatesAlex Yatskov2016-07-17
|
* Better error messageAlex Yatskov2016-07-17
|
* Audio supportAlex Yatskov2016-07-17
|
* Add option to enable and disable audio playbackAlex Yatskov2016-07-15
|
* Simplify requestsAlex Yatskov2016-07-14
|
* Support additional replacement fieldsAlex Yatskov2016-07-10
|
* Updating options page for smaller layoutAlex Yatskov2016-07-06
|
* Temporarily removing gecko code from master until everything works inAlex Yatskov2016-07-06
| | | | | | | firefox branch. This reverts commit 30585892b812dbf19c15bd010d6032fffa204c0d, reversing changes made to bd89db4ec5a55e7b08b27a3d736a32e859084aff.
* Add mimetype to XHR callispedals2016-06-19
| | | | This silences warnings about the JSON files being ill-formed
* Workaround spidermonkey bug so dictionary data loadsispedals2016-06-19
| | | | | We need to make a copy of the iteration variable in the for-of loop so that the distinct values are available in the callback.
* Add polyfills for Gecko's WebExtension implementationispedals2016-06-19
| | | | | | | | Gecko currently does not support chrome.storage.sync and chrome.runtime.onInstalled. Use chrome.storage.local instead of sync and ignore calls to onInstalled. The implication of not having runtime.onInstalled is that the options page is not shown on first-run.
* Support taggingAlex Yatskov2016-06-14
|
* Use `let` instead of `const` in for loops.Alex Yatskov2016-06-14
|
* CleanupAlex Yatskov2016-06-14
|