mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
fix bug 15137, open->openDialog, r=jar
This commit is contained in:
parent
86ed577bd4
commit
0ccf1220b4
@ -872,7 +872,7 @@ function OpenSearch(tabName, searchStr)
|
||||
|
||||
function WalletEditor()
|
||||
{
|
||||
window.open("chrome://wallet/content/WalletEditor.xul","walletEditor","modal,chrome,height=504,width=436");
|
||||
window.openDialog("chrome://wallet/content/WalletEditor.xul","walletEditor","modal,chrome,height=504,width=436");
|
||||
|
||||
}
|
||||
|
||||
@ -924,12 +924,12 @@ function OpenSearch(tabName, searchStr)
|
||||
|
||||
function SignonViewer()
|
||||
{
|
||||
window.open("chrome://wallet/content/SignonViewer.xul","SSViewer","modal,chrome,height=504,width=436");
|
||||
window.openDialog("chrome://wallet/content/SignonViewer.xul","SSViewer","modal,chrome,height=504,width=436");
|
||||
}
|
||||
|
||||
function CookieViewer()
|
||||
{
|
||||
window.open("chrome://wallet/content/CookieViewer.xul","CookieViewer","modal,chrome,height=504,width=436");
|
||||
window.openDialog("chrome://wallet/content/CookieViewer.xul","CookieViewer","modal,chrome,height=504,width=436");
|
||||
}
|
||||
|
||||
function OpenMessenger()
|
||||
|
@ -872,7 +872,7 @@ function OpenSearch(tabName, searchStr)
|
||||
|
||||
function WalletEditor()
|
||||
{
|
||||
window.open("chrome://wallet/content/WalletEditor.xul","walletEditor","modal,chrome,height=504,width=436");
|
||||
window.openDialog("chrome://wallet/content/WalletEditor.xul","walletEditor","modal,chrome,height=504,width=436");
|
||||
|
||||
}
|
||||
|
||||
@ -924,12 +924,12 @@ function OpenSearch(tabName, searchStr)
|
||||
|
||||
function SignonViewer()
|
||||
{
|
||||
window.open("chrome://wallet/content/SignonViewer.xul","SSViewer","modal,chrome,height=504,width=436");
|
||||
window.openDialog("chrome://wallet/content/SignonViewer.xul","SSViewer","modal,chrome,height=504,width=436");
|
||||
}
|
||||
|
||||
function CookieViewer()
|
||||
{
|
||||
window.open("chrome://wallet/content/CookieViewer.xul","CookieViewer","modal,chrome,height=504,width=436");
|
||||
window.openDialog("chrome://wallet/content/CookieViewer.xul","CookieViewer","modal,chrome,height=504,width=436");
|
||||
}
|
||||
|
||||
function OpenMessenger()
|
||||
|
Loading…
Reference in New Issue
Block a user