зеркало из https://github.com/mozilla/pjs.git
remove unused items in wallet. the following files will be cvs removed shortly:
public/nsIKeyedStreamGenerator.idl public/nsIPasswordSink.idl src/nsWalletBuiltInDataSources.h src/nsBasicStreamGenerator.cpp src/nsBasicStreamGenerator.h b=204184 p=mvl r=me sr=bryner
This commit is contained in:
Родитель
bae2ef3847
Коммит
c12f45bb2f
|
@ -34,8 +34,6 @@ SDK_XPIDLSRCS = \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
XPIDLSRCS = \
|
XPIDLSRCS = \
|
||||||
nsIPasswordSink.idl \
|
|
||||||
nsIKeyedStreamGenerator.idl \
|
|
||||||
nsIWalletService.idl \
|
nsIWalletService.idl \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
|
|
@ -58,7 +58,6 @@ CPPSRCS = \
|
||||||
singsign.cpp \
|
singsign.cpp \
|
||||||
nsPassword.cpp \
|
nsPassword.cpp \
|
||||||
nsPasswordManager.cpp \
|
nsPasswordManager.cpp \
|
||||||
nsBasicStreamGenerator.cpp \
|
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
DEFAULTS_FILES = \
|
DEFAULTS_FILES = \
|
||||||
|
|
|
@ -544,12 +544,6 @@ nsWalletlibService::OnSecurityChange(nsIWebProgress *aWebProgress,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
NS_IMETHODIMP
|
|
||||||
nsWalletlibService::GetPassword(PRUnichar **password)
|
|
||||||
{
|
|
||||||
return NS_ERROR_FAILURE;
|
|
||||||
}
|
|
||||||
|
|
||||||
NS_IMETHODIMP
|
NS_IMETHODIMP
|
||||||
nsWalletlibService::HaveData(nsIPrompt* dialog, const char *key, const PRUnichar *userName, PRBool *_retval)
|
nsWalletlibService::HaveData(nsIPrompt* dialog, const char *key, const PRUnichar *userName, PRBool *_retval)
|
||||||
{
|
{
|
||||||
|
|
|
@ -43,7 +43,6 @@
|
||||||
#include "nsIObserver.h"
|
#include "nsIObserver.h"
|
||||||
#include "nsIFormSubmitObserver.h"
|
#include "nsIFormSubmitObserver.h"
|
||||||
#include "nsWeakReference.h"
|
#include "nsWeakReference.h"
|
||||||
#include "nsIPasswordSink.h"
|
|
||||||
#include "nsIPrompt.h"
|
#include "nsIPrompt.h"
|
||||||
#include "nsIDOMWindowInternal.h"
|
#include "nsIDOMWindowInternal.h"
|
||||||
#include "nsIURI.h"
|
#include "nsIURI.h"
|
||||||
|
@ -56,7 +55,6 @@ class nsWalletlibService : public nsIWalletService,
|
||||||
public nsIObserver,
|
public nsIObserver,
|
||||||
public nsIFormSubmitObserver,
|
public nsIFormSubmitObserver,
|
||||||
public nsIWebProgressListener,
|
public nsIWebProgressListener,
|
||||||
public nsIPasswordSink,
|
|
||||||
public nsSupportsWeakReference {
|
public nsSupportsWeakReference {
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
@ -64,7 +62,6 @@ public:
|
||||||
NS_DECL_NSIWALLETSERVICE
|
NS_DECL_NSIWALLETSERVICE
|
||||||
NS_DECL_NSIOBSERVER
|
NS_DECL_NSIOBSERVER
|
||||||
NS_DECL_NSIWEBPROGRESSLISTENER
|
NS_DECL_NSIWEBPROGRESSLISTENER
|
||||||
NS_DECL_NSIPASSWORDSINK
|
|
||||||
// NS_DECL_NSSUPPORTSWEAKREFERENCE
|
// NS_DECL_NSSUPPORTSWEAKREFERENCE
|
||||||
|
|
||||||
nsWalletlibService();
|
nsWalletlibService();
|
||||||
|
|
Загрузка…
Ссылка в новой задаче