зеркало из https://github.com/mozilla/pjs.git
Bug 728168 - Replace old synchronous favicons calls in feeds. r=mak
This commit is contained in:
Родитель
dccb6ee1b8
Коммит
306273ed2b
|
@ -1366,7 +1366,7 @@ FeedWriter.prototype = {
|
|||
}
|
||||
var faviconURI = makeURI(readerURI.prePath + "/favicon.ico");
|
||||
var self = this;
|
||||
this._faviconService.setAndLoadFaviconForPage(readerURI, faviconURI, false,
|
||||
this._faviconService.setAndFetchFaviconForPage(readerURI, faviconURI, false,
|
||||
function (aURI, aDataLen, aData, aMimeType) {
|
||||
if (aDataLen > 0) {
|
||||
var dataURL = "data:" + aMimeType + ";base64," +
|
||||
|
|
|
@ -448,9 +448,8 @@ WebContentConverterRegistrar.prototype = {
|
|||
// Now Ask the user and provide the proper callback
|
||||
message = this._getFormattedString("addProtocolHandler",
|
||||
[aTitle, uri.host, aProtocol]);
|
||||
var fis = Cc["@mozilla.org/browser/favicon-service;1"].
|
||||
getService(Ci.nsIFaviconService);
|
||||
var notificationIcon = fis.getFaviconLinkForIcon(uri);
|
||||
|
||||
var notificationIcon = uri.prePath + "/favicon.ico";
|
||||
var notificationValue = "Protocol Registration: " + aProtocol;
|
||||
var addButton = {
|
||||
label: this._getString("addProtocolHandlerAddButton"),
|
||||
|
|
Загрузка…
Ссылка в новой задаче