зеркало из https://github.com/mozilla/pjs.git
enables new scriptable string stream interface (bug 100172) r=dougt, sr=rpotts
This commit is contained in:
Родитель
ae5ac684a7
Коммит
03ab51770e
|
@ -85,6 +85,7 @@
|
|||
#include "nsDirectoryServiceDefs.h"
|
||||
#include "nsAppFileLocationProvider.h"
|
||||
#include "nsICategoryManager.h"
|
||||
#include "nsStringStream.h"
|
||||
|
||||
#include "nsFastLoadService.h"
|
||||
|
||||
|
@ -250,6 +251,8 @@ static nsModuleComponentInfo components[] = {
|
|||
COMPONENT(FILESPEC, nsFileSpecImpl::Create),
|
||||
COMPONENT(DIRECTORYITERATOR, nsDirectoryIteratorImpl::Create),
|
||||
|
||||
COMPONENT(STRINGINPUTSTREAM, nsStringInputStreamConstructor),
|
||||
|
||||
COMPONENT(FASTLOADSERVICE, nsFastLoadService::Create),
|
||||
COMPONENT(VARIANT, nsVariantConstructor)
|
||||
};
|
||||
|
|
|
@ -47,7 +47,7 @@ CPPSRCS = \
|
|||
nsFileSpecStreaming.cpp \
|
||||
nsFileStream.cpp \
|
||||
nsIFileStream.cpp \
|
||||
nsIStringStream.cpp \
|
||||
nsStringStream.cpp \
|
||||
nsInputStreamTee.cpp \
|
||||
nsLinebreakConverter.cpp \
|
||||
nsLocalFileCommon.cpp \
|
||||
|
@ -82,7 +82,6 @@ EXPORTS = \
|
|||
nsFileSpecStreaming.h \
|
||||
nsFileStream.h \
|
||||
nsIFileStream.h \
|
||||
nsIStringStream.h \
|
||||
nsIUnicharInputStream.h \
|
||||
nsLinebreakConverter.h \
|
||||
nsLocalFile.h \
|
||||
|
@ -123,6 +122,7 @@ XPIDLSRCS = \
|
|||
nsISeekableStream.idl \
|
||||
nsIStorageStream.idl \
|
||||
nsIStreamBufferAccess.idl \
|
||||
nsIStringStream.idl \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
|
|
@ -40,7 +40,6 @@ EXPORTS = \
|
|||
nsFileSpecStreaming.h \
|
||||
nsFileStream.h \
|
||||
nsIFileStream.h \
|
||||
nsIStringStream.h \
|
||||
nsIUnicharInputStream.h \
|
||||
nsLinebreakConverter.h \
|
||||
nsScriptableInputStream.h \
|
||||
|
@ -73,6 +72,7 @@ XPIDLSRCS = \
|
|||
.\nsISeekableStream.idl \
|
||||
.\nsIStorageStream.idl \
|
||||
.\nsIStreamBufferAccess.idl \
|
||||
.\nsIStringStream.idl \
|
||||
$(NULL)
|
||||
|
||||
################################################################################
|
||||
|
@ -95,7 +95,7 @@ CPP_OBJS = \
|
|||
.\$(OBJDIR)\nsFileSpecStreaming.obj \
|
||||
.\$(OBJDIR)\nsFileStream.obj \
|
||||
.\$(OBJDIR)\nsIFileStream.obj \
|
||||
.\$(OBJDIR)\nsIStringStream.obj \
|
||||
.\$(OBJDIR)\nsStringStream.obj \
|
||||
.\$(OBJDIR)\nsInputStreamTee.obj \
|
||||
.\$(OBJDIR)\nsLinebreakConverter.obj \
|
||||
.\$(OBJDIR)\nsLocalFileCommon.obj \
|
||||
|
|
Загрузка…
Ссылка в новой задаче