| Commit message (Expand) | Author | Age |
... | |
| * | 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 |
|\ |
|
| * | 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 |
|\ |
|
| * | Fix error handling on style injection | toasted-nutbread | 2020-02-16 |
| * | Fix CSS injection on about:blank pages | toasted-nutbread | 2020-02-16 |
| * | Delay CSS injection until a popup is created | toasted-nutbread | 2020-02-16 |
| * | Create more generic function for injecting stylesheets | toasted-nutbread | 2020-02-16 |
| * | Override setCustomOuterCss instead of Popup.injectOuterStylesheet | toasted-nutbread | 2020-02-16 |
| * | Change parameter name | toasted-nutbread | 2020-02-16 |
| * | Allow apiInjectStylesheet to inject a URL | toasted-nutbread | 2020-02-16 |
|/ |
|
* | Set URL before adding to the document | toasted-nutbread | 2020-02-16 |
* | Update workflow definition | toasted-nutbread | 2020-02-16 |
* | Merge pull request #352 from toasted-nutbread/github-actions | toasted-nutbread | 2020-02-16 |
|\ |
|
| * | Add eslint-plugin-no-unsanitized | toasted-nutbread | 2020-02-12 |
| * | Setup GitHub actions | toasted-nutbread | 2020-02-12 |
* | | Fix missing argument | toasted-nutbread | 2020-02-16 |
* | | Update how popups are created | toasted-nutbread | 2020-02-16 |
* | | Tweak how fullscreen changes are observed | toasted-nutbread | 2020-02-16 |
* | | Create EventListenerCollection class | toasted-nutbread | 2020-02-16 |
* | | Undo "Obscure the iframe's URL from the host page" | toasted-nutbread | 2020-02-16 |
* | | Add "match_about_blank": true to manifest | toasted-nutbread | 2020-02-16 |
* | | Prevent multiple prepare calls | toasted-nutbread | 2020-02-16 |
* | | Simplify process to wait for iframe prepare completion | toasted-nutbread | 2020-02-16 |
* | | Move generateId function | toasted-nutbread | 2020-02-16 |
* | | Obscure the iframe's URL from the host page | toasted-nutbread | 2020-02-15 |
* | | Check type of other for equals functions | toasted-nutbread | 2020-02-15 |
* | | Use consistent timeout for both setContentTerms and setContentKanji | toasted-nutbread | 2020-02-15 |
* | | Use promiseTimeout instead of delay | toasted-nutbread | 2020-02-15 |
* | | Move error handling for apiDefinitionsAddable | toasted-nutbread | 2020-02-15 |
* | | Rename optionsUpdate event to optionsUpdated | toasted-nutbread | 2020-02-14 |
* | | Add global apiForward | toasted-nutbread | 2020-02-14 |