summaryrefslogtreecommitdiff
path: root/ext/mixed/js
Commit message (Expand)AuthorAge
* Change some more variables using 'source' instead of 'content'toasted-nutbread2020-04-19
* Use 'content' instead of 'source' to contain media file datatoasted-nutbread2020-04-19
* Add support for displaying imagestoasted-nutbread2020-04-18
* Add API for getting media datatoasted-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
| * 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
* | use getFullscreenElement to check fullscreensiikamiika2020-04-18
|/
* Merge pull request #447 from toasted-nutbread/util-conversionstoasted-nutbread2020-04-18
|\
| * Convert some util* functions into api* functionstoasted-nutbread2020-04-11
| * Add isExtensionUrl utility function to yomichan objecttoasted-nutbread2020-04-11
* | Merge pull request #456 from siikamiika/parse-text-refactorsiikamiika2020-04-17
|\ \
| * | move QueryParser.parseText to Backendsiikamiika2020-04-13
* | | Merge pull request #439 from siikamiika/popup-live-togglesiikamiika2020-04-17
|\ \ \ | |/ / |/| |
| * | simplify frontend disable overridesiikamiika2020-04-11
| * | change iframe popup livesiikamiika2020-04-11
| * | limit popup depth livesiikamiika2020-04-11
| |/
* | Merge pull request #443 from toasted-nutbread/fix-get-selectiontoasted-nutbread2020-04-12
|\ \ | |/ |/|
| * Fix getSelection not working in QueryParsertoasted-nutbread2020-04-10
* | Merge pull request #438 from toasted-nutbread/display-generator-refactoringtoasted-nutbread2020-04-11
|\ \
| * | Simplify access to details fields in createTermEntrytoasted-nutbread2020-04-09
| * | Update how termTags is passed to _createTermExpressiontoasted-nutbread2020-04-09
| * | Rename "only" to "disambiguation" to match naming convention used for pitch a...toasted-nutbread2020-04-09
| * | Update _appendMultiple to not use a fallbacktoasted-nutbread2020-04-09
| * | Organizetoasted-nutbread2020-04-09
| * | Mark functions as privatetoasted-nutbread2020-04-09
| * | Remove staticstoasted-nutbread2020-04-09
| * | Remove data-multi assignmentstoasted-nutbread2020-04-09
| |/
* | Merge pull request #437 from toasted-nutbread/backend-api-handler-changestoasted-nutbread2020-04-11
|\ \
| * | 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
|/
* Fix not awaiting this._getNoteContexttoasted-nutbread2020-04-06
* Add overridable getDocumentTitletoasted-nutbread2020-04-06
* Add support for {document-title}toasted-nutbread2020-04-06
* Add custom context object for note creationtoasted-nutbread2020-04-06
* Rename context to detailstoasted-nutbread2020-04-06
* fix NOT (a OR B) to NOT (a AND b)siikamiika2020-04-05
* strict object property type checksiikamiika2020-04-05
* simplify promisesiikamiika2020-04-05
* use duck typing for event listenersiikamiika2020-04-05
* setTimeout refactoringsiikamiika2020-04-05
* use getTemporaryListenerResult in other placessiikamiika2020-04-05