Files
palemoon27/docshell/moz.build
T
roytam1 13f9e7fee0 import changes from rmottola/Arctic-Fox:
- Bug 1090583 part 2 - Fix the property count check in MonitorAssign to check the actual count instead of the capacity. r=bhackett (3f1daa802)
- Bug 1090583 - Fix a pre-existing issue with MLoadElementHole and negative index checks. r=bhackett (1278f0b1a)
- Bug 1141190 - Remove docshell/test/moz.build; r=mshal (641a1716f)
- bug 1161402 assert that some public methods are called on reader task queue r=cpearce (c8355d774)
- bug 1161402 assert that public methods are not called after shutdown r=cpearce (07db4d8d0)
- Bug 1137906 - Shutdown cached children when shutdown the document. r=surkov (45e3894eb)
- Bug 1141676 - Reftest for sizing of synthetic sub/superscript glyphs r=jdaggett (eab4327fb)
- Bug 1141748 - Do not use non-standard flag argument of String.prototype.replace in CSSUnprefixingService.js. r=dholbert (631be2090)
- Bug 1134537 - Delete GnomeVFS extension. r=roc (cd03d727a)
- Bug 1063880 - Allow a --disable-compile-environment to go through a full mach build. r=mshal (67ef7e874)
- Bug 1063880 - Do not emit Linkable-derived objects when COMPILE_ENVIRONMENT is not set. r=mshal (7e4b1f82a)
- Bug 1141660 - Always export memalign from jemalloc, even on Windows. r=njn (b625580bf)
- Bug 1135354 - Crash/Hang when clicking URL with a huge length r=mcmanus (84b653c37)
- remove errneously commited patch (39668bbff)
2019-11-01 10:21:18 +08:00

34 lines
812 B
INI

# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
# 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/.
DIRS += [
'base',
'shistory',
'build',
'resources/content',
]
XPCSHELL_TESTS_MANIFESTS += [
'test/unit/xpcshell.ini',
'test/unit_ipc/xpcshell.ini',
]
MOCHITEST_MANIFESTS += [
'test/chrome/mochitest.ini',
'test/iframesandbox/mochitest.ini',
'test/mochitest.ini',
'test/navigation/mochitest.ini',
]
MOCHITEST_CHROME_MANIFESTS += [
'test/chrome/chrome.ini',
]
BROWSER_CHROME_MANIFESTS += [
'test/browser/browser.ini',
'test/navigation/browser.ini',
]