gecko/toolkit/components/feeds
2011-11-05 23:12:28 -07:00
..
test Bug 677135 - Use JavaScript's Date object to determine whether dates in feeds can be parsed by parsing them, rather than using a regex, and return null rather than "Invalid Date" when they can't be parsed, r=mak 2011-11-05 23:12:28 -07:00
FeedProcessor.js Bug 677135 - Use JavaScript's Date object to determine whether dates in feeds can be parsed by parsing them, rather than using a regex, and return null rather than "Invalid Date" when they can't be parsed, r=mak 2011-11-05 23:12:28 -07:00
FeedProcessor.manifest
Makefile.in Bug 675492 - Null-check base URI in nsScriptableUnescapeHTML::ParseFragment in the HTML case. r=bzbarsky. 2011-08-02 20:45:38 +03:00
nsIFeed.idl
nsIFeedContainer.idl
nsIFeedElementBase.idl
nsIFeedEntry.idl
nsIFeedGenerator.idl
nsIFeedListener.idl
nsIFeedPerson.idl
nsIFeedProcessor.idl
nsIFeedResult.idl
nsIFeedTextConstruct.idl
nsIScriptableUnescapeHTML.idl Bug 676465 - Replace PRBool with boolean in IDL files, r=bsmedberg 2011-08-06 22:03:32 -07:00
nsScriptableUnescapeHTML.cpp Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
nsScriptableUnescapeHTML.h