summaryrefslogtreecommitdiff
path: root/ext/fg/js/popup.js
Commit message (Expand)AuthorAge
* Merge pull request #357 from siikamiika/simplify-display-preparesiikamiika2020-02-14
|\
| * 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
* Update arrow-parens to alwaystoasted-nutbread2019-11-26
* Remove unnecessary escapes from regex literalstoasted-nutbread2019-11-26
* Use single quotestoasted-nutbread2019-11-26
* Replace string.substr and string.slice with string.substringtoasted-nutbread2019-11-24
* Use chrome.runtime.getURL instead of chrome.extension.getURLtoasted-nutbread2019-10-22
* Reposition popup on window resize rather than clear the searchtoasted-nutbread2019-10-17
* Update *show* APIs to unified showContent and setContenttoasted-nutbread2019-10-17
* Change #yomichan-float to .yomichan-floattoasted-nutbread2019-10-13
* Allow outer popup stylesheets to be injectedtoasted-nutbread2019-10-13
* Simplified how the auto theme workstoasted-nutbread2019-10-13
* Add separate theme option for outer popup styletoasted-nutbread2019-10-12
* Update how custom CSS is appliedtoasted-nutbread2019-10-12
* Create themestoasted-nutbread2019-10-12
* Don't pass options around for calls to termsShow, kanjiShow, etc.toasted-nutbread2019-10-12
* Check if objects are properly initialized before showing contenttoasted-nutbread2019-10-12
* Make popups store optionstoasted-nutbread2019-10-12
* Update Display initialization processtoasted-nutbread2019-10-12
* Frontend updatestoasted-nutbread2019-10-11
* Update how popup visibility workstoasted-nutbread2019-10-05
* Rename Popup.setVisible to setVisibleOverridetoasted-nutbread2019-10-05