Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | 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 |
| | |||
* | 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 |
| | |||
* | 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. | ||
* | Simplify process to wait for iframe prepare completion | toasted-nutbread | 2020-02-16 |
| | |||
* | Obscure the iframe's URL from the host page | toasted-nutbread | 2020-02-15 |
| | |||
* | 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 |
| | | |||
| * | remove isInjected checks from Popup | siikamiika | 2020-02-13 |
| | | |||
| * | notify popup about initialization | siikamiika | 2020-02-13 |
| | | |||
* | | Define more globals | toasted-nutbread | 2020-02-11 |
|/ | |||
* | Fix viewport issues when popupScaleRelativeToVisualViewport is disabled | toasted-nutbread | 2020-01-22 |
| | |||
* | Update full-width popup to stay on screen | toasted-nutbread | 2020-01-22 |
| | |||
* | Allow viewport to be used for constraining popup position | toasted-nutbread | 2020-01-22 |
| | |||
* | Fix popup size changing when zooming | toasted-nutbread | 2020-01-22 |
| | |||
* | Scale popup based on current page zoom factor | toasted-nutbread | 2020-01-22 |
| | |||
* | Remove _isInitialized | toasted-nutbread | 2020-01-22 |
| | |||
* | Add _isInjectedAndLoaded property | toasted-nutbread | 2020-01-22 |
| | |||
* | Update license info URL | toasted-nutbread | 2020-01-01 |
| | |||
* | Update copyright | toasted-nutbread | 2020-01-01 |
| | |||
* | Fix undefined reference | toasted-nutbread | 2019-12-16 |
| | |||
* | isVisibleAsync => isVisible | toasted-nutbread | 2019-12-16 |
| | |||
* | isVisible => isVisibleSync | toasted-nutbread | 2019-12-16 |
| | |||
* | Remove unused child getter | toasted-nutbread | 2019-12-16 |
| | |||
* | Mark private members | toasted-nutbread | 2019-12-16 |
| | |||
* | Add setParent to popup | toasted-nutbread | 2019-12-16 |
| | |||
* | Add Popup.isProxy | toasted-nutbread | 2019-12-16 |
| | |||
* | Add setChildrenSupported to popup | toasted-nutbread | 2019-12-16 |
| | |||
* | Add getContainer to popup | toasted-nutbread | 2019-12-16 |
| | |||
* | Add getContainerRect to popup | toasted-nutbread | 2019-12-16 |
| | |||
* | Move container definition | toasted-nutbread | 2019-12-16 |
| | |||
* | Mark private functions | toasted-nutbread | 2019-12-16 |
| | |||
* | Reorganize popup-only public functions | toasted-nutbread | 2019-12-16 |
| | |||
* | Reorganize popup public functions to match popup proxy | toasted-nutbread | 2019-12-16 |
| | |||
* | Group poup static functions together | toasted-nutbread | 2019-12-16 |
| | |||
* | Move popup public properties | toasted-nutbread | 2019-12-16 |
| | |||
* | Update arrow-parens to always | toasted-nutbread | 2019-11-26 |
| | |||
* | Remove unnecessary escapes from regex literals | toasted-nutbread | 2019-11-26 |
| | |||
* | Use single quotes | toasted-nutbread | 2019-11-26 |
| | |||
* | Replace string.substr and string.slice with string.substring | toasted-nutbread | 2019-11-24 |
| | | | | Improves semantic clarity, and it's recommended to not use substr. | ||
* | Use chrome.runtime.getURL instead of chrome.extension.getURL | toasted-nutbread | 2019-10-22 |
| | |||
* | Reposition popup on window resize rather than clear the search | toasted-nutbread | 2019-10-17 |
| | | | | Fixes #107 |