Backed out 4 changesets (
bug 1448077) for xpcshell failures at toolkit/components/osfile/tests/xpcshell/test_creationDate.js on a CLOSED TREE
Backed out changeset 456166433c71 (
bug 1448077)
Backed out changeset a826e8871e9f (
bug 1448077)
Backed out changeset 42b4ccfcb9c4 (
bug 1448077)
Backed out changeset c61caf7df6c7 (
bug 1448077)
# -*- Mode: python; 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 += [
'content',
'modules',
'themes',
]
BROWSER_CHROME_MANIFESTS += [
'test/browser.ini'
]
MOCHITEST_CHROME_MANIFESTS += [
'test/chrome.ini'
]
JS_PREFERENCE_FILES += [
'webide-prefs.js',
]
with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: WebIDE')