summaryrefslogtreecommitdiff
path: root/ext/fg/js
Commit message (Collapse)AuthorAge
* 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.
* Prevent multiple prepare callstoasted-nutbread2020-02-16
|
* Simplify process to wait for iframe prepare completiontoasted-nutbread2020-02-16
|
* Move generateId functiontoasted-nutbread2020-02-16
|
* Obscure the iframe's URL from the host pagetoasted-nutbread2020-02-15
|
* Check type of other for equals functionstoasted-nutbread2020-02-15
| | | | Fixes #361
* Rename optionsUpdate event to optionsUpdatedtoasted-nutbread2020-02-14
| | | | | | Past tense better indicates that the options were changed, but no data is being included as part of the event. It is also more consistent with the other event names the yomichan object currently provides.
* Add global apiForwardtoasted-nutbread2020-02-14
|
* 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
| |
| * rename display initialize methods to preparesiikamiika2020-02-13
| |
* | Define more globalstoasted-nutbread2020-02-11
|/
* Fix undefined idtoasted-nutbread2020-02-11
|
* Fix equals function on TextSourceRange when imposter elements are usedtoasted-nutbread2020-01-26
|
* Fix viewport issues when popupScaleRelativeToVisualViewport is disabledtoasted-nutbread2020-01-22
|
* Remove window.onscroll handler since it causes a warningtoasted-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
|
* Update popup position on scrolltoasted-nutbread2020-01-22
|
* Implement scale relative to visual viewporttoasted-nutbread2020-01-22
|
* Fix popup size changing when zoomingtoasted-nutbread2020-01-22
|
* Add settings to control popup content scaletoasted-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
|
* Remove redundant window resize handlertoasted-nutbread2020-01-22
|
* Create single function for how the frontend shows popup contenttoasted-nutbread2020-01-22
|
* Catch exception on range.setStarttoasted-nutbread2020-01-17
| | | | Fixes #328
* Update popup scan ignore selectorstoasted-nutbread2020-01-16
|
* Update expression-scan-toggle to term-expression-texttoasted-nutbread2020-01-16
|
* Only use Display.setContenttoasted-nutbread2020-01-16
|
* use TextScanner in QueryParsersiikamiika2020-01-16
|
* Update license info URLtoasted-nutbread2020-01-01
|
* Update copyrighttoasted-nutbread2020-01-01
|
* Change FrontendApiSender.callbacks to be a maptoasted-nutbread2019-12-21
|
* Move PopupProxyHost initializationtoasted-nutbread2019-12-21
|
* Update initializationtoasted-nutbread2019-12-21
|
* Replace window.yomichan_display with DisplayFloat.instancetoasted-nutbread2019-12-20
|
* Remove unused yomichan_frontendtoasted-nutbread2019-12-20
|
* Update how orphan state is observedtoasted-nutbread2019-12-20
|
* Move optionsUpdate message handler into Yomichan classtoasted-nutbread2019-12-20
|
* Simplify options passed to docRangeFromPointtoasted-nutbread2019-12-17
|
* Override pointer-events with importanttoasted-nutbread2019-12-17
|
* Only return unique elements from docElementsFromPointtoasted-nutbread2019-12-17
| | | | This fixes #294
* Fix undefined referencetoasted-nutbread2019-12-16
|
* Make PopupProxy functions async enabled status match Popuptoasted-nutbread2019-12-16
|
* Don't return promises for frontend message handlerstoasted-nutbread2019-12-16
|
* isVisibleAsync => isVisibletoasted-nutbread2019-12-16
|