1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 BUG_COMPONENT = ('Toolkit', 'General')
10 with Files('AutoScroll*.jsm'):
11 BUG_COMPONENT = ('Core', 'Panning and Zooming')
13 with Files('Finder*.jsm'):
14 BUG_COMPONENT = ('Toolkit', 'Find Toolbar')
16 with Files('KeyPressEventModelCheckerChild.jsm'):
17 BUG_COMPONENT = ('Core', 'DOM: Events')
19 TESTING_JS_MODULES += [
24 FINAL_TARGET_FILES.actors += [
25 'AudioPlaybackChild.jsm',
26 'AudioPlaybackParent.jsm',
27 'AutoCompleteChild.jsm',
28 'AutoCompleteParent.jsm',
31 'AutoScrollChild.jsm',
32 'AutoScrollParent.jsm',
33 'BrowserElementChild.jsm',
34 'BrowserElementParent.jsm',
35 'ControllersChild.jsm',
36 'DateTimePickerChild.jsm',
37 'DateTimePickerParent.jsm',
42 'InlineSpellCheckerChild.jsm',
43 'InlineSpellCheckerParent.jsm',
44 'KeyPressEventModelCheckerChild.jsm',
45 'PictureInPictureChild.jsm',
46 'PopupBlockingChild.jsm',
47 'PopupBlockingParent.jsm',
49 'PurgeSessionHistoryChild.jsm',
52 'SidebarSearchParent.jsm',
53 'ThumbnailsChild.jsm',
55 'UnselectedTabHoverChild.jsm',
56 'ViewSourceChild.jsm',
57 'ViewSourcePageChild.jsm',
58 'ViewSourcePageParent.jsm',
59 'WebChannelChild.jsm',
60 'WebChannelParent.jsm',
61 'WebNavigationChild.jsm',