r=morse, sr=alecf
Remove wallet samples from the build - point to the ones on mozilla.org
This commit is contained in:
mkaply%us.ibm.com 2002-08-22 22:30:59 +00:00
Родитель cba24542ca
Коммит 35ed14a818
3 изменённых файлов: 1 добавлений и 15 удалений

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

@ -33,17 +33,6 @@ en-US.jar:
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/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)
US.jar:

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

@ -356,9 +356,6 @@
// display a Wallet Dialog
function WalletDialog(which) {
switch( which ) {
case "samples":
window._content.location.href = 'chrome://communicator/locale/wallet/index.html';
break;
case "walletsites":
window.openDialog("chrome://communicator/content/wallet/SignonViewer.xul",
"_blank","chrome,resizable=no","W");

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

@ -438,7 +438,7 @@
</menupopup>
</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="Composer (with test page)" oncommand="window.openDialog('chrome://editor/content','_blank','chrome,all,dialog=no','chrome://editor/content/EditorInitPage.html')"/>