Skip to content

Commit

Permalink
[embedlite-components] Remove custom rtsp scheme handler. JB#47892
Browse files Browse the repository at this point in the history
  • Loading branch information
rainemak committed Feb 4, 2020
1 parent deb28d8 commit b771578
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 55 deletions.
4 changes: 0 additions & 4 deletions jscomps/EmbedLiteJSComponents.manifest
Expand Up @@ -91,10 +91,6 @@ category app-startup PrivateDataManager service,@mozilla.org/embedlite/private-d
component {25cbc673-c16b-4bec-affd-8d57398af512} MailtoProtocolHandler.js
contract @mozilla.org/network/protocol;1?name=mailto {25cbc673-c16b-4bec-affd-8d57398af512}

# RtspProtocolHandler.js
component {d43dab24-fab1-11e3-b977-3c970e7aaa3d} RtspProtocolHandler.js
contract @mozilla.org/network/protocol;1?name=rtsp {d43dab24-fab1-11e3-b977-3c970e7aaa3d}

# EmbedliteDownloadManager.js
component {71b0a6e8-83ac-4006-af97-d66009db97c8} EmbedliteDownloadManager.js
contract @mozilla.org/embedlite/download-manager;1 {71b0a6e8-83ac-4006-af97-d66009db97c8}
Expand Down
1 change: 0 additions & 1 deletion jscomps/Makefile.am
Expand Up @@ -20,7 +20,6 @@ jscomps_manifest_DATA = \
PrivateDataManager.js \
EmbedliteDownloadManager.js \
MailtoProtocolHandler.js \
RtspProtocolHandler.js \
$(NULL)

AM_CPPFLAGS = $(DEPS_CFLAGS)
49 changes: 0 additions & 49 deletions jscomps/RtspProtocolHandler.js

This file was deleted.

1 change: 0 additions & 1 deletion link_to_system.sh
Expand Up @@ -45,7 +45,6 @@ jscomps/PromptService.js
jscomps/PrivateDataManager.js
jscomps/EmbedliteDownloadManager.js
jscomps/MailtoProtocolHandler.js
jscomps/RtspProtocolHandler.js
"

for str in $FILES_LIST; do
Expand Down

0 comments on commit b771578

Please sign in to comment.