summaryrefslogtreecommitdiff
path: root/ext/bg/js/audio.js
Commit message (Collapse)AuthorAge
* Remove unnecessary escapes from regex literalstoasted-nutbread2019-11-26
|
* Replace hasOwnProperty with simplified hasOwn functiontoasted-nutbread2019-11-26
|
* Replace string.substr and string.slice with string.substringtoasted-nutbread2019-11-24
| | | | Improves semantic clarity, and it's recommended to not use substr.
* Add support for text-to-speech playbacktoasted-nutbread2019-10-13
|
* audioBuildUrl => audioGetUrl and simplifytoasted-nutbread2019-10-13
|
* Rename audioGetFromSources's createAudioObject argument to downloadtoasted-nutbread2019-10-13
|
* Implement custom audio sourcetoasted-nutbread2019-10-10
|
* Implement audio fallbackstoasted-nutbread2019-10-10
|
* Update audio options formattoasted-nutbread2019-10-10
|
* Pass optionsContext to audioBuildUrl handlerstoasted-nutbread2019-10-09
|
* Update how audio URLs are constructedtoasted-nutbread2019-10-09
|
* Update rejections to use Errortoasted-nutbread2019-10-08
|
* Rename normalizeAudioUrl to audioUrlNormalizetoasted-nutbread2019-02-20
|
* Fix audio URLstoasted-nutbread2019-02-16
|
* merged mode: support {audio} marker (first term)siikamiika2017-10-17
|
* update error handlingAlex Yatskov2017-09-22
|
* cleanupAlex Yatskov2017-08-15