| Index: Source/core/html/forms/InputType.cpp
|
| diff --git a/Source/core/html/InputType.cpp b/Source/core/html/forms/InputType.cpp
|
| similarity index 95%
|
| rename from Source/core/html/InputType.cpp
|
| rename to Source/core/html/forms/InputType.cpp
|
| index 99cd851e32b8cef64fa0038d87e9c22aff626391..a3f38dcc7a4ad2b15798b5a760a3583c5f0eb850 100644
|
| --- a/Source/core/html/InputType.cpp
|
| +++ b/Source/core/html/forms/InputType.cpp
|
| @@ -26,7 +26,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/html/InputType.h"
|
| +#include "core/html/forms/InputType.h"
|
|
|
| #include "RuntimeEnabledFeatures.h"
|
| #include "core/accessibility/AXObjectCache.h"
|
| @@ -35,32 +35,32 @@
|
| #include "core/dom/ScopedEventQueue.h"
|
| #include "core/dom/shadow/ShadowRoot.h"
|
| #include "core/fileapi/FileList.h"
|
| -#include "core/html/ButtonInputType.h"
|
| -#include "core/html/CheckboxInputType.h"
|
| -#include "core/html/ColorInputType.h"
|
| -#include "core/html/DateInputType.h"
|
| -#include "core/html/DateTimeLocalInputType.h"
|
| -#include "core/html/EmailInputType.h"
|
| -#include "core/html/FileInputType.h"
|
| -#include "core/html/FormController.h"
|
| #include "core/html/FormDataList.h"
|
| #include "core/html/HTMLInputElement.h"
|
| -#include "core/html/HiddenInputType.h"
|
| -#include "core/html/ImageInputType.h"
|
| -#include "core/html/InputTypeNames.h"
|
| -#include "core/html/MonthInputType.h"
|
| -#include "core/html/NumberInputType.h"
|
| -#include "core/html/PasswordInputType.h"
|
| -#include "core/html/RadioInputType.h"
|
| -#include "core/html/RangeInputType.h"
|
| -#include "core/html/ResetInputType.h"
|
| -#include "core/html/SearchInputType.h"
|
| -#include "core/html/SubmitInputType.h"
|
| -#include "core/html/TelephoneInputType.h"
|
| -#include "core/html/TextInputType.h"
|
| -#include "core/html/TimeInputType.h"
|
| -#include "core/html/URLInputType.h"
|
| -#include "core/html/WeekInputType.h"
|
| +#include "core/html/forms/ButtonInputType.h"
|
| +#include "core/html/forms/CheckboxInputType.h"
|
| +#include "core/html/forms/ColorInputType.h"
|
| +#include "core/html/forms/DateInputType.h"
|
| +#include "core/html/forms/DateTimeLocalInputType.h"
|
| +#include "core/html/forms/EmailInputType.h"
|
| +#include "core/html/forms/FileInputType.h"
|
| +#include "core/html/forms/FormController.h"
|
| +#include "core/html/forms/HiddenInputType.h"
|
| +#include "core/html/forms/ImageInputType.h"
|
| +#include "core/html/forms/InputTypeNames.h"
|
| +#include "core/html/forms/MonthInputType.h"
|
| +#include "core/html/forms/NumberInputType.h"
|
| +#include "core/html/forms/PasswordInputType.h"
|
| +#include "core/html/forms/RadioInputType.h"
|
| +#include "core/html/forms/RangeInputType.h"
|
| +#include "core/html/forms/ResetInputType.h"
|
| +#include "core/html/forms/SearchInputType.h"
|
| +#include "core/html/forms/SubmitInputType.h"
|
| +#include "core/html/forms/TelephoneInputType.h"
|
| +#include "core/html/forms/TextInputType.h"
|
| +#include "core/html/forms/TimeInputType.h"
|
| +#include "core/html/forms/URLInputType.h"
|
| +#include "core/html/forms/WeekInputType.h"
|
| #include "core/html/parser/HTMLParserIdioms.h"
|
| #include "core/html/shadow/HTMLShadowElement.h"
|
| #include "core/page/Page.h"
|
|
|