-
Notifications
You must be signed in to change notification settings - Fork 0
/
jar.mn
130 lines (129 loc) · 10.4 KB
/
jar.mn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
chatzilla.jar:
% component {f21c35f4-1dd1-11b2-a503-9bf8a539ea39} components/chatzilla-service.js
% component {38a95514-1dd2-11b2-97e7-9da958640f2c} components/chatzilla-service.js
% contract @mozilla.org/network/protocol;1?name=irc {f21c35f4-1dd1-11b2-a503-9bf8a539ea39}
% contract @mozilla.org/network/protocol;1?name=ircs {f21c35f4-1dd1-11b2-a503-9bf8a539ea39}
% contract @mozilla.org/commandlinehandler/general-startup;1?type=chat {38a95514-1dd2-11b2-97e7-9da958640f2c}
% category command-line-handler m-irc @mozilla.org/commandlinehandler/general-startup;1?type=chat
% content chatzilla %content/chatzilla/
% skin chatzilla modern/1.0 %skin/modern/chatzilla/
% overlay chrome://browser/content/browser.xul chrome://chatzilla/content/browserOverlay.xul application={ec8030f7-c20a-464f-9b0e-13a3a9e97384}
% overlay chrome://browser/content/browser.xul chrome://chatzilla/content/browserOverlay.xul application={a463f10c-3994-11da-9945-000d60ca027b}
% overlay chrome://navigator/content/navigator.xul chrome://chatzilla/content/browserOverlay.xul application={92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}
% overlay chrome://editor/content/editorTasksOverlay.xul chrome://chatzilla/content/chatzillaOverlay.xul application={92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}
% overlay chrome://communicator/content/pref/preferences.xul chrome://chatzilla/content/prefsOverlay.xul application={92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}
% overlay chrome://communicator/content/pref/pref-appearance.xul chrome://chatzilla/content/prefsOverlay.xul application={92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}
% style chrome://browser/content/browser.xul chrome://chatzilla/skin/browserOverlay.css
% style chrome://global/content/customizeToolbar.xul chrome://chatzilla/skin/browserOverlay.css
content/chatzilla/lib/js/utils.js (js/lib/utils.js)
content/chatzilla/lib/js/events.js (js/lib/events.js)
content/chatzilla/lib/js/connection-xpcom.js (js/lib/connection-xpcom.js)
content/chatzilla/lib/js/command-manager.js (js/lib/command-manager.js)
content/chatzilla/lib/js/pref-manager.js (js/lib/pref-manager.js)
content/chatzilla/lib/js/message-manager.js (js/lib/message-manager.js)
content/chatzilla/lib/js/menu-manager.js (js/lib/menu-manager.js)
content/chatzilla/lib/js/ident.js (js/lib/ident.js)
content/chatzilla/lib/js/irc.js (js/lib/irc.js)
content/chatzilla/lib/js/irc-debug.js (js/lib/irc-debug.js)
content/chatzilla/lib/js/file-utils.js (js/lib/file-utils.js)
content/chatzilla/lib/js/dcc.js (js/lib/dcc.js)
content/chatzilla/lib/js/text-serializer.js (js/lib/text-serializer.js)
content/chatzilla/lib/js/text-logger.js (js/lib/text-logger.js)
content/chatzilla/lib/xul/munger.js (xul/lib/munger.js)
content/chatzilla/lib/xul/tree-utils.js (xul/lib/tree-utils.js)
content/chatzilla/chatzilla.xul (xul/content/chatzilla.xul)
content/chatzilla/scripts.xul (xul/content/scripts.xul)
content/chatzilla/menus.xul (xul/content/menus.xul)
content/chatzilla/popups.xul (xul/content/popups.xul)
content/chatzilla/channels.xul (xul/content/channels.xul)
content/chatzilla/channels.js (xul/content/channels.js)
content/chatzilla/output-window.html (xul/content/output-window.html)
content/chatzilla/output-window.js (xul/content/output-window.js)
content/chatzilla/commands.js (xul/content/commands.js)
content/chatzilla/handlers.js (xul/content/handlers.js)
content/chatzilla/prefs.js (xul/content/prefs.js)
content/chatzilla/messages.js (xul/content/messages.js)
content/chatzilla/menus.js (xul/content/menus.js)
content/chatzilla/mungers.js (xul/content/mungers.js)
content/chatzilla/static.js (xul/content/static.js)
content/chatzilla/networks.js (xul/content/networks.js)
content/chatzilla/dynamic.css (xul/content/dynamic.css)
content/chatzilla/output-base.css (xul/content/output-base.css)
content/chatzilla/chatzillaOverlay.xul (xul/content/chatzillaOverlay.xul)
content/chatzilla/chatzillaOverlay.js (xul/content/chatzillaOverlay.js)
content/chatzilla/browserOverlay.xul (xul/content/browserOverlay.xul)
content/chatzilla/prefsOverlay.xul (xul/content/prefsOverlay.xul)
content/chatzilla/pref-irc.xul (xul/content/pref-irc.xul)
content/chatzilla/pref-irc-toolkit.xul (xul/content/pref-irc-toolkit.xul)
content/chatzilla/config.xul (xul/content/config.xul)
content/chatzilla/config-add.xul (xul/content/config-add.xul)
content/chatzilla/config.js (xul/content/config.js)
content/chatzilla/config-add.js (xul/content/config-add.js)
content/chatzilla/config.css (xul/content/config.css)
content/chatzilla/install-plugin/install-plugin.js (xul/content/install-plugin/install-plugin.js)
content/chatzilla/install-plugin/install-plugin.xul (xul/content/install-plugin/install-plugin.xul)
content/chatzilla/about/about.xul (xul/content/about/about.xul)
content/chatzilla/about/about.js (xul/content/about/about.js)
content/chatzilla/ceip/ceip.js (xul/content/ceip/ceip.js)
content/chatzilla/ceip/config.xul (xul/content/ceip/config.xul)
content/chatzilla/ceip/config.js (xul/content/ceip/config.js)
skin/modern/chatzilla/chatzilla.css (xul/skin/chatzilla.css)
skin/modern/chatzilla/chatzillaOverlay.css (xul/skin/chatzillaOverlay.css)
skin/modern/chatzilla/browserOverlay.css (xul/skin/browserOverlay.css)
skin/modern/chatzilla/channels.css (xul/skin/channels.css)
skin/modern/chatzilla/install-plugin.css (xul/skin/install-plugin.css)
skin/modern/chatzilla/about.css (xul/skin/about.css)
skin/modern/chatzilla/output-default.css (xul/skin/output-default.css)
skin/modern/chatzilla/output-light.css (xul/skin/output-light.css)
skin/modern/chatzilla/output-dark.css (xul/skin/output-dark.css)
skin/modern/chatzilla/images/logo.png (xul/skin/images/logo.png)
skin/modern/chatzilla/images/face-alien.png (xul/skin/images/face-alien.png)
skin/modern/chatzilla/images/face-angry.png (xul/skin/images/face-angry.png)
skin/modern/chatzilla/images/face-cry.png (xul/skin/images/face-cry.png)
skin/modern/chatzilla/images/face-confused.png (xul/skin/images/face-confused.png)
skin/modern/chatzilla/images/face-cool.png (xul/skin/images/face-cool.png)
skin/modern/chatzilla/images/face-dizzy.png (xul/skin/images/face-dizzy.png)
skin/modern/chatzilla/images/face-dizzy-back.png (xul/skin/images/face-dizzy-back.png)
skin/modern/chatzilla/images/face-eek.png (xul/skin/images/face-eek.png)
skin/modern/chatzilla/images/face-evil.png (xul/skin/images/face-evil.png)
skin/modern/chatzilla/images/face-laugh.png (xul/skin/images/face-laugh.png)
skin/modern/chatzilla/images/face-lol.png (xul/skin/images/face-lol.png)
skin/modern/chatzilla/images/face-normal.png (xul/skin/images/face-normal.png)
skin/modern/chatzilla/images/face-question.png (xul/skin/images/face-question.png)
skin/modern/chatzilla/images/face-red.png (xul/skin/images/face-red.png)
skin/modern/chatzilla/images/face-rofl.png (xul/skin/images/face-rofl.png)
skin/modern/chatzilla/images/face-rolleyes.png (xul/skin/images/face-rolleyes.png)
skin/modern/chatzilla/images/face-sad.png (xul/skin/images/face-sad.png)
skin/modern/chatzilla/images/face-smile.png (xul/skin/images/face-smile.png)
skin/modern/chatzilla/images/face-surprised.png (xul/skin/images/face-surprised.png)
skin/modern/chatzilla/images/face-tongue.png (xul/skin/images/face-tongue.png)
skin/modern/chatzilla/images/face-wink.png (xul/skin/images/face-wink.png)
skin/modern/chatzilla/images/no-symbol.png (xul/skin/images/no-symbol.png)
skin/modern/chatzilla/images/no-graphic.png (xul/skin/images/no-graphic.png)
skin/modern/chatzilla/images/founder-symbol.png (xul/skin/images/founder-symbol.png)
skin/modern/chatzilla/images/founder-graphic.png (xul/skin/images/founder-graphic.png)
skin/modern/chatzilla/images/admin-symbol.png (xul/skin/images/admin-symbol.png)
skin/modern/chatzilla/images/admin-graphic.png (xul/skin/images/admin-graphic.png)
skin/modern/chatzilla/images/op-symbol.png (xul/skin/images/op-symbol.png)
skin/modern/chatzilla/images/op-graphic.png (xul/skin/images/op-graphic.png)
skin/modern/chatzilla/images/halfop-symbol.png (xul/skin/images/halfop-symbol.png)
skin/modern/chatzilla/images/halfop-graphic.png (xul/skin/images/halfop-graphic.png)
skin/modern/chatzilla/images/voice-symbol.png (xul/skin/images/voice-symbol.png)
skin/modern/chatzilla/images/voice-graphic.png (xul/skin/images/voice-graphic.png)
skin/modern/chatzilla/images/taskbar-irc.gif (xul/skin/images/taskbar-irc.gif)
skin/modern/chatzilla/images/chatzilla-16.gif (xul/skin/images/chatzilla-16.gif)
skin/modern/chatzilla/images/multiline-expand.png (xul/skin/images/multiline-expand.png)
skin/modern/chatzilla/images/multiline-contract.png (xul/skin/images/multiline-contract.png)
skin/modern/chatzilla/images/input-send.png (xul/skin/images/input-send.png)
skin/modern/chatzilla/images/secure.png (xul/skin/images/secure.png)
skin/modern/chatzilla/images/secure-broken.png (xul/skin/images/secure-broken.png)
skin/modern/chatzilla/images/online.png (xul/skin/images/online.png)
skin/modern/chatzilla/images/offline.png (xul/skin/images/offline.png)
skin/modern/chatzilla/images/drop-indicator-bottom.png (xul/skin/images/drop-indicator-bottom.png)
skin/modern/chatzilla/images/logging-on.png (xul/skin/images/logging-on.png)
skin/modern/chatzilla/images/logging-off.png (xul/skin/images/logging-off.png)
skin/modern/chatzilla/images/spbubble-on.png (xul/skin/images/spbubble-on.png)
skin/modern/chatzilla/images/spbubble-off.png (xul/skin/images/spbubble-off.png)