aboutsummaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAge
* Use IIFE for entry pointstoasted-nutbread2020-04-22
* Move popup-nested content into float-maintoasted-nutbread2020-04-21
* Create float-main.jstoasted-nutbread2020-04-19
* Create popup-preview-frame-main.jstoasted-nutbread2020-04-19
* Rename search-frontend.js to search-main.jstoasted-nutbread2020-04-19
* Rename context.js to context-main.jstoasted-nutbread2020-04-19
* Create background-main.jstoasted-nutbread2020-04-19
* Change frontend-initialize.js to content-script-main.jstoasted-nutbread2020-04-19
* Change some more variables using 'source' instead of 'content'toasted-nutbread2020-04-19
* Add documentationtoasted-nutbread2020-04-19
* Rename loadImage to loadImageBase64 for claritytoasted-nutbread2020-04-19
* Make getFileNameExtension properly handle directory separatorstoasted-nutbread2020-04-19
* Use 'content' instead of 'source' to contain media file datatoasted-nutbread2020-04-19
* Show small image preview on [Image] link hover/focustoasted-nutbread2020-04-18
* Fix space being inside the <a> and thus being underlinedtoasted-nutbread2020-04-18
* Add support for displaying imagestoasted-nutbread2020-04-18
* Add API for getting media datatoasted-nutbread2020-04-18
* Add support for importing and storing media filestoasted-nutbread2020-04-18
* Fix _prepareError checktoasted-nutbread2020-04-18
* Remove unused globaltoasted-nutbread2020-04-18
* Update style, use isObjecttoasted-nutbread2020-04-18
* Show error status for prepare() errorstoasted-nutbread2020-04-18
* Add a delay before showing the loading statetoasted-nutbread2020-04-18
* Update when/how badge state is changedtoasted-nutbread2020-04-18
* Update isPrepared to be consistent with DisplaySearch's isPreparedtoasted-nutbread2020-04-18
* Merge pull request #442 from toasted-nutbread/audio-system-refactoringtoasted-nutbread2020-04-18
|\
| * Fix overlapping audio.play calls due to awaittoasted-nutbread2020-04-18
| * Await and handle errors from audio.play()toasted-nutbread2020-04-18
| * Remove unused globaltoasted-nutbread2020-04-18
| * Update styletoasted-nutbread2020-04-18
| * Fix button title text not updating correctly in merge modetoasted-nutbread2020-04-18
| * Return index of the source instead of the source valuetoasted-nutbread2020-04-18
| * Only return the cached value if it uses a valid sourcetoasted-nutbread2020-04-18
| * Disable cache on the backend and fix a bug with the cache keytoasted-nutbread2020-04-18
| * Remove de/structuring from public APItoasted-nutbread2020-04-18
| * Update the parameters passed to various audio-related functionstoasted-nutbread2020-04-18
* | cache invalidationsiikamiika2020-04-18
* | simplify element source lazy loadsiikamiika2020-04-18
* | cache closed shadow dom content windowssiikamiika2020-04-18
* | lazy load element sourcessiikamiika2020-04-18
* | optimize source frame findingsiikamiika2020-04-18
* | use getFullscreenElement to check fullscreensiikamiika2020-04-18
* | move open shadow root iframe finder to a functionsiikamiika2020-04-18
* | show popup inside iframe for closed shadow domsiikamiika2020-04-18
* | support iframes inside open shadow domsiikamiika2020-04-18
* | disable root frame popup when iframe is fullscreensiikamiika2020-04-18
|/
* Merge pull request #453 from toasted-nutbread/reuse-anki-instancetoasted-nutbread2020-04-18
|\
| * Remove unused globaltoasted-nutbread2020-04-17
| * Use isObjecttoasted-nutbread2020-04-17
| * Pass anki reference to AnkiNoteBuilder constructortoasted-nutbread2020-04-12