Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[embedlite-components] Remove custom scheme handler. Fixes JB#47892
  • Loading branch information
rainemak committed Feb 4, 2020
1 parent b771578 commit 1aff614
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 53 deletions.
4 changes: 0 additions & 4 deletions jscomps/EmbedLiteJSComponents.manifest
Expand Up @@ -87,10 +87,6 @@ component {6a7dd2ef-b7c8-4ab5-8c35-c0e5d7557ccf} PrivateDataManager.js
contract @mozilla.org/embedlite/private-data-manager;1 {6a7dd2ef-b7c8-4ab5-8c35-c0e5d7557ccf}
category app-startup PrivateDataManager service,@mozilla.org/embedlite/private-data-manager;1

# MailtoProtocolHandler.js
component {25cbc673-c16b-4bec-affd-8d57398af512} MailtoProtocolHandler.js
contract @mozilla.org/network/protocol;1?name=mailto {25cbc673-c16b-4bec-affd-8d57398af512}

# EmbedliteDownloadManager.js
component {71b0a6e8-83ac-4006-af97-d66009db97c8} EmbedliteDownloadManager.js
contract @mozilla.org/embedlite/download-manager;1 {71b0a6e8-83ac-4006-af97-d66009db97c8}
Expand Down
47 changes: 0 additions & 47 deletions jscomps/MailtoProtocolHandler.js

This file was deleted.

1 change: 0 additions & 1 deletion jscomps/Makefile.am
Expand Up @@ -19,7 +19,6 @@ jscomps_manifest_DATA = \
PromptService.js \
PrivateDataManager.js \
EmbedliteDownloadManager.js \
MailtoProtocolHandler.js \
$(NULL)

AM_CPPFLAGS = $(DEPS_CFLAGS)
1 change: 0 additions & 1 deletion link_to_system.sh
Expand Up @@ -44,7 +44,6 @@ jscomps/EmbedLiteWebAppInstall.js
jscomps/PromptService.js
jscomps/PrivateDataManager.js
jscomps/EmbedliteDownloadManager.js
jscomps/MailtoProtocolHandler.js
"

for str in $FILES_LIST; do
Expand Down

0 comments on commit 1aff614

Please sign in to comment.