Skip to content

Commit f793b08

Browse files
committed
Bug 1619926 - Remove distribution search directory provider definitions. r=daleharvey
Also remove DirectoryProvider as it is now unused. Depends on D88018 Differential Revision: https://phabricator.services.mozilla.com/D88019
1 parent 4dcbfec commit f793b08

File tree

12 files changed

+3
-345
lines changed

12 files changed

+3
-345
lines changed

browser/components/build/components.conf

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,7 @@
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
55
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
66

7-
Classes = [
8-
{
9-
'cid': '{6deb193c-f87d-4078-bc78-5e64655b4d62}',
10-
'contract_ids': ['@mozilla.org/browser/directory-provider;1'],
11-
'type': 'mozilla::browser::DirectoryProvider',
12-
'headers': ['mozilla/browser/DirectoryProvider.h'],
13-
'categories': {'xpcom-directory-providers': 'browser-directory-provider'},
14-
},
15-
]
7+
Classes = []
168

179
TOOLKIT = buildconfig.substs['MOZ_WIDGET_TOOLKIT']
1810

browser/components/build/moz.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ FINAL_LIBRARY = 'xul'
1616

1717
LOCAL_INCLUDES += [
1818
'../about',
19-
'../dirprovider',
2019
'../migration',
2120
'../sessionstore',
2221
'../shell',

browser/components/build/nsBrowserCompsCID.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,3 @@
3939
0xb1, 0x31, 0xd9, 0x3d, 0x7d, 0x70, 0x4f, 0x64 \
4040
} \
4141
}
42-
43-
// {6DEB193C-F87D-4078-BC78-5E64655B4D62}
44-
#define NS_BROWSERDIRECTORYPROVIDER_CID \
45-
{ \
46-
0x6deb193c, 0xf87d, 0x4078, { \
47-
0xbc, 0x78, 0x5e, 0x64, 0x65, 0x5b, 0x4d, 0x62 \
48-
} \
49-
}

browser/components/dirprovider/DirectoryProvider.cpp

Lines changed: 0 additions & 168 deletions
This file was deleted.

browser/components/dirprovider/DirectoryProvider.h

Lines changed: 0 additions & 47 deletions
This file was deleted.

browser/components/dirprovider/moz.build

Lines changed: 0 additions & 22 deletions
This file was deleted.

browser/components/moz.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ DIRS += [
3333
'attribution',
3434
'contextualidentity',
3535
'customizableui',
36-
'dirprovider',
3736
'doh',
3837
'downloads',
3938
'enterprisepolicies',

browser/components/tests/unit/data/engine-de-DE.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)