VirtualBox

Changeset 101920 in vbox for trunk/src/libs


Ignore:
Timestamp:
Nov 7, 2023 9:50:18 AM (16 months ago)
Author:
vboxsync
Message:

libs/xpcom: Get rid of unused nsIConsole* and nsConsole interfaces which were never actively used to catch log messages, bugref:10545

Location:
trunk/src/libs/xpcom18a4
Files:
7 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/Config.kmk

    r101860 r101920  
    377377        xpcom/base/nsITraceRefcnt.idl \
    378378        xpcom/base/nsIWeakReference.idl \
    379         xpcom/base/nsIConsoleMessage.idl \
    380         xpcom/base/nsIConsoleService.idl \
    381         xpcom/base/nsIConsoleListener.idl \
    382379        xpcom/base/nsIErrorService.idl \
    383380        xpcom/base/nsIException.idl \
  • trunk/src/libs/xpcom18a4/Makefile.kmk

    r101905 r101920  
    554554VBox-xpcom-base_DEFS = _IMPL_NS_COM
    555555VBox-xpcom-base_SOURCES = \
    556         xpcom/base/nsConsoleMessage.cpp \
    557         xpcom/base/nsConsoleService.cpp \
    558556        xpcom/base/nsDebugImpl.cpp \
    559557        xpcom/base/nsErrorService.cpp \
     
    10811079INSTALLS += VBoxXPCOMBase-xpt-inst
    10821080VBOX_XPTFILES = $(addprefix $(PATH_TARGET)/VBox-xpcom-xpt-files/, \
    1083                 nsIConsoleListener.xpt \
    1084                 nsIConsoleMessage.xpt \
    1085                 nsIConsoleService.xpt \
    10861081                nsIErrorService.xpt \
    10871082                nsIException.xpt \
  • trunk/src/libs/xpcom18a4/xpcom/build/nsXPComInit.cpp

    r101914 r101920  
    5555#include "nsArray.h"
    5656#include "nsSupportsPrimitives.h"
    57 #include "nsConsoleService.h"
    5857#include "nsExceptionService.h"
    5958
     
    163162
    164163NS_GENERIC_FACTORY_CONSTRUCTOR(nsArray)
    165 NS_GENERIC_FACTORY_CONSTRUCTOR(nsConsoleService)
    166164NS_GENERIC_FACTORY_CONSTRUCTOR(nsAtomService)
    167165NS_GENERIC_FACTORY_CONSTRUCTOR(nsExceptionService)
     
    332330    COMPONENT(SUPPORTSARRAY, nsSupportsArray::Create),
    333331    COMPONENT(ARRAY, nsArrayConstructor),
    334     COMPONENT(CONSOLESERVICE, nsConsoleServiceConstructor),
    335332    COMPONENT(EXCEPTIONSERVICE, nsExceptionServiceConstructor),
    336333    COMPONENT(ATOMSERVICE, nsAtomServiceConstructor),
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette