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:
parent
021971a5ab
commit
bb10bbc4e4
@ -60,6 +60,11 @@ interface nsIFeedWriter : nsISupports
|
||||
*/
|
||||
void changeOptions();
|
||||
|
||||
/**
|
||||
* Uninitialize the feed writer.
|
||||
*/
|
||||
void close();
|
||||
|
||||
/**
|
||||
* Subscribe to the current feed.
|
||||
*/
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user