snowl/modules
Myk Melez efb28b4b1e Automated merge with http://hg.mozdev.org/snowl/ 2008-12-01 15:53:13 -08:00
..
Observers.js don't remove observers that aren't in our list of observers, and support observers that are objects rather than functions 2008-09-01 18:58:02 -07:00
Preferences.js new version of Preferences module 2008-09-23 11:44:11 -07:00
StringBundle.js a StringBundle module to make accessing string bundles from JS modules and components easier; use the StringBundle module in the opml and utils modules 2008-11-30 22:57:17 -08:00
URI.js simplify argument format 2008-10-08 17:03:47 -07:00
collection.js factor out the fulltext index from the parts table so we stop doing a full table scan every time we retrieve part content 2008-11-25 18:56:54 -08:00
constants.js regression fixes: add constants file missing from previous checkin; use the NAME, HUMAN_URI, and MACHINE_URI constants in the SnowlTwitter constructor 2008-11-26 09:43:54 -08:00
datastore.js generic check source and username in local snowl db to prevent dupe subscriptions for multiple subs per uri sources (twitter) 2008-12-01 18:44:58 -05:00
feed.js initial implementation of support for multiple twitter accounts; this only supports receiving for now; sending still needs more work 2008-11-26 19:03:50 -08:00
identity.js add license header blocks to all CSS & JS files 2008-08-04 14:29:39 -07:00
log4moz.js integrate latest version of log4moz module, and stop logging to files 2008-11-18 16:06:01 -08:00
message.js fake ellipses until we can figure out how to insert them for real 2008-11-26 21:20:18 -08:00
opml.js a StringBundle module to make accessing string bundles from JS modules and components easier; use the StringBundle module in the opml and utils modules 2008-11-30 22:57:17 -08:00
service.js generic check source and username in local snowl db to prevent dupe subscriptions for multiple subs per uri sources (twitter) 2008-12-01 18:44:58 -05:00
source.js initial implementation of support for multiple twitter accounts; this only supports receiving for now; sending still needs more work 2008-11-26 19:03:50 -08:00
target.js finish making SnowlSource and SnowlTarget be abstract classes that SnowlFeed and SnowlTwitter compose so we can more easily move functionality that is common to both SnowlFeed and SnowlTwitter into the abstract classes 2008-11-20 17:50:26 -08:00
twitter.js fix Twitter accounts from before we started persisting usernames and supporting multiple accounts with the username being part of the name of the account 2008-11-26 22:26:59 -08:00
utils.js eliminate the Twenty Seven Days Ago string that we never use and rename twentySevenDaysAgo to fourWeeksAgo, which is slightly less accurate but much more understandable 2008-12-01 15:53:02 -08:00