Bug 1828523 [wpt PR 39579] - Only restore dialog focus if focus is in the dialog...
[gecko.git] / dom / moz.build
blob070ae2c8164567aa3cb3667b7e13c029ee5fd4da
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 # interfaces/*/ are annotated per directory, this is for new files
8 with Files("**"):
9     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
11 JAR_MANIFESTS += ["jar.mn"]
13 interfaces = [
14     "base",
15     "html",
16     "events",
17     "sidebar",
18     "xul",
19     "security",
20     "storage",
21     "geolocation",
22     "notification",
23     "push",
24     "payments",
27 DIRS += ["interfaces/" + i for i in interfaces]
29 DIRS += [
30     "abort",
31     "animation",
32     "base",
33     "bindings",
34     "battery",
35     "browser-element",
36     "cache",
37     "canvas",
38     "webgpu",
39     "chrome-webidl",
40     "clients",
41     "commandhandler",
42     "credentialmanagement",
43     "crypto",
44     "debugger",
45     "encoding",
46     "events",
47     "fetch",
48     "file",
49     "filesystem",
50     "flex",
51     "fs",
52     "gamepad",
53     "geolocation",
54     "grid",
55     "html",
56     "jsurl",
57     "mathml",
58     "media",
59     "midi",
60     "notification",
61     "offline",
62     "power",
63     "push",
64     "quota",
65     "security",
66     "storage",
67     "svg",
68     "locales",
69     "locks",
70     "network",
71     "permission",
72     "plugins/base",
73     "prototype",
74     "indexedDB",
75     "system",
76     "ipc",
77     "workers",
78     "audiochannel",
79     "broadcastchannel",
80     "messagechannel",
81     "promise",
82     "smil",
83     "streams",
84     "url",
85     "webauthn",
86     "webidl",
87     "webshare",
88     "webtransport",
89     "xml",
90     "xslt",
91     "xul",
92     "manifest",
93     "vr",
94     "console",
95     "performance",
96     "webbrowserpersist",
97     "xhr",
98     "worklet",
99     "script",
100     "payments",
101     "websocket",
102     "serializers",
103     "serviceworkers",
104     "simpledb",
105     "reporting",
106     "localstorage",
107     "l10n",
108     "origin-trials",
109     "webscheduling",
113 TEST_DIRS += [
114     "tests",
115     "imptests",
118 if CONFIG["MOZ_WIDGET_TOOLKIT"] in ("gtk", "cocoa", "windows"):
119     TEST_DIRS += ["plugins/test"]
121 SPHINX_TREES["/dom"] = "docs"