зеркало из 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)
|
||||
|
||||
XPIDLSRCS = \
|
||||
nsIPasswordSink.idl \
|
||||
nsIKeyedStreamGenerator.idl \
|
||||
nsIWalletService.idl \
|
||||
$(NULL)
|
||||
|
||||
|
|
|
@ -58,7 +58,6 @@ CPPSRCS = \
|
|||
singsign.cpp \
|
||||
nsPassword.cpp \
|
||||
nsPasswordManager.cpp \
|
||||
nsBasicStreamGenerator.cpp \
|
||||
$(NULL)
|
||||
|
||||
DEFAULTS_FILES = \
|
||||
|
|
|
@ -544,12 +544,6 @@ nsWalletlibService::OnSecurityChange(nsIWebProgress *aWebProgress,
|
|||
}
|
||||
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsWalletlibService::GetPassword(PRUnichar **password)
|
||||
{
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsWalletlibService::HaveData(nsIPrompt* dialog, const char *key, const PRUnichar *userName, PRBool *_retval)
|
||||
{
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
#include "nsIObserver.h"
|
||||
#include "nsIFormSubmitObserver.h"
|
||||
#include "nsWeakReference.h"
|
||||
#include "nsIPasswordSink.h"
|
||||
#include "nsIPrompt.h"
|
||||
#include "nsIDOMWindowInternal.h"
|
||||
#include "nsIURI.h"
|
||||
|
@ -56,7 +55,6 @@ class nsWalletlibService : public nsIWalletService,
|
|||
public nsIObserver,
|
||||
public nsIFormSubmitObserver,
|
||||
public nsIWebProgressListener,
|
||||
public nsIPasswordSink,
|
||||
public nsSupportsWeakReference {
|
||||
|
||||
public:
|
||||
|
@ -64,7 +62,6 @@ public:
|
|||
NS_DECL_NSIWALLETSERVICE
|
||||
NS_DECL_NSIOBSERVER
|
||||
NS_DECL_NSIWEBPROGRESSLISTENER
|
||||
NS_DECL_NSIPASSWORDSINK
|
||||
// NS_DECL_NSSUPPORTSWEAKREFERENCE
|
||||
|
||||
nsWalletlibService();
|
||||
|
|
Загрузка…
Ссылка в новой задаче