Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
| * | 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 |
|\ | | | | | Setup GitHub actions | ||
| * | 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 |
| | | | | | | | | | | | | There are some additional issues which cause the frame to be reset to about:blank on certain occasions which must be fixed before this can be used. | ||
* | | 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 |
| | |