aboutsummaryrefslogtreecommitdiff
path: root/ext/fg/js/popup.js
Commit message (Expand)AuthorAge
* Fix extension unload cases (#712)toasted-nutbread2020-08-02
* Set content refactor (#686)toasted-nutbread2020-07-25
* Simplify Popup.showContent API to use only two details arguments (#684)toasted-nutbread2020-07-24
* Extension unload indication fix (#662)toasted-nutbread2020-07-18
* Popup crossFrame communication (#658)toasted-nutbread2020-07-10
* Generalized frame connections (#654)toasted-nutbread2020-07-08
* Refactor DisplayFloat=>Frontend message passing (#652)toasted-nutbread2020-07-08
* Don't use/assign popup private fields without using "this" (#635)toasted-nutbread2020-07-03
* Use deferPromise (#630)toasted-nutbread2020-06-28
* Shadow DOM container for popup iframes (#623)toasted-nutbread2020-06-24
* Secure popup frame url changes (#622)toasted-nutbread2020-06-22
* Frontend initialization refactor (#610)toasted-nutbread2020-06-21
* Add option to use the unsecure frame URL (#618)toasted-nutbread2020-06-21
* API refactor (#532)toasted-nutbread2020-05-24
* Dynamic loader load style (#521)toasted-nutbread2020-05-19
* Use both shadowRoot and openOrClosedShadowRoot (#534)toasted-nutbread2020-05-10
* Load frame content using contentDocument.location.href instead of src attribu...toasted-nutbread2020-05-10
* Popup refactor (#518)toasted-nutbread2020-05-08
* Popup proxy host refactor (#516)toasted-nutbread2020-05-08
* Popup init update (#497)toasted-nutbread2020-05-06
* Validate document nodes before use (#493)toasted-nutbread2020-05-02
* Remove and unload the popup frame if an unexpected load occurs (#490)toasted-nutbread2020-05-02
* Don't parent the popup frame to elements which cause unload (#488)toasted-nutbread2020-05-02
* Update Popup and DisplayFloat optionsContext from Frontend (#464)siikamiika2020-04-26
* use getFullscreenElement to check fullscreensiikamiika2020-04-18
* Add isExtensionUrl utility function to yomichan objecttoasted-nutbread2020-04-11
* Update license author field to broader to explicitly reflect thatAlex Yatskov2020-04-10
* move broadcastRootPopupInformation to Frontendsiikamiika2020-04-05
* use getTemporaryListenerResult in other placessiikamiika2020-04-05
* refactorsiikamiika2020-04-05
* fix and simplifysiikamiika2020-04-05
* simplify popup preparesiikamiika2020-04-05
* show iframe popups in root framesiikamiika2020-04-05
* apply all options on profile changesiikamiika2020-03-21
* Update global declarationstoasted-nutbread2020-03-10
* Use .bind instead of () => {}toasted-nutbread2020-02-26
* Use a token to ensure that messages are coming from Yomichantoasted-nutbread2020-02-17
* Check origin on window messagestoasted-nutbread2020-02-16
* Fix error handling on style injectiontoasted-nutbread2020-02-16
* Delay CSS injection until a popup is createdtoasted-nutbread2020-02-16
* Create more generic function for injecting stylesheetstoasted-nutbread2020-02-16
* Change parameter nametoasted-nutbread2020-02-16
* Allow apiInjectStylesheet to inject a URLtoasted-nutbread2020-02-16
* Set URL before adding to the documenttoasted-nutbread2020-02-16
* Fix missing argumenttoasted-nutbread2020-02-16
* Update how popups are createdtoasted-nutbread2020-02-16
* Tweak how fullscreen changes are observedtoasted-nutbread2020-02-16
* Undo "Obscure the iframe's URL from the host page"toasted-nutbread2020-02-16
* Simplify process to wait for iframe prepare completiontoasted-nutbread2020-02-16
* Obscure the iframe's URL from the host pagetoasted-nutbread2020-02-15