Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | | |||
* | | 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 |
| | | | | | | | | Fixes #361 | ||
* | | 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 |
| | | | | | | | | | | | | 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. | ||
* | | Add global apiForward | toasted-nutbread | 2020-02-14 |
| | | |||
* | | Merge pull request #358 from toasted-nutbread/general-refactoring | toasted-nutbread | 2020-02-14 |
|\ \ | | | | | | | General refactoring | ||
| * | | Remove unused apiGetDisplayTemplatesHtml and apiGetQueryParserTemplatesHtml | toasted-nutbread | 2020-02-14 |
| | | | |||
| * | | Add apiTemplateRender back to mixed api.js | toasted-nutbread | 2020-02-14 |
| | | | |||
| * | | Comma | toasted-nutbread | 2020-02-13 |
| | | |