Bug 342991: feeds show up empty, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=mconnor

This commit is contained in:
gavin%gavinsharp.com 2006-07-05 20:03:02 +00:00
parent cdc97fe60c
commit 68cc43bcbe
3 changed files with 7 additions and 0 deletions

View File

@ -60,6 +60,11 @@ interface nsIFeedWriter : nsISupports
*/
void changeOptions();
/**
* Uninitialize the feed writer.
*/
void close();
/**
* Subscribe to the current feed.
*/

View File

@ -180,6 +180,7 @@ bin/components/shellservice.xpt
; JavaScript components
bin/components/FeedProcessor.js
bin/components/FeedConverter.js
bin/components/FeedWriter.js
bin/components/WebContentConverter.js
bin/components/nsBrowserContentHandler.js
bin/components/nsBrowserGlue.js

View File

@ -193,6 +193,7 @@ bin\components\xultmpl.xpt
; JavaScript components
bin\components\FeedProcessor.js
bin\components\FeedConverter.js
bin\components\FeedWriter.js
bin\components\WebContentConverter.js
bin\components\nsBrowserContentHandler.js
bin\components\nsBrowserGlue.js