зеркало из https://github.com/mozilla/gecko-dev.git
make wallet editor accessible outside of firewall
This commit is contained in:
Родитель
12aff64969
Коммит
7cb89717d0
|
@ -1303,7 +1303,8 @@ wallet_RequestToPrefill(XP_List * list) {
|
|||
return;
|
||||
}
|
||||
|
||||
#define WALLET_EDITOR_URL "http://peoplestage/morse/wallet/walleted.html"
|
||||
#define WALLET_EDITOR_URL "http://people.netscape.com/morse/wallet/walleted.html"
|
||||
//#define WALLET_EDITOR_URL "http://peoplestage/morse/wallet/walleted.html"
|
||||
//#define WALLET_EDITOR_URL "resource:/res/samples/walleted.html"
|
||||
// bad!!! should pass the above URL as parameter to wallet_PostEdit
|
||||
#define BREAK '\001'
|
||||
|
|
|
@ -221,7 +221,8 @@ nsBrowserAppCore::Forward()
|
|||
|
||||
#ifdef ClientWallet
|
||||
//#define WALLET_EDITOR_URL "resource:/res/samples/walleted.html"
|
||||
#define WALLET_EDITOR_URL "http://peoplestage/morse/wallet/walleted.html"
|
||||
//#define WALLET_EDITOR_URL "http://peoplestage/morse/wallet/walleted.html"
|
||||
#define WALLET_EDITOR_URL "http://people.netscape.com/morse/wallet/walleted.html"
|
||||
|
||||
PRInt32
|
||||
newWindow(char* urlName) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче