Bug 730941 - Add "view image" to context menu. r=wesj

This commit is contained in:
Anuj Sahai 2014-04-15 00:25:47 +05:30
Родитель ae8fbb6244
Коммит f2fe12e41d
2 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -652,6 +652,15 @@ var BrowserApp = {
aTarget.muted = false;
});
NativeWindow.contextmenus.add(Strings.browser.GetStringFromName("contextmenu.viewImage"),
NativeWindow.contextmenus.imageLocationCopyableContext,
function(aTarget) {
let url = aTarget.src;
ContentAreaUtils.urlSecurityCheck(url, aTarget.ownerDocument.nodePrincipal,
Ci.nsIScriptSecurityManager.DISALLOW_SCRIPT);
BrowserApp.loadURI(url);
});
NativeWindow.contextmenus.add(Strings.browser.GetStringFromName("contextmenu.copyImageLocation"),
NativeWindow.contextmenus.imageLocationCopyableContext,
function(aTarget) {

Просмотреть файл

@ -174,6 +174,7 @@ contextmenu.copyPhoneNumber=Copy Phone Number
contextmenu.sharePhoneNumber=Share Phone Number
contextmenu.changeInputMethod=Select Input Method
contextmenu.fullScreen=Full Screen
contextmenu.viewImage=View Image
contextmenu.copyImageLocation=Copy Image Location
contextmenu.shareImage=Share Image
# LOCALIZATION NOTE (contextmenu.search):