summaryrefslogtreecommitdiff
path: root/ext/fg/js/popup.js
Commit message (Collapse)AuthorAge
* wipAlex Yatskov2017-03-16
|
* wipAlex Yatskov2017-03-15
|
* inject yomichan frame on demand, fixes #34Alex Yatskov2017-03-15
|
* add options for setting popup width, height, offsetAlex Yatskov2017-03-11
|
* more work on making popup be sized properlyAlex Yatskov2017-03-11
|
* smarter popup placementAlex Yatskov2017-03-11
|
* cleanupAlex Yatskov2017-03-04
|
* fix various issues related to scanning form fields1.0.17Alex Yatskov2017-02-28
|
* fix url and sentence tags on kanji cardsAlex Yatskov2017-02-10
|
* handle content script and background script desync on version update1.0.9Alex Yatskov2017-02-05
|
* fix annoying popup window behavior near window bordersAlex Yatskov2017-01-10
|
* cleanupAlex Yatskov2017-01-09
|
* WIPAlex Yatskov2017-01-08
|
* WIPAlex Yatskov2017-01-07
|
* WIPAlex Yatskov2017-01-07
|
* prevent popup from going off the windowAlex Yatskov2016-12-28
|
* Cleanup, reset scroll position on definition lookup (#20)Alex Yatskov2016-10-17
|
* Automatically look up Kanji when cannot find definitions.Alex Yatskov2016-10-08
| | | | Allow text scanning without holding Shift key (resolves #18).
* Add visibility queryAlex Yatskov2016-09-29
|
* CleanupAlex Yatskov2016-09-15
|
* CleanupAlex Yatskov2016-09-11
|
* More cleanupAlex Yatskov2016-08-20
|
* Support looking up definitions for buttons and inputs.Alex Yatskov2016-07-23
|
* Use document.write to populate IFRAME, as this avoids flicker on navbarAlex Yatskov2016-07-23
| | | | | buttons and performs better. Will have to conditionally do the old behavior for Firefox.
* Temporarily removing gecko code from master until everything works inAlex Yatskov2016-07-06
| | | | | | | firefox branch. This reverts commit 30585892b812dbf19c15bd010d6032fffa204c0d, reversing changes made to bd89db4ec5a55e7b08b27a3d736a32e859084aff.
* Use iFrame srcdoc attribute to set the content of the popupispedals2016-06-19
| | | | | | | | Previously the contentdocument of the iFrame was opened and document.write() was being used set the contents of the popup. In Gecko, content scripts do not have the same security context as of the embedded page, so the call to document.open() results in a SecurityError.
* CleanupAlex Yatskov2016-05-29
|
* OptimizationAlex Yatskov2016-05-05
|
* ImprovementsAlex Yatskov2016-04-24
|
* Get rid of flickerAlex Yatskov2016-04-23
|
* Mostly workingAlex Yatskov2016-04-23
|
* WIPAlex Yatskov2016-04-23
|
* WIPAlex Yatskov2016-04-22
|
* WIPAlex Yatskov2016-04-22
|
* Work on popup scriptAlex Yatskov2016-04-21
|
* WIPAlex Yatskov2016-04-20
|
* StubAlex Yatskov2016-04-18
|
* Revert "Support switching between edict and enamdict"Alex Yatskov2016-04-17
| | | | This reverts commit f079db0471424a873f22315c7911571d467e97ad.
* Support switching between edict and enamdictAlex Yatskov2016-04-17