Bug 1826682 - Re-Configure() webgpu canvases on resize. r=webgpu-reviewers,nical...
[gecko.git] / toolkit / actors / moz.build
bloba0a987a5e654120e715fb3de9cd06d83283a330f
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/.
7 with Files("**"):
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.sys.mjs"):
17     BUG_COMPONENT = ("Core", "DOM: Events")
19 with Files("PictureInPictureChild.sys.mjs"):
20     BUG_COMPONENT = ("Toolkit", "Picture-in-Picture")
22 SPHINX_TREES["actors"] = "docs"
24 TESTING_JS_MODULES += [
25     "TestProcessActorChild.jsm",
26     "TestProcessActorChild.sys.mjs",
27     "TestProcessActorParent.jsm",
28     "TestProcessActorParent.sys.mjs",
29     "TestWindowChild.jsm",
30     "TestWindowChild.sys.mjs",
31     "TestWindowParent.jsm",
32     "TestWindowParent.sys.mjs",
35 FINAL_TARGET_FILES.actors += [
36     "AboutHttpsOnlyErrorChild.sys.mjs",
37     "AboutHttpsOnlyErrorParent.sys.mjs",
38     "AudioPlaybackChild.sys.mjs",
39     "AudioPlaybackParent.sys.mjs",
40     "AutoCompleteChild.sys.mjs",
41     "AutoCompleteParent.sys.mjs",
42     "AutoplayChild.sys.mjs",
43     "AutoplayParent.sys.mjs",
44     "AutoScrollChild.sys.mjs",
45     "AutoScrollParent.sys.mjs",
46     "BackgroundThumbnailsChild.sys.mjs",
47     "BrowserElementChild.sys.mjs",
48     "BrowserElementParent.sys.mjs",
49     "ClipboardReadPasteChild.sys.mjs",
50     "ClipboardReadPasteParent.sys.mjs",
51     "ContentMetaChild.sys.mjs",
52     "ContentMetaParent.sys.mjs",
53     "ControllersChild.sys.mjs",
54     "ControllersParent.sys.mjs",
55     "DateTimePickerChild.sys.mjs",
56     "DateTimePickerParent.sys.mjs",
57     "ExtFindChild.sys.mjs",
58     "FindBarChild.sys.mjs",
59     "FindBarParent.sys.mjs",
60     "FinderChild.sys.mjs",
61     "InlineSpellCheckerChild.sys.mjs",
62     "InlineSpellCheckerParent.sys.mjs",
63     "KeyPressEventModelCheckerChild.sys.mjs",
64     "NetErrorChild.sys.mjs",
65     "NetErrorParent.sys.mjs",
66     "PictureInPictureChild.sys.mjs",
67     "PopupBlockingChild.sys.mjs",
68     "PopupBlockingParent.sys.mjs",
69     "PrintingChild.sys.mjs",
70     "PrintingParent.sys.mjs",
71     "PrintingSelectionChild.sys.mjs",
72     "PurgeSessionHistoryChild.sys.mjs",
73     "RemotePageChild.sys.mjs",
74     "SelectChild.sys.mjs",
75     "SelectParent.sys.mjs",
76     "ThumbnailsChild.sys.mjs",
77     "UAWidgetsChild.sys.mjs",
78     "UnselectedTabHoverChild.sys.mjs",
79     "UnselectedTabHoverParent.sys.mjs",
80     "ViewSourceChild.sys.mjs",
81     "ViewSourcePageChild.sys.mjs",
82     "ViewSourcePageParent.sys.mjs",
83     "WebChannelChild.sys.mjs",
84     "WebChannelParent.sys.mjs",