Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make schema errors have more information | 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 |
| | |||
* | Close to prevent hangs | toasted-nutbread | 2020-02-19 |
| | |||
* | 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 |
| | |||
* | 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 |
| | |||
* | 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 |
| | | |||
| * | Validate bounds of Display.definitions before using | toasted-nutbread | 2020-02-13 |
| | | |||
| * | Use Array.from in toIterable | toasted-nutbread | 2020-02-13 |
| | | |||
| * | Use Map for audioGetFromSources's cache parameter | toasted-nutbread | 2020-02-13 |
| | | |||
| * | Use Map for Translator.tagCache | toasted-nutbread | 2020-02-13 |
| | | |||
| * | Remove unused handlebarsRenderStatic | toasted-nutbread | 2020-02-13 |
| | | |||
* | | remove extra setContentToken check from Display | siikamiika | 2020-02-14 |
| | | |||
* | | Merge pull request #357 from siikamiika/simplify-display-prepare | siikamiika | 2020-02-14 |
|\ \ | |/ |/| | Simplify display prepare | ||
| * | use sendMessage to notify about initialization | siikamiika | 2020-02-14 |
| | | |||
| * | use Promise.all to await dependencies | siikamiika | 2020-02-13 |
| | | |||
| * | remove isInjected checks from Popup | siikamiika | 2020-02-13 |
| | | |||
| * | remove isPrepared check | siikamiika | 2020-02-13 |
| | |