aboutsummaryrefslogtreecommitdiff
path: root/ext/fg/js/popup.js
Commit message (Collapse)AuthorAge
...
* 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
| | | | | | 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 completiontoasted-nutbread2020-02-16
|
* Obscure the iframe's URL from the host pagetoasted-nutbread2020-02-15
|
* Merge pull request #357 from siikamiika/simplify-display-preparesiikamiika2020-02-14
|\ | | | | Simplify display prepare
| * use sendMessage to notify about initializationsiikamiika2020-02-14
| |
| * remove isInjected checks from Popupsiikamiika2020-02-13
| |
| * notify popup about initializationsiikamiika2020-02-13
| |
* | Define more globalstoasted-nutbread2020-02-11
|/
* Fix viewport issues when popupScaleRelativeToVisualViewport is disabledtoasted-nutbread2020-01-22
|
* Update full-width popup to stay on screentoasted-nutbread2020-01-22
|
* Allow viewport to be used for constraining popup positiontoasted-nutbread2020-01-22
|
* Fix popup size changing when zoomingtoasted-nutbread2020-01-22
|
* Scale popup based on current page zoom factortoasted-nutbread2020-01-22
|
* Remove _isInitializedtoasted-nutbread2020-01-22
|
* Add _isInjectedAndLoaded propertytoasted-nutbread2020-01-22
|
* Update license info URLtoasted-nutbread2020-01-01
|
* Update copyrighttoasted-nutbread2020-01-01
|
* Fix undefined referencetoasted-nutbread2019-12-16
|
* isVisibleAsync => isVisibletoasted-nutbread2019-12-16
|
* isVisible => isVisibleSynctoasted-nutbread2019-12-16
|
* Remove unused child gettertoasted-nutbread2019-12-16
|
* Mark private memberstoasted-nutbread2019-12-16
|
* Add setParent to popuptoasted-nutbread2019-12-16
|
* Add Popup.isProxytoasted-nutbread2019-12-16
|
* Add setChildrenSupported to popuptoasted-nutbread2019-12-16
|
* Add getContainer to popuptoasted-nutbread2019-12-16
|
* Add getContainerRect to popuptoasted-nutbread2019-12-16
|
* Move container definitiontoasted-nutbread2019-12-16
|
* Mark private functionstoasted-nutbread2019-12-16
|
* Reorganize popup-only public functionstoasted-nutbread2019-12-16
|
* Reorganize popup public functions to match popup proxytoasted-nutbread2019-12-16
|
* Group poup static functions togethertoasted-nutbread2019-12-16
|
* Move popup public propertiestoasted-nutbread2019-12-16
|