Skip to content

Commit

Permalink
Bug 389085 Move xpfe/components/urlwidget to suite/browser. r=KaiRo,s…
Browse files Browse the repository at this point in the history
…r=Neil
  • Loading branch information
[email protected] committed Aug 2, 2007
1 parent 5b07127 commit 6c9f940
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion allmakefiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,6 @@ xpfe/components/autocomplete/public/Makefile
xpfe/components/autocomplete/src/Makefile
xpfe/components/updates/Makefile
xpfe/components/updates/src/Makefile
xpfe/components/urlwidget/Makefile
xpfe/components/winhooks/Makefile
xpfe/components/windowds/Makefile
xpfe/components/alerts/Makefile
Expand Down
2 changes: 1 addition & 1 deletion xpfe/components/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ endif

ifdef MOZ_SUITE
ifeq ($(OS_ARCH),WINNT)
DIRS += urlwidget winhooks
DIRS += winhooks
endif
endif

Expand Down
2 changes: 0 additions & 2 deletions xpfe/components/build/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,9 @@ LOCAL_INCLUDES += \

ifeq ($(OS_ARCH),WINNT)
SHARED_LIBRARY_LIBS += \
../urlwidget/$(LIB_PREFIX)urlwidgt_s.$(LIB_SUFFIX) \
../winhooks/$(LIB_PREFIX)winhooks_s.$(LIB_SUFFIX) \
$(NULL)
LOCAL_INCLUDES += \
-I$(srcdir)/../urlwidget \
-I$(srcdir)/../winhooks \
$(NULL)
endif # WINNT
Expand Down
4 changes: 0 additions & 4 deletions xpfe/components/build/nsModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@

#if defined(XP_WIN)
#include "nsWindowsHooks.h"
#include "nsUrlWidget.h"
#endif // Windows

#endif // MOZ_SUITE
Expand Down Expand Up @@ -92,7 +91,6 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsDownloadProxy)

#if defined(XP_WIN)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsWindowsHooks)
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsUrlWidget, Init)
#endif // Windows

#endif // MOZ_SUITE
Expand Down Expand Up @@ -162,8 +160,6 @@ static const nsModuleComponentInfo components[] = {
RelatedLinksHandlerImplConstructor},

#ifdef XP_WIN
{ NS_IURLWIDGET_CLASSNAME, NS_IURLWIDGET_CID,
NS_IURLWIDGET_CONTRACTID, nsUrlWidgetConstructor },
{ NS_IWINDOWSHOOKS_CLASSNAME, NS_IWINDOWSHOOKS_CID,
NS_IWINDOWSHOOKS_CONTRACTID, nsWindowsHooksConstructor },
#endif // XP_WIN
Expand Down

0 comments on commit 6c9f940

Please sign in to comment.