Bug 497123 - Bring back gContextMenu.imageURL as per Firefox Bug 497098; r+sr=neil
This commit is contained in:
Родитель
508975f333
Коммит
e3e6f8fbd5
|
@ -1162,14 +1162,18 @@ nsContextMenu.prototype = {
|
|||
break;
|
||||
}
|
||||
},
|
||||
|
||||
copyMediaLocation : function () {
|
||||
var clipboard = Components.classes["@mozilla.org/widget/clipboardhelper;1"]
|
||||
.getService(Components.interfaces.nsIClipboardHelper);
|
||||
clipboard.copyString(this.mediaURL);
|
||||
},
|
||||
|
||||
get imageURL() {
|
||||
if (this.onImage)
|
||||
return this.mediaURL;
|
||||
return "";
|
||||
}
|
||||
};
|
||||
|
||||
/*************************************************************************
|
||||
*
|
||||
* nsDefaultEngine : nsIObserver
|
||||
|
|
Загрузка…
Ссылка в новой задаче