mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 920223 - Part 5: Fixup issues from automatic conversions; r=Ms2ger
This commit is contained in:
parent
00778cbb7e
commit
21d70b6a32
@ -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::
|
||||
|
Loading…
Reference in New Issue
Block a user