Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Reduce number of redundant Map.get calls in dictTermsMergeByGloss | toasted-nutbread | 2020-02-22 |
| | |||
* | Add variables for expression and reading | toasted-nutbread | 2020-02-22 |
| | |||
* | Simplify update of mergedIndices | toasted-nutbread | 2020-02-22 |
| | |||
* | Use Map | toasted-nutbread | 2020-02-22 |
| | |||
* | Change secondarySearchTitles to secondarySearchDictionaries | toasted-nutbread | 2020-02-22 |
| | |||
* | Use findTerms instead of findTermsInternal | toasted-nutbread | 2020-02-22 |
| | |||
* | Remove unused dictRowsSort | toasted-nutbread | 2020-02-22 |
| | |||
* | Use Map for dictEnabledSet | toasted-nutbread | 2020-02-22 |
| | |||
* | Replace getIndexOfTouch with getTouch | toasted-nutbread | 2020-02-22 |
| | |||
* | Use URLSearchParams | toasted-nutbread | 2020-02-22 |
| | |||
* | Use Map | toasted-nutbread | 2020-02-22 |
| | |||
* | Use Map | toasted-nutbread | 2020-02-22 |
| | |||
* | Simplify spread | toasted-nutbread | 2020-02-22 |
| | |||
* | Use Map | toasted-nutbread | 2020-02-22 |
| | |||
* | Use Array.isArray instead of hasOwn | toasted-nutbread | 2020-02-22 |
| | |||
* | Use Set | toasted-nutbread | 2020-02-22 |
| | |||
* | Use Set | toasted-nutbread | 2020-02-22 |
| | |||
* | Use Map | toasted-nutbread | 2020-02-22 |
| | |||
* | Merge pull request #369 from toasted-nutbread/dictionary-validation | toasted-nutbread | 2020-02-22 |
|\ | | | | | Dictionary validation | ||
| * | Update test-dictionary | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Add some basic invalid dictionaries to test | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Make schema errors have more information | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Add a timeout to clearDatabase | toasted-nutbread | 2020-02-22 |
| | | | | | | | | This will trigger in case something goes wrong and a database isn't closed. | ||
| * | Update location of test dictionary data | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Update database test | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Update validate function name in close | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Require format to be 1, 2, or 3 | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Define old tagMeta format in index file | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Validate data before importing | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Remove old dictionary import functions | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Create new dictionary import function | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Mark private functions in database.js | toasted-nutbread | 2020-02-22 |
|/ | |||
* | Merge pull request #371 from toasted-nutbread/database-tests | toasted-nutbread | 2020-02-22 |
|\ | | | | | Database tests | ||
| * | Test some errors | toasted-nutbread | 2020-02-19 |
| | | |||
| * | Upadte eslintrc | toasted-nutbread | 2020-02-19 |
| | | |||
| * | Close to prevent hangs | toasted-nutbread | 2020-02-19 |
| | | |||
| * | Validate results of importDictionary | toasted-nutbread | 2020-02-19 |
| | | |||
| * | Update tests | toasted-nutbread | 2020-02-18 |
| | | |||
| * | Add script to test database.js | toasted-nutbread | 2020-02-18 |
| | | |||
| * | Add script to validate the test dictionary data against JSON schemas | toasted-nutbread | 2020-02-18 |
| | | |||
| * | Add test dictionary data | toasted-nutbread | 2020-02-18 |
| | | |||
| * | Add fake-indexeddb | toasted-nutbread | 2020-02-18 |
| | | |||
| * | Use ? instead of %s | toasted-nutbread | 2020-02-17 |
| | | |||
| * | Allow dictionary-validate to be require'd | toasted-nutbread | 2020-02-17 |
| | | |||
| * | Create yomichan-test script to reduce repeated code | toasted-nutbread | 2020-02-17 |
| | | |||
| * | Update how main is invoked | toasted-nutbread | 2020-02-17 |
|/ | |||
* | Add some basic unit tests for JSON schemas | toasted-nutbread | 2020-02-17 |
| | |||
* | Use a token to ensure that messages are coming from Yomichan | toasted-nutbread | 2020-02-17 |
| | |||
* | Check origin on window messages | toasted-nutbread | 2020-02-16 |
| | |||
* | Merge pull request #367 from toasted-nutbread/defer-content-script-css-injection | toasted-nutbread | 2020-02-16 |
|\ | | | | | Defer content script css injection |