summaryrefslogtreecommitdiff
path: root/ext/fg
Commit message (Collapse)AuthorAge
* refactorsiikamiika2020-04-05
|
* move frame offset forwarding code to a classsiikamiika2020-04-05
|
* simplify popup proxy preparesiikamiika2020-04-05
|
* fix and simplifysiikamiika2020-04-05
|
* adjust iframe popup position to root pagesiikamiika2020-04-05
|
* simplify popup preparesiikamiika2020-04-05
|
* show iframe popups in root framesiikamiika2020-04-05
|
* Merge pull request #413 from toasted-nutbread/japanese-utilitytoasted-nutbread2020-03-27
|\ | | | | Convert Japanese utilities to a module-like style
| * Replace DisplayGenerator._isCharacterKanji with jp.isCodePointKanjitoasted-nutbread2020-03-21
| |
* | remove targetPopupId 'all'siikamiika2020-03-21
| | | | | | | | Make unset targetPopupId mean the same thing instead
* | use random ID as popup IDsiikamiika2020-03-21
| |
* | apply all options on profile changesiikamiika2020-03-21
|/
* 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.