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

git-svn-id: svn://10.0.0.236/trunk@201587 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gavin%gavinsharp.com 2006-07-05 20:03:02 +00:00
parent 021971a5ab
commit bb10bbc4e4
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