Skip to content

Commit

Permalink
Merge branch 'jb47892' into 'master'
Browse files Browse the repository at this point in the history
Cleanup custom scheme handlers

See merge request mer-core/embedlite-components!45
  • Loading branch information
rainemak committed Feb 5, 2020
2 parents fb6497d + 1aff614 commit ef60d4d
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 416 deletions.
2 changes: 2 additions & 0 deletions embedlite-components.pro
Expand Up @@ -16,8 +16,10 @@ SUBDIRS += search-engines

OTHER_FILES += \
jsscripts/*.js \
jsscripts/*.jsm \
jsscripts/*.xml \
jsscripts/sync/*.js \
jscomps/*.js \
jscomps/*.jsm \
overrides/* \
configure.ac
20 changes: 0 additions & 20 deletions jscomps/EmbedLiteJSComponents.manifest
Expand Up @@ -87,26 +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

# TelProtocolHandler.js
component {7157f5ac-7436-48be-8939-2425579b6d40} TelProtocolHandler.js
contract @mozilla.org/network/protocol;1?name=tel {7157f5ac-7436-48be-8939-2425579b6d40}

# SmsProtocolHandler.js
component {06827058-5807-4a23-a9fe-b21b9775702e} SmsProtocolHandler.js
contract @mozilla.org/network/protocol;1?name=sms {06827058-5807-4a23-a9fe-b21b9775702e}

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

# GeoProtocolHandler.js
component {0b452f2d-c6b3-4aee-9a73-dec5a812d2e3} GeoProtocolHandler.js
contract @mozilla.org/network/protocol;1?name=geo {0b452f2d-c6b3-4aee-9a73-dec5a812d2e3}

# 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
47 changes: 0 additions & 47 deletions jscomps/GeoProtocolHandler.js

This file was deleted.

47 changes: 0 additions & 47 deletions jscomps/MailtoProtocolHandler.js

This file was deleted.

5 changes: 0 additions & 5 deletions jscomps/Makefile.am
Expand Up @@ -19,11 +19,6 @@ jscomps_manifest_DATA = \
PromptService.js \
PrivateDataManager.js \
EmbedliteDownloadManager.js \
TelProtocolHandler.js \
SmsProtocolHandler.js \
MailtoProtocolHandler.js \
GeoProtocolHandler.js \
RtspProtocolHandler.js \
$(NULL)

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

This file was deleted.

64 changes: 0 additions & 64 deletions jscomps/SmsProtocolHandler.js

This file was deleted.

55 changes: 0 additions & 55 deletions jscomps/TelProtocolHandler.js

This file was deleted.

1 change: 0 additions & 1 deletion jsscripts/Makefile.am
@@ -1,6 +1,5 @@
jsscripts_manifestdir=$(libdir)/mozembedlite/chrome/embedlite/content
jsscripts_manifest_DATA = \
TelURIParser.jsm \
embedhelper.js \
OrientationChangeHandler.jsm \
SelectHelper.js \
Expand Down

0 comments on commit ef60d4d

Please sign in to comment.