aboutsummaryrefslogtreecommitdiff
path: root/ext/fg
Commit message (Collapse)AuthorAge
* Merge pull request #439 from siikamiika/popup-live-togglesiikamiika2020-04-17
|\ | | | | Popup live toggle
| * fix _canEnable being used before setting optionssiikamiika2020-04-14
| |
| * don't focus tab when changing settingssiikamiika2020-04-14
| |
| * prevent spawning multiple FrameOffsetForwarderssiikamiika2020-04-12
| |
| * fix optionsContext URL for root popupsiikamiika2020-04-12
| |
| * remove redundant call guardsiikamiika2020-04-11
| |
| * simplify frontend disable overridesiikamiika2020-04-11
| |
| * use setters instead of EventDispatchersiikamiika2020-04-11
| |
| * fix preview frame errorsiikamiika2020-04-11
| |
| * change iframe popup livesiikamiika2020-04-11
| |
| * cache created popupssiikamiika2020-04-11
| |
| * extract different popup creation functionssiikamiika2020-04-11
| |
| * allow disabling scan on search page livesiikamiika2020-04-11
| |
| * limit popup depth livesiikamiika2020-04-11
| |
| * prevent injecting frontend multiple timessiikamiika2020-04-11
| |
| * listen to optionsUpdated in popup-nested.jssiikamiika2020-04-11
| |
* | Fix default value of _orphanedtoasted-nutbread2020-04-11
|/
* Merge pull request #437 from toasted-nutbread/backend-api-handler-changestoasted-nutbread2020-04-11
|\ | | | | Backend api handler changes
| * apiBroadcast => apiBroadcastTabtoasted-nutbread2020-04-10
| |
| * Rename apiForward to apiBroadcasttoasted-nutbread2020-04-07
| |
* | Update license author field to broader to explicitly reflect thatAlex Yatskov2020-04-10
|/ | | | | Yomichan is an ongoing community project. It really does take a village, and everyone who contributes code owns a part of it :)
* Add support for getting the document titletoasted-nutbread2020-04-06
|
* refactor _updateFrameOffsetsiikamiika2020-04-05
|
* reduce code duplicationsiikamiika2020-04-05
|
* add option for iframe popupssiikamiika2020-04-05
|
* give a name to a timeoutsiikamiika2020-04-05
|
* move broadcastRootPopupInformation to Frontendsiikamiika2020-04-05
|
* default to [0, 0] when sourceFrame is not foundsiikamiika2020-04-05
|
* use getTemporaryListenerResult in other placessiikamiika2020-04-05
|
* error handlingsiikamiika2020-04-05
|
* throttle frame offset gettingsiikamiika2020-04-05
|
* refactor getTemporaryListenerResult timeoutsiikamiika2020-04-05
|
* temporary listener abstractionsiikamiika2020-04-05
|
* 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