diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-20 10:21:56 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-20 10:21:56 +0000 |
commit | d6ba7acc8414cc0e7fc25798150fd575828638f9 (patch) | |
tree | 742288a91f07dad290a6c39c75cf342d3fcfded4 | |
parent | 670d30e04dfe2c838e6ff0c5512783d50b7c0615 (diff) | |
download | basilisk-d6ba7acc8414cc0e7fc25798150fd575828638f9.tar.gz |
Issue MoonchildProductions/UXP#1538 - remove speech recognition
- Update back-end branch pointer
- Remove recognition interface from package manifest
-rw-r--r-- | basilisk/installer/package-manifest.in | 3 | ||||
m--------- | platform | 0 |
2 files changed, 0 insertions, 3 deletions
diff --git a/basilisk/installer/package-manifest.in b/basilisk/installer/package-manifest.in index c411467..22a71d4 100644 --- a/basilisk/installer/package-manifest.in +++ b/basilisk/installer/package-manifest.in @@ -204,9 +204,6 @@ @RESPATH@/components/dom_storage.xpt @RESPATH@/components/dom_stylesheets.xpt @RESPATH@/components/dom_traversal.xpt -#ifdef MOZ_WEBSPEECH -@RESPATH@/components/dom_webspeechrecognition.xpt -#endif @RESPATH@/components/dom_workers.xpt @RESPATH@/components/dom_xbl.xpt @RESPATH@/components/dom_xhr.xpt diff --git a/platform b/platform -Subproject 7c779d875b20bce3f5b864136e4567080113564 +Subproject 14f6f230d7545d3906a7fd72f3d4677f3b6503d |