aboutsummaryrefslogtreecommitdiff
path: root/ext/fg/js/popup.js
Commit message (Collapse)AuthorAge
* 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
| | | | Improves semantic clarity, and it's recommended to not use substr.
* 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
| | | | Fixes #107
* Update *show* APIs to unified showContent and setContenttoasted-nutbread2019-10-17
|
* Change #yomichan-float to .yomichan-floattoasted-nutbread2019-10-13
| | | | Since there can be more than one popup, using a class makes more sense than an ID.
* 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
|
* Simplify float initializationtoasted-nutbread2019-10-02
|
* Fix tab focus being changed due to settings changestoasted-nutbread2019-09-29
|
* Add support for using optionsContext to select which profile to usetoasted-nutbread2019-09-18
|
* Merge pull request #212 from toasted-nutbread/frontend-cleanupAlex Yatskov2019-09-15
|\ | | | | Frontend cleanup
| * Remove destructuring from searchAt, containsPoint, docRangeFromPointtoasted-nutbread2019-09-14
| |
* | Validate contentWindow before focustoasted-nutbread2019-09-14
|/
* Fix nested popups closing when the mouse leaves the parent's recttoasted-nutbread2019-09-03
|
* fix parent focus issues for Firefox and Chromesiikamiika2019-09-02
|
* change Popup.children to Popup.childsiikamiika2019-09-02
|
* focus the site when closing multi-level popupssiikamiika2019-09-02
|
* focus parent popup on hide instead of blurringsiikamiika2019-09-02
|
* make containsPoint async everywheresiikamiika2019-09-02
|
* Update nested initialization parameters passed via message rather than using ↵toasted-nutbread2019-09-02
| | | | the URL query string
* Fix messaging issues when iframes are present in the documenttoasted-nutbread2019-09-02
|
* Add option for maximum nested popup depthtoasted-nutbread2019-09-02
|
* Add support for showing recursive popupstoasted-nutbread2019-09-02
|
* Add option for position of popup for horizontal texttoasted-nutbread2019-08-31
|
* Improve popup position for vertical texttoasted-nutbread2019-08-31
|
* Add ability to save screenshot to anki cardstoasted-nutbread2019-08-15
|
* return focus to site after hiding popupsiikamiika2019-08-01
|
* Add support for custom popup CSStoasted-nutbread2019-07-09
|
* Allow popup window to be visible in fullscreen modetoasted-nutbread2019-06-22
| | | | Fixes #163
* Merge pull request #140 from KarboniteKream/horizontal-offsetAlex Yatskov2019-05-19
|\ | | | | Add horizontal popup offset