2016-07-14 19:16:42 +03:00
|
|
|
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-26 01:20:02 +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/.
|
|
|
|
|
2013-03-12 21:17:46 +04:00
|
|
|
XPIDL_SOURCES += [
|
|
|
|
'nsIConsoleListener.idl',
|
|
|
|
'nsIConsoleMessage.idl',
|
|
|
|
'nsIConsoleService.idl',
|
|
|
|
'nsICycleCollectorListener.idl',
|
|
|
|
'nsIDebug2.idl',
|
|
|
|
'nsIErrorService.idl',
|
|
|
|
'nsIException.idl',
|
|
|
|
'nsIGZFileWriter.idl',
|
|
|
|
'nsIInterfaceRequestor.idl',
|
|
|
|
'nsIMemory.idl',
|
|
|
|
'nsIMemoryInfoDumper.idl',
|
|
|
|
'nsIMemoryReporter.idl',
|
|
|
|
'nsIMessageLoop.idl',
|
|
|
|
'nsIMutable.idl',
|
2013-07-26 19:37:02 +04:00
|
|
|
'nsISecurityConsoleMessage.idl',
|
2013-03-12 21:17:46 +04:00
|
|
|
'nsISupports.idl',
|
|
|
|
'nsIUUIDGenerator.idl',
|
|
|
|
'nsIVersionComparator.idl',
|
|
|
|
'nsIWeakReference.idl',
|
|
|
|
'nsrootidl.idl',
|
|
|
|
]
|
|
|
|
|
2013-03-12 21:20:41 +04:00
|
|
|
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
|
|
|
|
XPIDL_SOURCES += [
|
2018-09-28 06:08:07 +03:00
|
|
|
'nsIMacPreferencesReader.idl',
|
2013-03-12 21:20:41 +04:00
|
|
|
'nsIMacUtils.idl',
|
|
|
|
]
|
2015-07-29 01:45:34 +03:00
|
|
|
EXPORTS.mozilla += [
|
|
|
|
'MacHelpers.h',
|
2018-03-26 10:49:02 +03:00
|
|
|
'MacStringHelpers.h',
|
2018-09-28 06:08:07 +03:00
|
|
|
'nsMacPreferencesReader.h',
|
2015-07-29 01:45:34 +03:00
|
|
|
]
|
|
|
|
UNIFIED_SOURCES += [
|
|
|
|
'MacHelpers.mm',
|
2018-03-26 10:49:02 +03:00
|
|
|
'MacStringHelpers.mm',
|
2018-09-28 06:08:07 +03:00
|
|
|
'nsMacPreferencesReader.mm',
|
2015-07-29 01:45:34 +03:00
|
|
|
]
|
2013-03-12 21:20:41 +04:00
|
|
|
|
2013-03-12 09:00:00 +04:00
|
|
|
XPIDL_MODULE = 'xpcom_base'
|
|
|
|
|
2018-12-19 07:28:14 +03:00
|
|
|
XPCOM_MANIFESTS += [
|
|
|
|
'components.conf',
|
|
|
|
]
|
|
|
|
|
2013-04-16 23:24:43 +04:00
|
|
|
EXPORTS += [
|
2017-03-30 21:13:01 +03:00
|
|
|
'!ErrorList.h',
|
|
|
|
'!ErrorNamesInternal.h',
|
2014-08-01 03:39:25 +04:00
|
|
|
'CodeAddressService.h',
|
2013-04-16 23:24:43 +04:00
|
|
|
'nsAgg.h',
|
2015-03-11 02:41:38 +03:00
|
|
|
'nsAlgorithm.h',
|
2013-07-02 01:24:53 +04:00
|
|
|
'nsAutoPtr.h',
|
2013-04-16 23:24:43 +04:00
|
|
|
'nsAutoRef.h',
|
|
|
|
'nsCom.h',
|
2017-01-23 17:24:01 +03:00
|
|
|
'nsCOMPtr.h',
|
2013-10-24 03:05:43 +04:00
|
|
|
'nscore.h',
|
2017-01-23 17:24:01 +03:00
|
|
|
'nsCRTGlue.h',
|
|
|
|
'nsCycleCollectionNoteChild.h',
|
|
|
|
'nsCycleCollectionNoteRootCallback.h',
|
|
|
|
'nsCycleCollectionParticipant.h',
|
|
|
|
'nsCycleCollectionTraversalCallback.h',
|
2013-07-02 01:24:53 +04:00
|
|
|
'nsCycleCollector.h',
|
2017-01-23 17:24:01 +03:00
|
|
|
'nsDebug.h',
|
2013-04-16 23:24:43 +04:00
|
|
|
'nsDebugImpl.h',
|
2015-06-04 09:47:09 +03:00
|
|
|
'nsDumpUtils.h',
|
2013-07-02 01:24:53 +04:00
|
|
|
'nsError.h',
|
2018-11-04 23:12:41 +03:00
|
|
|
'nsErrorService.h',
|
2013-04-16 23:24:43 +04:00
|
|
|
'nsGZFileWriter.h',
|
2017-01-23 17:24:01 +03:00
|
|
|
'nsIClassInfoImpl.h',
|
|
|
|
'nsID.h',
|
|
|
|
'nsIInterfaceRequestorUtils.h',
|
|
|
|
'nsINIParser.h',
|
2013-10-24 03:05:43 +04:00
|
|
|
'nsInterfaceRequestorAgg.h',
|
2013-04-16 23:24:43 +04:00
|
|
|
'nsISizeOf.h',
|
2013-07-02 01:24:53 +04:00
|
|
|
'nsISupportsBase.h',
|
2017-01-23 17:24:01 +03:00
|
|
|
'nsISupportsImpl.h',
|
|
|
|
'nsISupportsUtils.h',
|
|
|
|
'nsIWeakReferenceUtils.h',
|
2018-11-16 12:39:36 +03:00
|
|
|
'nsMaybeWeakPtr.h',
|
2017-01-23 17:24:01 +03:00
|
|
|
'nsMemory.h',
|
2013-07-02 01:24:53 +04:00
|
|
|
'nsObjCExceptions.h',
|
2015-04-15 19:47:03 +03:00
|
|
|
'nsQueryObject.h',
|
Create a PaintWorker thread pool and dispatch tiles to it (bug 1425056, r=bas)
This commit adds a paint worker thread pool to PaintThread, and dispatches
tiled paints to it. The thread pool is only created if tiling is enabled,
and its size is set by 'layers.omtp.paint-workers' and defaults to 1. If
-1 is specified, it will be sized to 'max((cpu_cores * 3) / 4, 1)'.
The one tricky part of dispatching tiled paints to a thread pool is the
AsyncEndLayerTransaction message that must execute once all paints are
finished. Previously, this runnable would be queued after all the paints
had been queued, ensuring it would be run after they had all completed.
With a thread pool, there is no guarantee. Instead this commit, uses
a flag on CompositorBridgeChild to signify whether all of the paints
have been queued ('mOutstandingAsyncEndLayerTransaction'), and after
every tiled paint it is examined to see if that paint was the last
paint, and if it is to run AsyncEndLayerTransaction. In addition,
if the async paints complete before we even mark the end of the
layer transaction, we queue it like normal.
The profiler markers are also complicated by using a thread pool.
I don't know of a great way to keep them working as they are per
thread, so for now I've removed them. I may have been the only
one using them anyway.
MozReview-Commit-ID: 5LIJ9GWSfCn
--HG--
extra : rebase_source : 0c26806f337a1b4b1511945f9c72e787b426c5ba
2017-12-08 10:18:05 +03:00
|
|
|
'nsSystemInfo.h',
|
2014-02-27 01:36:36 +04:00
|
|
|
'nsTraceRefcnt.h',
|
2017-01-23 17:24:01 +03:00
|
|
|
'nsVersionComparator.h',
|
|
|
|
'nsWeakReference.h',
|
2013-04-16 23:24:43 +04:00
|
|
|
]
|
|
|
|
|
2013-07-02 01:24:53 +04:00
|
|
|
if CONFIG['OS_ARCH'] == 'WINNT':
|
|
|
|
EXPORTS += [
|
|
|
|
'nsWindowsHelpers.h',
|
|
|
|
]
|
2018-06-25 21:01:39 +03:00
|
|
|
if CONFIG['CC_TYPE'] not in ('gcc', 'clang'):
|
2017-11-17 03:59:51 +03:00
|
|
|
OS_LIBS += [
|
|
|
|
'wscapi',
|
|
|
|
]
|
2013-07-02 01:24:53 +04:00
|
|
|
|
2013-04-16 23:24:43 +04:00
|
|
|
EXPORTS.mozilla += [
|
2017-01-23 17:24:01 +03:00
|
|
|
'AutoRestore.h',
|
2013-04-16 23:24:43 +04:00
|
|
|
'AvailableMemoryTracker.h',
|
|
|
|
'ClearOnShutdown.h',
|
2014-08-25 23:34:00 +04:00
|
|
|
'CountingAllocatorBase.h',
|
2016-09-14 16:47:32 +03:00
|
|
|
'CycleCollectedJSContext.h',
|
2017-02-24 00:23:45 +03:00
|
|
|
'CycleCollectedJSRuntime.h',
|
2013-11-05 18:16:25 +04:00
|
|
|
'Debug.h',
|
2015-04-22 19:43:02 +03:00
|
|
|
'DebuggerOnGCRunnable.h',
|
2015-03-18 21:36:03 +03:00
|
|
|
'DeferredFinalize.h',
|
2017-01-23 17:24:01 +03:00
|
|
|
'EnumeratedArrayCycleCollection.h',
|
2014-10-20 15:09:00 +04:00
|
|
|
'ErrorNames.h',
|
2019-02-11 21:03:12 +03:00
|
|
|
'GkRustUtils.h',
|
2015-03-11 02:41:38 +03:00
|
|
|
'HoldDropJSObjects.h',
|
2017-01-23 17:24:01 +03:00
|
|
|
'IntentionalCrash.h',
|
2015-07-21 21:31:44 +03:00
|
|
|
'JSObjectHolder.h',
|
2015-10-19 22:22:11 +03:00
|
|
|
'Logging.h',
|
2018-07-17 23:09:45 +03:00
|
|
|
'MemoryInfo.h',
|
2018-07-14 12:20:55 +03:00
|
|
|
'MemoryMapping.h',
|
2017-01-27 03:35:54 +03:00
|
|
|
'MemoryReportingProcess.h',
|
2018-12-05 23:44:53 +03:00
|
|
|
'MemoryTelemetry.h',
|
2013-10-24 03:05:43 +04:00
|
|
|
'nsMemoryInfoDumper.h',
|
2017-03-06 19:42:31 +03:00
|
|
|
'NSPRLogModulesParser.h',
|
2015-08-05 15:28:27 +03:00
|
|
|
'OwningNonNull.h',
|
2017-07-28 13:10:04 +03:00
|
|
|
'SizeOfState.h',
|
2018-06-30 01:27:22 +03:00
|
|
|
'StaticMonitor.h',
|
2013-05-24 21:10:47 +04:00
|
|
|
'StaticMutex.h',
|
2013-04-16 23:24:43 +04:00
|
|
|
'StaticPtr.h',
|
2018-08-20 03:43:29 +03:00
|
|
|
'TupleCycleCollection.h',
|
2013-04-16 23:24:43 +04:00
|
|
|
]
|
|
|
|
|
2013-12-10 21:26:53 +04:00
|
|
|
# nsDebugImpl isn't unified because we disable PGO so that NS_ABORT_OOM isn't
|
|
|
|
# optimized away oddly.
|
|
|
|
SOURCES += [
|
|
|
|
'nsDebugImpl.cpp',
|
|
|
|
]
|
2013-12-09 08:39:26 +04:00
|
|
|
SOURCES['nsDebugImpl.cpp'].no_pgo = True
|
2013-12-10 21:26:53 +04:00
|
|
|
|
2013-11-19 06:34:00 +04:00
|
|
|
UNIFIED_SOURCES += [
|
2013-04-24 01:54:15 +04:00
|
|
|
'AvailableMemoryTracker.cpp',
|
|
|
|
'ClearOnShutdown.cpp',
|
2016-09-14 16:47:32 +03:00
|
|
|
'CycleCollectedJSContext.cpp',
|
2017-02-24 00:23:45 +03:00
|
|
|
'CycleCollectedJSRuntime.cpp',
|
2013-11-05 18:16:25 +04:00
|
|
|
'Debug.cpp',
|
2015-04-22 19:43:02 +03:00
|
|
|
'DebuggerOnGCRunnable.cpp',
|
2015-03-18 21:36:03 +03:00
|
|
|
'DeferredFinalize.cpp',
|
2014-10-20 15:09:00 +04:00
|
|
|
'ErrorNames.cpp',
|
2019-02-11 21:03:12 +03:00
|
|
|
'GkRustUtils.cpp',
|
2015-03-11 02:41:38 +03:00
|
|
|
'HoldDropJSObjects.cpp',
|
2015-07-21 21:31:44 +03:00
|
|
|
'JSObjectHolder.cpp',
|
2018-04-13 12:38:00 +03:00
|
|
|
'LogCommandLineHandler.cpp',
|
2015-10-19 22:22:11 +03:00
|
|
|
'Logging.cpp',
|
2015-12-23 02:09:41 +03:00
|
|
|
'LogModulePrefWatcher.cpp',
|
2018-12-05 23:44:53 +03:00
|
|
|
'MemoryTelemetry.cpp',
|
2017-01-23 17:24:01 +03:00
|
|
|
'nsClassInfoImpl.cpp',
|
|
|
|
'nsCOMPtr.cpp',
|
2013-04-24 01:54:15 +04:00
|
|
|
'nsConsoleMessage.cpp',
|
|
|
|
'nsConsoleService.cpp',
|
2017-01-23 17:24:01 +03:00
|
|
|
'nsCRTGlue.cpp',
|
|
|
|
'nsCycleCollectionParticipant.cpp',
|
2013-04-24 01:54:15 +04:00
|
|
|
'nsCycleCollector.cpp',
|
2015-12-19 01:22:01 +03:00
|
|
|
'nsCycleCollectorTraceJSHelpers.cpp',
|
2014-03-20 11:29:51 +04:00
|
|
|
'nsDumpUtils.cpp',
|
2013-04-24 01:54:15 +04:00
|
|
|
'nsErrorService.cpp',
|
|
|
|
'nsGZFileWriter.cpp',
|
2017-01-23 17:24:01 +03:00
|
|
|
'nsID.cpp',
|
|
|
|
'nsIInterfaceRequestorUtils.cpp',
|
|
|
|
'nsINIParser.cpp',
|
2013-04-24 01:54:15 +04:00
|
|
|
'nsInterfaceRequestorAgg.cpp',
|
2017-01-23 17:24:01 +03:00
|
|
|
'nsISupportsImpl.cpp',
|
|
|
|
'nsMemory.cpp',
|
2013-04-24 01:54:15 +04:00
|
|
|
'nsMemoryImpl.cpp',
|
|
|
|
'nsMemoryInfoDumper.cpp',
|
|
|
|
'nsMemoryReporterManager.cpp',
|
|
|
|
'nsMessageLoop.cpp',
|
2015-12-22 04:10:26 +03:00
|
|
|
'NSPRLogModulesParser.cpp',
|
2013-07-26 19:37:02 +04:00
|
|
|
'nsSecurityConsoleMessage.cpp',
|
2013-04-24 01:54:15 +04:00
|
|
|
'nsSystemInfo.cpp',
|
2014-02-27 01:36:36 +04:00
|
|
|
'nsTraceRefcnt.cpp',
|
2013-04-24 01:54:15 +04:00
|
|
|
'nsUUIDGenerator.cpp',
|
2017-01-23 17:24:01 +03:00
|
|
|
'nsVersionComparator.cpp',
|
2013-04-24 01:54:15 +04:00
|
|
|
'nsVersionComparatorImpl.cpp',
|
2017-01-23 17:24:01 +03:00
|
|
|
'nsWeakReference.cpp',
|
2013-04-24 01:54:15 +04:00
|
|
|
]
|
|
|
|
|
2018-07-14 12:20:55 +03:00
|
|
|
if CONFIG['OS_TARGET'] in ('Linux', 'Android'):
|
|
|
|
UNIFIED_SOURCES += [
|
|
|
|
'MemoryMapping.cpp',
|
|
|
|
]
|
|
|
|
|
2018-07-17 23:09:45 +03:00
|
|
|
if CONFIG['OS_TARGET'] == 'WINNT':
|
|
|
|
UNIFIED_SOURCES += [
|
|
|
|
'MemoryInfo.cpp',
|
|
|
|
]
|
|
|
|
|
2017-03-30 21:13:01 +03:00
|
|
|
GENERATED_FILES += [
|
2017-03-31 21:20:09 +03:00
|
|
|
"error_list.rs",
|
2017-03-30 21:13:01 +03:00
|
|
|
"ErrorList.h",
|
2017-03-31 21:20:09 +03:00
|
|
|
"ErrorNamesInternal.h",
|
2017-03-30 21:13:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
GENERATED_FILES["ErrorList.h"].script = "ErrorList.py:error_list_h"
|
|
|
|
GENERATED_FILES["ErrorNamesInternal.h"].script = "ErrorList.py:error_names_internal_h"
|
2017-03-31 21:20:09 +03:00
|
|
|
GENERATED_FILES["error_list.rs"].script = "ErrorList.py:error_list_rs"
|
2017-03-30 21:13:01 +03:00
|
|
|
|
2013-04-24 01:54:15 +04:00
|
|
|
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
|
2013-10-25 03:23:05 +04:00
|
|
|
SOURCES += [
|
2013-04-24 01:54:15 +04:00
|
|
|
'nsMacUtilsImpl.cpp',
|
|
|
|
]
|
|
|
|
elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
|
2013-10-25 03:23:05 +04:00
|
|
|
SOURCES += [
|
2013-04-24 01:54:15 +04:00
|
|
|
'nsCrashOnException.cpp',
|
|
|
|
]
|
2013-08-22 10:56:01 +04:00
|
|
|
|
2019-02-11 21:03:12 +03:00
|
|
|
if CONFIG['COMPILE_ENVIRONMENT']:
|
|
|
|
GENERATED_FILES += [
|
|
|
|
'gk_rust_utils_ffi_generated.h',
|
|
|
|
]
|
|
|
|
|
|
|
|
EXPORTS.mozilla += [
|
|
|
|
'!gk_rust_utils_ffi_generated.h',
|
|
|
|
]
|
|
|
|
|
|
|
|
ffi_generated = GENERATED_FILES['gk_rust_utils_ffi_generated.h']
|
|
|
|
ffi_generated.script = '/layout/style/RunCbindgen.py:generate'
|
|
|
|
ffi_generated.inputs = [
|
|
|
|
'/xpcom/rust/gkrust_utils',
|
|
|
|
]
|
|
|
|
|
2013-10-02 21:17:55 +04:00
|
|
|
include('/ipc/chromium/chromium-config.mozbuild')
|
|
|
|
|
2014-07-23 03:37:51 +04:00
|
|
|
FINAL_LIBRARY = 'xul'
|
2013-12-19 00:03:11 +04:00
|
|
|
|
2013-12-31 13:06:11 +04:00
|
|
|
LOCAL_INCLUDES += [
|
|
|
|
'../build',
|
2017-10-05 18:34:12 +03:00
|
|
|
'/dom/base',
|
2018-09-28 06:08:07 +03:00
|
|
|
'/mfbt',
|
2019-01-11 23:52:39 +03:00
|
|
|
'/netwerk/base',
|
2013-12-31 13:06:11 +04:00
|
|
|
'/xpcom/ds',
|
|
|
|
]
|
|
|
|
|
2016-03-16 08:06:26 +03:00
|
|
|
if 'gtk' in CONFIG['MOZ_WIDGET_TOOLKIT']:
|
2014-07-24 19:55:33 +04:00
|
|
|
CXXFLAGS += CONFIG['TK_CFLAGS']
|