2007-03-22 10:30:00 -07:00
|
|
|
#
|
2012-05-21 04:12:37 -07:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2012-08-04 11:26:44 -07:00
|
|
|
DEPTH = @DEPTH@
|
2007-03-22 10:30:00 -07:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2012-08-07 00:06:29 -07:00
|
|
|
FAIL_ON_WARNINGS := 1
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
MODULE = dom
|
|
|
|
LIBRARY_NAME = jsdombase_s
|
|
|
|
LIBXUL_LIBRARY = 1
|
2009-03-11 07:10:19 -07:00
|
|
|
FORCE_STATIC_LIB = 1
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2012-02-24 05:19:49 -08:00
|
|
|
DIRS = \
|
|
|
|
test \
|
|
|
|
$(NULL)
|
|
|
|
|
2010-11-09 12:19:19 -08:00
|
|
|
EXTRA_PP_COMPONENTS = \
|
2012-04-26 15:10:04 -07:00
|
|
|
ConsoleAPI.js \
|
|
|
|
ConsoleAPI.manifest \
|
|
|
|
$(NULL)
|
2010-11-09 12:19:19 -08:00
|
|
|
|
2012-01-13 21:09:24 -08:00
|
|
|
EXTRA_JS_MODULES = ConsoleAPIStorage.jsm \
|
2012-04-26 15:10:04 -07:00
|
|
|
$(NULL)
|
2012-01-13 21:09:24 -08:00
|
|
|
|
2012-04-26 15:10:04 -07:00
|
|
|
EXTRA_JS_MODULES += \
|
|
|
|
DOMRequestHelper.jsm \
|
|
|
|
IndexedDBHelper.jsm \
|
2012-08-19 12:00:19 -07:00
|
|
|
ObjectWrapper.jsm \
|
2012-04-26 15:10:04 -07:00
|
|
|
$(NULL)
|
2012-03-07 13:45:24 -08:00
|
|
|
|
2009-03-11 07:10:19 -07:00
|
|
|
XPIDLSRCS = \
|
2012-01-24 02:13:41 -08:00
|
|
|
nsIDOMDOMError.idl \
|
2012-02-24 05:19:49 -08:00
|
|
|
nsIDOMDOMRequest.idl \
|
2009-03-11 07:10:19 -07:00
|
|
|
nsIEntropyCollector.idl \
|
|
|
|
nsIScriptChannel.idl \
|
|
|
|
$(NULL)
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2009-03-11 07:10:19 -07:00
|
|
|
EXPORTS = \
|
|
|
|
nsDOMCID.h \
|
2010-01-12 05:08:43 -08:00
|
|
|
nsDOMClassInfoClasses.h \
|
2009-03-11 07:10:19 -07:00
|
|
|
nsDOMClassInfoID.h \
|
|
|
|
nsDOMJSUtils.h \
|
|
|
|
nsDOMScriptObjectHolder.h \
|
|
|
|
nsDOMString.h \
|
|
|
|
nsIDOMClassInfo.h \
|
|
|
|
nsIDOMScriptObjectFactory.h \
|
|
|
|
nsIJSEventListener.h \
|
|
|
|
nsIJSNativeInitializer.h \
|
|
|
|
nsIScriptContext.h \
|
|
|
|
nsIScriptExternalNameSet.h \
|
|
|
|
nsIScriptGlobalObject.h \
|
|
|
|
nsIScriptGlobalObjectOwner.h \
|
|
|
|
nsIScriptNameSpaceManager.h \
|
|
|
|
nsIScriptObjectPrincipal.h \
|
|
|
|
nsIScriptRuntime.h \
|
|
|
|
nsIScriptTimeoutHandler.h \
|
|
|
|
nsPIDOMWindow.h \
|
|
|
|
nsPIWindowRoot.h \
|
Bug 178324, refactor focus by moving all focus handling into one place and simplifying it, add many tests, fixes many other bugs too numerous to mention in this small checkin comment, r=josh,smichaud,ere,dbaron,marco,neil,gavin,smaug,sr=smaug (CLOSED TREE)
2009-06-10 11:00:39 -07:00
|
|
|
nsFocusManager.h \
|
2009-03-11 07:10:19 -07:00
|
|
|
nsWrapperCache.h \
|
2012-08-05 19:55:18 -07:00
|
|
|
nsWrapperCacheInlines.h \
|
2011-04-02 19:14:00 -07:00
|
|
|
nsContentPermissionHelper.h \
|
2011-04-24 19:30:54 -07:00
|
|
|
nsStructuredCloneContainer.h \
|
2012-02-23 18:43:33 -08:00
|
|
|
nsWindowMemoryReporter.h \
|
2009-03-11 07:10:19 -07:00
|
|
|
$(NULL)
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2011-08-12 09:58:43 -07:00
|
|
|
EXPORTS_NAMESPACES = mozilla/dom
|
|
|
|
EXPORTS_mozilla/dom = \
|
2012-01-24 02:13:41 -08:00
|
|
|
DOMError.h \
|
2012-02-24 05:19:49 -08:00
|
|
|
DOMRequest.h \
|
2011-08-12 09:58:43 -07:00
|
|
|
StructuredCloneTags.h \
|
2012-03-13 09:42:46 -07:00
|
|
|
ScreenOrientation.h \
|
2011-08-12 09:58:43 -07:00
|
|
|
$(NULL)
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
CPPSRCS = \
|
|
|
|
nsBarProps.cpp \
|
|
|
|
nsDOMException.cpp \
|
|
|
|
nsDOMWindowUtils.cpp \
|
|
|
|
nsJSEnvironment.cpp \
|
|
|
|
nsJSTimeoutHandler.cpp \
|
Bug 178324, refactor focus by moving all focus handling into one place and simplifying it, add many tests, fixes many other bugs too numerous to mention in this small checkin comment, r=josh,smichaud,ere,dbaron,marco,neil,gavin,smaug,sr=smaug (CLOSED TREE)
2009-06-10 11:00:39 -07:00
|
|
|
nsFocusManager.cpp \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsGlobalWindow.cpp \
|
|
|
|
nsGlobalWindowCommands.cpp \
|
|
|
|
nsLocation.cpp \
|
|
|
|
nsDOMWindowList.cpp \
|
|
|
|
nsJSUtils.cpp \
|
|
|
|
nsScreen.cpp \
|
|
|
|
nsHistory.cpp \
|
|
|
|
nsMimeTypeArray.cpp \
|
|
|
|
nsPluginArray.cpp \
|
|
|
|
nsWindowRoot.cpp \
|
|
|
|
nsDOMClassInfo.cpp \
|
|
|
|
nsScriptNameSpaceManager.cpp \
|
|
|
|
nsDOMScriptObjectFactory.cpp \
|
2010-03-18 22:02:53 -07:00
|
|
|
nsQueryContentEventResult.cpp \
|
2011-04-02 19:14:00 -07:00
|
|
|
nsContentPermissionHelper.cpp \
|
2011-04-24 19:30:54 -07:00
|
|
|
nsStructuredCloneContainer.cpp \
|
2011-06-23 03:39:48 -07:00
|
|
|
nsDOMNavigationTiming.cpp \
|
|
|
|
nsPerformance.cpp \
|
2012-02-23 18:43:33 -08:00
|
|
|
nsWindowMemoryReporter.cpp \
|
2012-01-24 02:13:41 -08:00
|
|
|
DOMError.cpp \
|
2012-02-24 05:19:49 -08:00
|
|
|
DOMRequest.cpp \
|
2011-11-02 06:44:16 -07:00
|
|
|
Navigator.cpp \
|
2007-03-22 10:30:00 -07:00
|
|
|
$(NULL)
|
|
|
|
|
2009-03-11 07:10:19 -07:00
|
|
|
include $(topsrcdir)/dom/dom-config.mk
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
ifdef MOZ_JSDEBUGGER
|
|
|
|
DEFINES += -DMOZ_JSDEBUGGER
|
|
|
|
endif
|
|
|
|
|
2012-01-09 14:28:47 -08:00
|
|
|
ifdef MOZ_B2G_RIL
|
|
|
|
DEFINES += -DMOZ_B2G_RIL
|
|
|
|
endif
|
|
|
|
|
2010-05-13 10:44:51 -07:00
|
|
|
include $(topsrcdir)/config/config.mk
|
|
|
|
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
2008-06-03 17:00:37 -07:00
|
|
|
|
2010-10-10 15:38:10 -07:00
|
|
|
LOCAL_INCLUDES += \
|
2011-10-14 10:52:47 -07:00
|
|
|
-I$(topsrcdir)/js/xpconnect/src \
|
|
|
|
-I$(topsrcdir)/js/xpconnect/wrappers \
|
2011-06-23 03:39:48 -07:00
|
|
|
-I$(topsrcdir)/xpcom/ds \
|
2010-10-10 15:38:10 -07:00
|
|
|
$(NULL)
|
|
|
|
|
2008-06-03 17:00:37 -07:00
|
|
|
ifdef MOZ_X11
|
|
|
|
CXXFLAGS += $(TK_CFLAGS)
|
|
|
|
LDFLAGS += $(TK_LIBS)
|
|
|
|
endif
|