Changeset 101837 in vbox for trunk/src/libs/xpcom18a4
- Timestamp:
- Nov 5, 2023 4:39:37 PM (17 months ago)
- svn:sync-xref-src-repo-rev:
- 159933
- Location:
- trunk/src/libs/xpcom18a4
- Files:
-
- 3 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Makefile.kmk
r101836 r101837 302 302 xpcom/ds/nsHashSets.h \ 303 303 xpcom/ds/nsHashtable.h \ 304 xpcom/ds/nsIByteBuffer.h \305 304 xpcom/base/nsID.h \ 306 305 xpcom/base/nsIID.h \ … … 309 308 xpcom/base/nsISupportsBase.h \ 310 309 xpcom/base/nsISupportsObsolete.h \ 311 xpcom/ds/nsIUnicharBuffer.h \312 xpcom/io/nsIUnicharInputStream.h \313 310 xpcom/ds/nsInt64.h \ 314 311 xpcom/ds/nsInterfaceHashtable.h \ … … 600 597 xpcom/ds/nsAtomTable.cpp \ 601 598 xpcom/ds/nsAtomService.cpp \ 602 xpcom/ds/nsByteBuffer.cpp \603 599 xpcom/ds/nsCheapSets.cpp \ 604 600 xpcom/ds/nsCRT.cpp \ … … 655 651 xpcom/io/SpecialSystemDirectory.cpp \ 656 652 xpcom/io/nsStringStream.cpp \ 657 xpcom/io/nsUnicharInputStream.cpp \658 653 xpcom/io/nsNativeCharsetUtils.cpp 659 654 if1of ($(KBUILD_TARGET) $(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), freebsd linux netbsd openbsd solaris darwin.amd64 darwin.arm64) -
trunk/src/libs/xpcom18a4/xpcom/build/nsXPComInit.cpp
r101836 r101837 52 52 #include "nsTraceRefcntImpl.h" 53 53 #include "nsErrorService.h" 54 #include "nsByteBuffer.h"55 54 56 55 #include "nsSupportsArray.h" … … 329 328 COMPONENT(ERRORSERVICE, nsErrorService::Create), 330 329 331 COMPONENT(BYTEBUFFER, ByteBufferImpl::Create),332 330 COMPONENT(SCRIPTABLEINPUTSTREAM, nsScriptableInputStream::Create), 333 331 COMPONENT(BINARYINPUTSTREAM, nsBinaryInputStreamConstructor),
Note:
See TracChangeset
for help on using the changeset viewer.