зеркало из https://github.com/mozilla/gecko-dev.git
Bug 342991: feeds show up empty, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=mconnor
This commit is contained in:
Родитель
cdc97fe60c
Коммит
68cc43bcbe
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче