2016-07-14 19:16:42 +03:00
|
|
|
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-26 00:47:19 +04:00
|
|
|
# vim: set filetype=python:
|
|
|
|
# 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/.
|
|
|
|
|
2017-04-09 12:43:52 +03:00
|
|
|
with Files('**'):
|
2019-11-08 15:17:57 +03:00
|
|
|
BUG_COMPONENT = ('Core', 'DOM: Navigation')
|
2017-04-09 12:43:52 +03:00
|
|
|
|
|
|
|
with Files('crashtests/430628*'):
|
2019-11-08 15:17:57 +03:00
|
|
|
BUG_COMPONENT = ('Core', 'DOM: Editor')
|
2017-04-09 12:43:52 +03:00
|
|
|
|
|
|
|
with Files('crashtests/432114*'):
|
2019-11-08 15:17:57 +03:00
|
|
|
BUG_COMPONENT = ('Core', 'DOM: Editor')
|
2017-04-09 12:43:52 +03:00
|
|
|
|
|
|
|
with Files('crashtests/500328*'):
|
|
|
|
BUG_COMPONENT = ('Firefox', 'Bookmarks & History')
|
|
|
|
|
|
|
|
with Files('IHistory.h'):
|
|
|
|
BUG_COMPONENT = ('Toolkit', 'Places')
|
|
|
|
|
|
|
|
with Files('*LoadContext.*'):
|
|
|
|
BUG_COMPONENT = ('Core', 'Networking')
|
|
|
|
|
|
|
|
with Files('nsAboutRedirector.*'):
|
|
|
|
BUG_COMPONENT = ('Core', 'General')
|
|
|
|
|
|
|
|
with Files('nsIScrollObserver.*'):
|
|
|
|
BUG_COMPONENT = ('Core', 'Panning and Zooming')
|
|
|
|
|
2015-07-17 22:51:19 +03:00
|
|
|
DIRS += [
|
|
|
|
'timeline',
|
|
|
|
]
|
|
|
|
|
2013-03-12 21:17:46 +04:00
|
|
|
XPIDL_SOURCES += [
|
|
|
|
'nsIContentViewer.idl',
|
|
|
|
'nsIContentViewerEdit.idl',
|
|
|
|
'nsIDocShell.idl',
|
|
|
|
'nsIDocShellTreeItem.idl',
|
|
|
|
'nsIDocShellTreeOwner.idl',
|
|
|
|
'nsIDocumentLoaderFactory.idl',
|
|
|
|
'nsILoadContext.idl',
|
2019-01-23 23:38:52 +03:00
|
|
|
'nsILoadURIDelegate.idl',
|
2013-03-12 21:17:46 +04:00
|
|
|
'nsIPrivacyTransitionObserver.idl',
|
2013-06-01 14:00:12 +04:00
|
|
|
'nsIReflowObserver.idl',
|
2013-03-12 21:17:46 +04:00
|
|
|
'nsIRefreshURI.idl',
|
2017-01-10 21:34:38 +03:00
|
|
|
'nsITooltipListener.idl',
|
|
|
|
'nsITooltipTextProvider.idl',
|
2013-03-12 21:17:46 +04:00
|
|
|
'nsIURIFixup.idl',
|
|
|
|
'nsIWebNavigation.idl',
|
|
|
|
'nsIWebNavigationInfo.idl',
|
|
|
|
'nsIWebPageDescriptor.idl',
|
|
|
|
]
|
|
|
|
|
2013-11-19 06:47:43 +04:00
|
|
|
XPIDL_MODULE = 'docshell'
|
2013-03-19 22:47:00 +04:00
|
|
|
|
2013-04-16 23:24:43 +04:00
|
|
|
EXPORTS += [
|
2017-01-10 21:34:38 +03:00
|
|
|
'nsCTooltipTextProvider.h',
|
2018-08-03 02:42:00 +03:00
|
|
|
'nsDocShell.h',
|
2018-10-30 03:13:29 +03:00
|
|
|
'nsDocShellLoadState.h',
|
2013-04-16 23:24:43 +04:00
|
|
|
'nsDocShellLoadTypes.h',
|
2017-01-10 21:34:38 +03:00
|
|
|
'nsDocShellTreeOwner.h',
|
2014-02-28 11:45:01 +04:00
|
|
|
'nsIScrollObserver.h',
|
2019-12-17 06:01:37 +03:00
|
|
|
'nsWebNavigationInfo.h',
|
2013-10-24 03:05:43 +04:00
|
|
|
'SerializedLoadContext.h',
|
2013-04-16 23:24:43 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
EXPORTS.mozilla += [
|
2019-10-25 16:02:08 +03:00
|
|
|
'BaseHistory.h',
|
2013-04-16 23:24:43 +04:00
|
|
|
'IHistory.h',
|
|
|
|
'LoadContext.h',
|
|
|
|
]
|
|
|
|
|
2018-07-26 10:31:00 +03:00
|
|
|
EXPORTS.mozilla.dom += [
|
|
|
|
'BrowsingContext.h',
|
2019-01-30 19:07:21 +03:00
|
|
|
'BrowsingContextGroup.h',
|
2020-06-17 05:59:29 +03:00
|
|
|
'BrowsingContextWebProgress.h',
|
2019-01-29 20:32:28 +03:00
|
|
|
'CanonicalBrowsingContext.h',
|
2019-01-24 00:07:08 +03:00
|
|
|
'ChildProcessChannelListener.h',
|
2020-01-20 17:57:40 +03:00
|
|
|
'SyncedContext.h',
|
|
|
|
'SyncedContextInlines.h',
|
2020-01-20 17:58:52 +03:00
|
|
|
'WindowContext.h',
|
2018-07-26 10:31:00 +03:00
|
|
|
]
|
|
|
|
|
2013-11-19 09:39:08 +04:00
|
|
|
UNIFIED_SOURCES += [
|
2019-10-25 16:02:08 +03:00
|
|
|
'BaseHistory.cpp',
|
2018-07-26 10:31:00 +03:00
|
|
|
'BrowsingContext.cpp',
|
2019-01-30 19:07:21 +03:00
|
|
|
'BrowsingContextGroup.cpp',
|
2020-06-17 05:59:29 +03:00
|
|
|
'BrowsingContextWebProgress.cpp',
|
2019-01-29 20:32:28 +03:00
|
|
|
'CanonicalBrowsingContext.cpp',
|
2019-01-24 00:07:08 +03:00
|
|
|
'ChildProcessChannelListener.cpp',
|
2013-04-24 01:54:15 +04:00
|
|
|
'LoadContext.cpp',
|
|
|
|
'nsAboutRedirector.cpp',
|
2014-10-09 00:19:14 +04:00
|
|
|
'nsDocShell.cpp',
|
2013-04-24 01:54:15 +04:00
|
|
|
'nsDocShellEditorData.cpp',
|
|
|
|
'nsDocShellEnumerator.cpp',
|
2018-10-30 03:13:29 +03:00
|
|
|
'nsDocShellLoadState.cpp',
|
2020-05-28 01:33:02 +03:00
|
|
|
'nsDocShellTelemetryUtils.cpp',
|
2017-01-10 21:34:38 +03:00
|
|
|
'nsDocShellTreeOwner.cpp',
|
2013-10-24 03:05:43 +04:00
|
|
|
'nsDSURIContentListener.cpp',
|
2017-12-19 05:19:36 +03:00
|
|
|
'nsPingListener.cpp',
|
|
|
|
'nsRefreshTimer.cpp',
|
2013-04-24 01:54:15 +04:00
|
|
|
'nsWebNavigationInfo.cpp',
|
2013-10-24 03:05:43 +04:00
|
|
|
'SerializedLoadContext.cpp',
|
2020-01-20 17:58:52 +03:00
|
|
|
'WindowContext.cpp',
|
2013-04-24 01:54:15 +04:00
|
|
|
]
|
|
|
|
|
2013-10-02 21:17:55 +04:00
|
|
|
include('/ipc/chromium/chromium-config.mozbuild')
|
|
|
|
|
2013-11-19 06:47:14 +04:00
|
|
|
FINAL_LIBRARY = 'xul'
|
2013-11-11 12:04:17 +04:00
|
|
|
LOCAL_INCLUDES += [
|
2015-05-16 01:25:39 +03:00
|
|
|
'/docshell/shistory',
|
2013-11-11 12:04:17 +04:00
|
|
|
'/dom/base',
|
2019-01-02 16:29:18 +03:00
|
|
|
'/dom/bindings',
|
2019-02-28 21:23:15 +03:00
|
|
|
'/js/xpconnect/src',
|
2013-11-11 12:04:17 +04:00
|
|
|
'/layout/base',
|
|
|
|
'/layout/generic',
|
2017-01-10 21:34:38 +03:00
|
|
|
'/layout/style',
|
2013-12-04 05:06:16 +04:00
|
|
|
'/layout/xul',
|
2017-06-20 06:43:49 +03:00
|
|
|
'/netwerk/base',
|
2013-11-11 12:04:17 +04:00
|
|
|
'/netwerk/protocol/viewsource',
|
2017-01-10 21:34:38 +03:00
|
|
|
'/toolkit/components/browser',
|
2018-09-17 07:33:59 +03:00
|
|
|
'/toolkit/components/find',
|
2014-09-09 22:54:08 +04:00
|
|
|
'/tools/profiler',
|
2013-11-11 12:04:17 +04:00
|
|
|
]
|
|
|
|
|
2017-12-08 00:09:15 +03:00
|
|
|
if CONFIG['CC_TYPE'] in ('clang', 'gcc'):
|
2016-05-11 10:00:01 +03:00
|
|
|
CXXFLAGS += ['-Wno-error=shadow']
|
2020-04-08 14:30:14 +03:00
|
|
|
|
|
|
|
EXTRA_JS_MODULES += [
|
|
|
|
'URIFixup.jsm'
|
|
|
|
]
|