r=morse, sr=alecf Remove wallet samples from the build - point to the ones on mozilla.org git-svn-id: svn://10.0.0.236/trunk@127890 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
af5aad71f5
commit
e051f15fc4
@ -33,17 +33,6 @@ en-US.jar:
|
|||||||
locale/en-US/communicator/wallet/SignonViewer.dtd (signonviewer/SignonViewer.dtd)
|
locale/en-US/communicator/wallet/SignonViewer.dtd (signonviewer/SignonViewer.dtd)
|
||||||
locale/en-US/communicator/wallet/WalletPreview.dtd (walletpreview/WalletPreview.dtd)
|
locale/en-US/communicator/wallet/WalletPreview.dtd (walletpreview/WalletPreview.dtd)
|
||||||
locale/en-US/communicator/wallet/wallet.properties (src/wallet.properties)
|
locale/en-US/communicator/wallet/wallet.properties (src/wallet.properties)
|
||||||
locale/en-US/communicator/wallet/index.html (editor/index.html)
|
|
||||||
locale/en-US/communicator/wallet/sample1.html (editor/sample1.html)
|
|
||||||
locale/en-US/communicator/wallet/sample2.html (editor/sample2.html)
|
|
||||||
locale/en-US/communicator/wallet/sample3.html (editor/sample3.html)
|
|
||||||
locale/en-US/communicator/wallet/sample4.html (editor/sample4.html)
|
|
||||||
locale/en-US/communicator/wallet/sample5.html (editor/sample5.html)
|
|
||||||
locale/en-US/communicator/wallet/sample6.html (editor/sample6.html)
|
|
||||||
locale/en-US/communicator/wallet/sample7.html (editor/sample7.html)
|
|
||||||
locale/en-US/communicator/wallet/sample8.html (editor/sample8.html)
|
|
||||||
locale/en-US/communicator/wallet/sample9.html (editor/sample9.html)
|
|
||||||
locale/en-US/communicator/wallet/sample10.html (editor/sample10.html)
|
|
||||||
locale/en-US/communicator/wallet/WalletViewer.dtd (editor/WalletViewer.dtd)
|
locale/en-US/communicator/wallet/WalletViewer.dtd (editor/WalletViewer.dtd)
|
||||||
|
|
||||||
US.jar:
|
US.jar:
|
||||||
|
|||||||
@ -356,9 +356,6 @@
|
|||||||
// display a Wallet Dialog
|
// display a Wallet Dialog
|
||||||
function WalletDialog(which) {
|
function WalletDialog(which) {
|
||||||
switch( which ) {
|
switch( which ) {
|
||||||
case "samples":
|
|
||||||
window._content.location.href = 'chrome://communicator/locale/wallet/index.html';
|
|
||||||
break;
|
|
||||||
case "walletsites":
|
case "walletsites":
|
||||||
window.openDialog("chrome://communicator/content/wallet/SignonViewer.xul",
|
window.openDialog("chrome://communicator/content/wallet/SignonViewer.xul",
|
||||||
"_blank","chrome,resizable=no","W");
|
"_blank","chrome,resizable=no","W");
|
||||||
|
|||||||
@ -438,7 +438,7 @@
|
|||||||
</menupopup>
|
</menupopup>
|
||||||
</menu>
|
</menu>
|
||||||
|
|
||||||
<menuitem label="Form Manager Samples" oncommand="loadURI('chrome://communicator/locale/wallet/index.html');"/>
|
<menuitem label="Form Manager Samples" oncommand="loadURI('http://www.mozilla.org/wallet/samples/wallet.html');"/>
|
||||||
|
|
||||||
<menuitem label="chofmann's Browser Buster" oncommand="loadURI('http://komodo.mozilla.org/buster/');"/>
|
<menuitem label="chofmann's Browser Buster" oncommand="loadURI('http://komodo.mozilla.org/buster/');"/>
|
||||||
<menuitem label="Composer (with test page)" oncommand="window.openDialog('chrome://editor/content','_blank','chrome,all,dialog=no','chrome://editor/content/EditorInitPage.html')"/>
|
<menuitem label="Composer (with test page)" oncommand="window.openDialog('chrome://editor/content','_blank','chrome,all,dialog=no','chrome://editor/content/EditorInitPage.html')"/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user