Bug 920223 - Part 5: Fixup issues from automatic conversions; r=Ms2ger

This commit is contained in:
Gregory Szorc 2013-09-30 09:52:12 +02:00
Родитель 36e28f1f8a
Коммит cc487e5ef0
5 изменённых файлов: 14 добавлений и 1 удалений

Просмотреть файл

@ -2,5 +2,7 @@
# 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/.
MOCHITEST_FILES := ../test/devicestorage_common.js
include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk

Просмотреть файл

@ -322,7 +322,7 @@ tests.push(function test_perfBigImage() {
// the rest of the tests are for coverage of "real" favicons
// exact color isn't terribly important, just make sure it's reasonable
const filePrefix = getRootDirectory(gTestPath);
const filePrefix = getRootDirectory(gTestPath) + "colorAnalyzer/";
tests.push(function test_categoryDiscover() {
frcTest(filePrefix + "category-discover.png", 0xB28D3A,

Просмотреть файл

@ -2,3 +2,4 @@
# 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/.
MOCHITEST_BROWSER_FILES := ../subtst_privbrowsing.html

Просмотреть файл

@ -2,6 +2,11 @@
# 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/.
MOCHITEST_CHROME_FILES := \
../widgets/popup_shared.js \
../widgets/tree_shared.js \
$(SHULL)
# test_panel_focus.xul won't work if the Full Keyboard Access preference is set to
# textboxes and lists only, so skip this test on Mac
ifneq (cocoa,$(MOZ_WIDGET_TOOLKIT))

Просмотреть файл

@ -2,6 +2,11 @@
# 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/.
MOCHITEST_CHROME_FILES := \
../unit/data/simple.mar \
../unit/data/simple_no_pib.mar \
$(NULL)
include $(topsrcdir)/config/rules.mk
libs::