CARVIEW |
-
Updated Thu Sep 25 04:51:52 -0700 2008
-
Updated Sat Feb 14 11:02:29 -0800 2009
-
Updated Wed Jan 21 15:44:57 -0800 2009
-
Updated Sun Aug 10 07:17:15 -0700 2008
-
Mozilla-based instant messaging clientUpdated Tue Feb 24 00:12:35 -0800 2009
-
Updated Sun Oct 05 09:38:28 -0700 2008
-
E4X-based template engineUpdated Tue Sep 30 15:46:55 -0700 2008
-
command-line tool to sign update manifests of Mozilla extensions (update.rdf)Updated Sat Aug 16 15:18:50 -0700 2008
-
testUpdated Sat Aug 09 12:41:55 -0700 2008
-
Updated Fri Feb 27 15:39:26 -0800 2009
-
Updated Tue Aug 05 12:47:27 -0700 2008
Public Activity

-
bard committed ad3405d9:
Added module for lightweight processes with pseudo-synchronous invocation and message passing.
-
bard committed 7b5b2620:
XMPP module: support for xmpp: URIs. Preliminary transparent JID/URI handling through entity() method.
-
bard committed a6284058:
XMPP module: now exporting the XMPP object itself to avoid caller from having to provide its own.
-
bard committed f8145f8d:
Log: source creation hidden behind getSource().
ad3405d95179cb0f39f3622ddf9f8b657590afff
Added module for lightweight processes with pseudo-synchronous invocation and message passing.
7b5b2620b3dd180dfde6ad67425a29cc8a8d48e6
XMPP module: support for xmpp: URIs. Preliminary transparent JID/URI handling through entity() method.
a62840580590f1274eee3b523e58ba86eb7c1a15
XMPP module: now exporting the XMPP object itself to avoid caller from having to provide its own.
f8145f8db72629f7f699b3fe513c53f0ffd488e0
Log: source creation hidden behind getSource().

-
bard committed 221ad727:
Added caps namespace to namespace module.
-
bard committed 65ef3d55:
Client Service: saving session in observer, as for some reason we can't rely on lexical scope.
-
bard committed b447d243:
Accounts module: allow retrieving account by index.
-
bard committed 32d30038:
JSON module: was referencing undeclared "Cu" instead of Components.utils. Fixed.
-
bard committed fe263967:
Signon Dialog: was missing DTD declaration, fixed.
-
bard committed afb1e6fd:
Removed XPCOM components, having been replaced by modules.
221ad7276423108de5f30835c5a11a9b4f301168
Added caps namespace to namespace module.
65ef3d554e2eda178de89e0f345e517cf59a2ff8
Client Service: saving session in observer, as for some reason we can't rely on lexical scope.
b447d2432bfd034664522b00417c9117568f4587
Accounts module: allow retrieving account by index.
32d30038fef3e5526c21c0217cd0da79b72b9855
JSON module: was referencing undeclared "Cu" instead of Components.utils. Fixed.
fe263967e2429579c18317a426bdd8502694d304
Signon Dialog: was missing DTD declaration, fixed.
afb1e6fd0aff3346571bf5ca18c89b3ad7343e88
Removed XPCOM components, having been replaced by modules.
5dfbd4777c22ee5a8d6cff190a1da4a781af8dd5
Overlay: toExpanded() isn't defined in Thunderbird, call it conditionally.
6578d7b1b4d2260bfb5ea7ad6795f7de0f7df434
upgradeCheck(): made safe against problems in callbacks; eager saving of preferences to guard against abnormal exit.
ccdc2d4e2b148faf713ddecbd309da9b0e395af4
Preferences: removed js1.8-ism to keep compatible with Thunderbird 2.
4eed118eb8d8750b1307678e676795b46647acdd
Service: no need for "log" to be an instance variable since service is a singleton, made it into a lexical variable.
c8d2251ffff7ba3e3ac5046d4e36dd7073281c6d
Service: sessions hash cleanup, now stores connectors too.
8dd0b0bb3a9c0b4ede475625d4e144f52a437385
Preliminary more extensive reporting to user of connection-time errors.
6ff145a7307b9e5a40372fa89e3dae705c0c408d
Added string file for SASL errors. (Thanks Brett Zamir)
ba27444dee4b82da4c0871b185e923d1667bf513
XMPP object: service.open() would get a connection observer only to call back to it. Useless -- adding in XMPP.open() directly.
431e7014dc52d8edcf04c5a1db45f3ccd5e4d45b
TCP Connector: added missing namespaces for stream-level elements. (Thanks Brett Zamir)
653b48c30845fd5f85c58b6e3c0045f4a19bdf3b
TCP Connector: setting 'error' state in case of session and resource binding errors.
62b78da0778563ae6ab2fc368b294e2b86fff863
Service: minor code reformatting.
563a900fda2edf230353c534db46ba18b65112ad
XMPP object: added note about future default port 5222.
70aae4a6557b4a126adf56dc3675546d8fbbf40e
Added utility function to retrieve extended description for stanza errors, and corresponding error descriptions. (Thanks Brett Zamir)
59a6a5f185ec1ed50f06e387c0c040e6283aec9e
Provide xml:lang with <stream> according to user locale. (Thanks Brett Zamir)
ead8e0a9e0c5e2aa041998450b5d50157e81c89e
Removed obsolete mocks and tests.