aboutsummaryrefslogtreecommitdiff
path: root/ext/fg
Commit message (Collapse)AuthorAge
* Update global declarationstoasted-nutbread2020-03-10
|
* strict check if popup depth has been setsiikamiika2020-03-09
|
* start popup depth from 1 on search pagesiikamiika2020-03-09
|
* Rename audio.js to audio-system.jstoasted-nutbread2020-03-07
|
* Merge pull request #393 from siikamiika/reconnect-frontend-api-sendersiikamiika2020-03-08
|\ | | | | reconnect FrontendApiSender after disconnecting
| * reconnect FrontendApiSender after disconnectingsiikamiika2020-03-07
| |
* | replace spread with destructuringsiikamiika2020-03-07
| |
* | fix popup containsPoint offsetsiikamiika2020-03-07
|/
* fix content script entry point Yomichan preparesiikamiika2020-03-02
| | | | Covers Popup stuff in addition to Frontend
* ensure Backend prepare in other placessiikamiika2020-03-02
|
* fix hotkeys in popupsiikamiika2020-03-01
|
* Use .bind instead of () => {}toasted-nutbread2020-02-26
|
* Use .bind instead of () => {}toasted-nutbread2020-02-26
|
* Move event handler definitionstoasted-nutbread2020-02-26
|
* Move event handler definitionstoasted-nutbread2020-02-26
|
* Use TemplateHandler for DisplayGeneratortoasted-nutbread2020-02-23
|
* Fix trailing newlines not actually generating a new line in the impostertoasted-nutbread2020-02-23
| | | | This was causing vertical scroll offset issues
* Use textContent instead of innerTexttoasted-nutbread2020-02-23
|
* Don't use innerHTMLtoasted-nutbread2020-02-23
|
* Fix brace style issuestoasted-nutbread2020-02-22
|
* 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.
* 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 #358 from toasted-nutbread/general-refactoringtoasted-nutbread2020-02-14
|\ | | | | General refactoring
| * Commatoasted-nutbread2020-02-13
| |
* | 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
|