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 = ("Core", "Layout: Form Controls")
10 MOCHITEST_MANIFESTS += ["test/mochitest.toml"]
11 MOCHITEST_CHROME_MANIFESTS += ["test/chrome.toml"]
14 "nsIFormControlFrame.h",
15 "nsISelectControlFrame.h",
16 "nsITextControlFrame.h",
20 "HTMLSelectEventListener.cpp",
21 "ListMutationObserver.cpp",
22 "nsButtonFrameRenderer.cpp",
23 "nsCheckboxRadioFrame.cpp",
24 "nsColorControlFrame.cpp",
25 "nsComboboxControlFrame.cpp",
26 "nsDateTimeControlFrame.cpp",
27 "nsFieldSetFrame.cpp",
28 "nsFileControlFrame.cpp",
29 "nsGfxButtonControlFrame.cpp",
30 "nsHTMLButtonControlFrame.cpp",
31 "nsImageControlFrame.cpp",
32 "nsListControlFrame.cpp",
34 "nsNumberControlFrame.cpp",
35 "nsProgressFrame.cpp",
37 "nsSearchControlFrame.cpp",
38 "nsSelectsAreaFrame.cpp",
39 "nsTextControlFrame.cpp",
44 include("/ipc/chromium/chromium-config.mozbuild")