New issue
Advanced search Search tips

Issue 771090 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jan 2018
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Task



Sign in to add a comment

Move HTML element subclasses to sub-directories

Project Member Reported by tkent@chromium.org, Oct 3 2017

Issue description

Move HTML element subclasses to sub-directories to clarify ownership.
e.g.

core/html/HTMLCanvasElement.* -> core/html/canvas/
core/html/HTMLInputElement.*  -> core/html/forms/
core/html/HTMLVideoElement.*  -> core/html/media/
core/html/HTMLTrackElement.*  -> core/html/track/

This isn't possible for now because of an assumption in make_element_factory.py.

 
Project Member

Comment 2 by bugdroid1@chromium.org, Oct 4 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/c462a21d91a7788aecfe36951b7535a484fb0b1e

commit c462a21d91a7788aecfe36951b7535a484fb0b1e
Author: Kent Tamura <tkent@chromium.org>
Date: Wed Oct 04 08:42:32 2017

Move HTML{Button,DataList,FieldSet,Legend}*.* to core/html/forms/.

Bug:  771090 
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Change-Id: Ief4ca8916565768e7185b73e479fb942b1bbc877
Reviewed-on: https://chromium-review.googlesource.com/700055
Reviewed-by: Keishi Hattori <keishi@chromium.org>
Commit-Queue: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#506337}
[modify] https://crrev.com/c462a21d91a7788aecfe36951b7535a484fb0b1e/third_party/WebKit/Source/bindings/scripts/v8_types.py
[modify] https://crrev.com/c462a21d91a7788aecfe36951b7535a484fb0b1e/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp
[modify] https://crrev.com/c462a21d91a7788aecfe36951b7535a484fb0b1e/third_party/WebKit/Source/core/core_idl_files.gni
[modify] https://crrev.com/c462a21d91a7788aecfe36951b7535a484fb0b1e/third_party/WebKit/Source/core/exported/WebInputElement.cpp
[modify] https://crrev.com/c462a21d91a7788aecfe36951b7535a484fb0b1e/third_party/WebKit/Source/core/html/BUILD.gn
[modify] https://crrev.com/c462a21d91a7788aecfe36951b7535a484fb0b1e/third_party/WebKit/Source/core/html/HTMLCollection.cpp
[modify] https://crrev.com/c462a21d91a7788aecfe36951b7535a484fb0b1e/third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp
[modify] https://crrev.com/c462a21d91a7788aecfe36951b7535a484fb0b1e/third_party/WebKit/Source/core/html/HTMLInputElement.cpp
[modify] https://crrev.com/c462a21d91a7788aecfe36951b7535a484fb0b1e/third_party/WebKit/Source/core/html/HTMLOptionElement.cpp
[modify] https://crrev.com/c462a21d91a7788aecfe36951b7535a484fb0b1e/third_party/WebKit/Source/core/html/HTMLTagNames.json5
[modify] https://crrev.com/c462a21d91a7788aecfe36951b7535a484fb0b1e/third_party/WebKit/Source/core/html/forms/ColorInputType.cpp
[rename] https://crrev.com/c462a21d91a7788aecfe36951b7535a484fb0b1e/third_party/WebKit/Source/core/html/forms/HTMLButtonElement.cpp
[rename] https://crrev.com/c462a21d91a7788aecfe36951b7535a484fb0b1e/third_party/WebKit/Source/core/html/forms/HTMLButtonElement.h
[rename] https://crrev.com/c462a21d91a7788aecfe36951b7535a484fb0b1e/third_party/WebKit/Source/core/html/forms/HTMLButtonElement.idl
[rename] https://crrev.com/c462a21d91a7788aecfe36951b7535a484fb0b1e/third_party/WebKit/Source/core/html/forms/HTMLDataListElement.cpp
[rename] https://crrev.com/c462a21d91a7788aecfe36951b7535a484fb0b1e/third_party/WebKit/Source/core/html/forms/HTMLDataListElement.h
[rename] https://crrev.com/c462a21d91a7788aecfe36951b7535a484fb0b1e/third_party/WebKit/Source/core/html/forms/HTMLDataListElement.idl
[rename] https://crrev.com/c462a21d91a7788aecfe36951b7535a484fb0b1e/third_party/WebKit/Source/core/html/forms/HTMLDataListOptionsCollection.h
[rename] https://crrev.com/c462a21d91a7788aecfe36951b7535a484fb0b1e/third_party/WebKit/Source/core/html/forms/HTMLFieldSetElement.cpp
[rename] https://crrev.com/c462a21d91a7788aecfe36951b7535a484fb0b1e/third_party/WebKit/Source/core/html/forms/HTMLFieldSetElement.h
[rename] https://crrev.com/c462a21d91a7788aecfe36951b7535a484fb0b1e/third_party/WebKit/Source/core/html/forms/HTMLFieldSetElement.idl
[rename] https://crrev.com/c462a21d91a7788aecfe36951b7535a484fb0b1e/third_party/WebKit/Source/core/html/forms/HTMLLegendElement.cpp
[rename] https://crrev.com/c462a21d91a7788aecfe36951b7535a484fb0b1e/third_party/WebKit/Source/core/html/forms/HTMLLegendElement.h
[rename] https://crrev.com/c462a21d91a7788aecfe36951b7535a484fb0b1e/third_party/WebKit/Source/core/html/forms/HTMLLegendElement.idl
[modify] https://crrev.com/c462a21d91a7788aecfe36951b7535a484fb0b1e/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.cpp
[modify] https://crrev.com/c462a21d91a7788aecfe36951b7535a484fb0b1e/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp
[modify] https://crrev.com/c462a21d91a7788aecfe36951b7535a484fb0b1e/third_party/WebKit/Source/core/layout/LayoutFieldset.cpp
[modify] https://crrev.com/c462a21d91a7788aecfe36951b7535a484fb0b1e/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
[modify] https://crrev.com/c462a21d91a7788aecfe36951b7535a484fb0b1e/third_party/WebKit/Source/core/paint/ThemePainter.cpp
[modify] https://crrev.com/c462a21d91a7788aecfe36951b7535a484fb0b1e/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp

Project Member

Comment 3 by bugdroid1@chromium.org, Oct 6 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/5e3bb825f3c234f406e04e22893dbd880898137d

commit 5e3bb825f3c234f406e04e22893dbd880898137d
Author: Kent Tamura <tkent@chromium.org>
Date: Fri Oct 06 05:35:04 2017

Move HTMLOpt*.* and HTMLSelectElement*.* to core/html/forms/.

Bug:  771090 
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Change-Id: I936b6af051858d59464c9a490cce2246d6f45e89
Reviewed-on: https://chromium-review.googlesource.com/701874
Reviewed-by: Keishi Hattori <keishi@chromium.org>
Commit-Queue: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#506985}
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/BUILD.gn
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/core_idl_files.gni
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/css/SelectorChecker.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/dom/Element.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/dom/NodeComputedStyle.h
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/editing/FrameSelection.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/exported/WebFormControlElement.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/exported/WebOptionElement.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/exported/WebSearchableFormData.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/exported/WebSelectElement.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/html/BUILD.gn
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/html/HTMLCollection.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/html/HTMLHRElement.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/html/HTMLInputElement.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/html/HTMLTagNames.json5
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/html/forms/ColorInputType.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/html/forms/ExternalPopupMenu.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/html/forms/ExternalPopupMenuTest.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/html/forms/HTMLDataListOptionsCollection.h
[rename] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/html/forms/HTMLOptGroupElement.cpp
[rename] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/html/forms/HTMLOptGroupElement.h
[rename] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/html/forms/HTMLOptGroupElement.idl
[rename] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/html/forms/HTMLOptionElement.cpp
[rename] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/html/forms/HTMLOptionElement.h
[rename] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/html/forms/HTMLOptionElement.idl
[rename] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/html/forms/HTMLOptionsCollection.cpp
[rename] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/html/forms/HTMLOptionsCollection.h
[rename] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/html/forms/HTMLOptionsCollection.idl
[rename] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/html/forms/HTMLSelectElement.cpp
[rename] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/html/forms/HTMLSelectElement.h
[rename] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/html/forms/HTMLSelectElement.idl
[rename] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/html/forms/HTMLSelectElementTest.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/html/forms/InternalPopupMenu.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/html/forms/OptionList.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/html/forms/OptionListTest.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/html/parser/HTMLElementStack.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/inspector/InspectorDOMSnapshotAgent.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/layout/LayoutListBox.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/layout/LayoutMenuList.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/page/ChromeClientImplTest.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/paint/PaintPropertyTreeUpdateTests.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/paint/ThemePainter.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/core/testing/Internals.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/modules/accessibility/AXListBox.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/modules/accessibility/AXListBoxOption.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/modules/accessibility/AXMenuList.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/modules/accessibility/AXMenuListOption.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/modules/accessibility/AXMenuListOption.h
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp
[modify] https://crrev.com/5e3bb825f3c234f406e04e22893dbd880898137d/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.cpp

Project Member

Comment 4 by bugdroid1@chromium.org, Oct 6 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/1287f1520b4249a15cc1d4d04e16707d4794721d

commit 1287f1520b4249a15cc1d4d04e16707d4794721d
Author: Kent Tamura <tkent@chromium.org>
Date: Fri Oct 06 07:40:02 2017

Move HTMLFormControlsCollection.*, HTMLFormElement.*, HTMLLabelElement.*, HTMLOutputElement*.*, LabelableElement.*, and LabelsNodeList.* to core/html/forms/.

Bug:  771090 
Change-Id: I36c757a5b09067d4cb04bd4a26b57a0a098ced81
Reviewed-on: https://chromium-review.googlesource.com/704335
Reviewed-by: Keishi Hattori <keishi@chromium.org>
Commit-Queue: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#507003}
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/bindings/core/v8/V8LazyEventListener.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/bindings/scripts/v8_types.py
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperations.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/bindings/tests/results/core/byte_string_or_node_list.cc
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/bindings/tests/results/core/nested_union_type.cc
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/bindings/tests/results/core/node_or_node_list.cc
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/BUILD.gn
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/core_idl_files.gni
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/dom/Element.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/exported/WebDocument.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/exported/WebFormControlElement.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/exported/WebFormElement.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/exported/WebFormElementObserverImpl.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/exported/WebFrameTest.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/exported/WebLabelElement.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/exported/WebPluginContainerImpl.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/exported/WebSearchableFormData.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/frame/WebFrameSerializerImpl.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/frame/WebLocalFrameImpl.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/BUILD.gn
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/FormData.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/HTMLElement.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/HTMLFormControlElementWithState.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/HTMLInputElement.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/HTMLMeterElement.h
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/HTMLProgressElement.h
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/HTMLTagNames.json5
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/ListedElement.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/RadioNodeList.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/forms/BaseButtonInputType.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/forms/FormController.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/forms/HTMLButtonElement.cpp
[rename] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/forms/HTMLFormControlsCollection.cpp
[rename] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/forms/HTMLFormControlsCollection.h
[rename] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/forms/HTMLFormControlsCollection.idl
[rename] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/forms/HTMLFormElement.cpp
[rename] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/forms/HTMLFormElement.h
[rename] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/forms/HTMLFormElement.idl
[rename] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/forms/HTMLLabelElement.cpp
[rename] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/forms/HTMLLabelElement.h
[rename] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/forms/HTMLLabelElement.idl
[rename] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/forms/HTMLOutputElement.cpp
[rename] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/forms/HTMLOutputElement.h
[rename] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/forms/HTMLOutputElement.idl
[rename] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/forms/HTMLOutputElementTest.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/forms/HTMLSelectElement.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/forms/HTMLSelectElementTest.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/forms/ImageInputType.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/forms/InputType.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/forms/InputTypeView.cpp
[rename] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/forms/LabelableElement.cpp
[rename] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/forms/LabelableElement.h
[rename] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/forms/LabelsNodeList.cpp
[rename] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/forms/LabelsNodeList.h
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/forms/RadioInputType.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/forms/ResetInputType.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/forms/SubmitInputType.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/loader/EmptyClients.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/loader/FormSubmission.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/loader/FrameLoader.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/loader/NavigationScheduler.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/page/ContextMenuClient.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/page/DragController.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/page/FocusController.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/core/svg/SVGAElement.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/modules/accessibility/AXRelationCache.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/modules/credentialmanager/PasswordCredentialTest.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/modules/media_controls/elements/MediaControlInputElement.cpp
[modify] https://crrev.com/1287f1520b4249a15cc1d4d04e16707d4794721d/third_party/WebKit/Source/modules/media_controls/elements/MediaControlTextTrackListElement.cpp

Project Member

Comment 5 by bugdroid1@chromium.org, Oct 10 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/065a1d5631c0bcb49152989e9ce4b72e33befd07

commit 065a1d5631c0bcb49152989e9ce4b72e33befd07
Author: Kent Tamura <tkent@chromium.org>
Date: Tue Oct 10 03:45:05 2017

Move HTMLTextAreaElement*.* to core/html/forms/

Bug:  771090 
Change-Id: I50fde4fb9433582580791fd4d49c0b397bd91928
Reviewed-on: https://chromium-review.googlesource.com/706449
Reviewed-by: Keishi Hattori <keishi@chromium.org>
Commit-Queue: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#507581}
[modify] https://crrev.com/065a1d5631c0bcb49152989e9ce4b72e33befd07/third_party/WebKit/Source/core/BUILD.gn
[modify] https://crrev.com/065a1d5631c0bcb49152989e9ce4b72e33befd07/third_party/WebKit/Source/core/core_idl_files.gni
[modify] https://crrev.com/065a1d5631c0bcb49152989e9ce4b72e33befd07/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp
[modify] https://crrev.com/065a1d5631c0bcb49152989e9ce4b72e33befd07/third_party/WebKit/Source/core/dom/RangeTest.cpp
[modify] https://crrev.com/065a1d5631c0bcb49152989e9ce4b72e33befd07/third_party/WebKit/Source/core/editing/Editor.cpp
[modify] https://crrev.com/065a1d5631c0bcb49152989e9ce4b72e33befd07/third_party/WebKit/Source/core/editing/InputMethodController.cpp
[modify] https://crrev.com/065a1d5631c0bcb49152989e9ce4b72e33befd07/third_party/WebKit/Source/core/editing/InputMethodControllerTest.cpp
[modify] https://crrev.com/065a1d5631c0bcb49152989e9ce4b72e33befd07/third_party/WebKit/Source/core/exported/WebFormControlElement.cpp
[modify] https://crrev.com/065a1d5631c0bcb49152989e9ce4b72e33befd07/third_party/WebKit/Source/core/exported/WebViewImpl.cpp
[modify] https://crrev.com/065a1d5631c0bcb49152989e9ce4b72e33befd07/third_party/WebKit/Source/core/exported/WebViewTest.cpp
[modify] https://crrev.com/065a1d5631c0bcb49152989e9ce4b72e33befd07/third_party/WebKit/Source/core/frame/WebFrameWidgetImpl.cpp
[modify] https://crrev.com/065a1d5631c0bcb49152989e9ce4b72e33befd07/third_party/WebKit/Source/core/html/BUILD.gn
[modify] https://crrev.com/065a1d5631c0bcb49152989e9ce4b72e33befd07/third_party/WebKit/Source/core/html/HTMLTagNames.json5
[modify] https://crrev.com/065a1d5631c0bcb49152989e9ce4b72e33befd07/third_party/WebKit/Source/core/html/TextControlElementTest.cpp
[rename] https://crrev.com/065a1d5631c0bcb49152989e9ce4b72e33befd07/third_party/WebKit/Source/core/html/forms/HTMLTextAreaElement.cpp
[rename] https://crrev.com/065a1d5631c0bcb49152989e9ce4b72e33befd07/third_party/WebKit/Source/core/html/forms/HTMLTextAreaElement.h
[rename] https://crrev.com/065a1d5631c0bcb49152989e9ce4b72e33befd07/third_party/WebKit/Source/core/html/forms/HTMLTextAreaElement.idl
[rename] https://crrev.com/065a1d5631c0bcb49152989e9ce4b72e33befd07/third_party/WebKit/Source/core/html/forms/HTMLTextAreaElementTest.cpp
[modify] https://crrev.com/065a1d5631c0bcb49152989e9ce4b72e33befd07/third_party/WebKit/Source/core/inspector/InspectorDOMSnapshotAgent.cpp
[modify] https://crrev.com/065a1d5631c0bcb49152989e9ce4b72e33befd07/third_party/WebKit/Source/core/layout/HitTestResult.cpp
[modify] https://crrev.com/065a1d5631c0bcb49152989e9ce4b72e33befd07/third_party/WebKit/Source/core/layout/LayoutTextControlMultiLine.cpp
[modify] https://crrev.com/065a1d5631c0bcb49152989e9ce4b72e33befd07/third_party/WebKit/Source/core/layout/TextAutosizer.cpp
[modify] https://crrev.com/065a1d5631c0bcb49152989e9ce4b72e33befd07/third_party/WebKit/Source/core/testing/Internals.cpp
[modify] https://crrev.com/065a1d5631c0bcb49152989e9ce4b72e33befd07/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp
[modify] https://crrev.com/065a1d5631c0bcb49152989e9ce4b72e33befd07/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp

Project Member

Comment 6 by bugdroid1@chromium.org, Oct 10 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a

commit 4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a
Author: Kent Tamura <tkent@chromium.org>
Date: Tue Oct 10 07:15:08 2017

Move HTMLInputElement*.* to core/html/forms/

Bug:  771090 
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Change-Id: I6bd430ea22ee1a1cd34f53314faabec0648ee6cf
Reviewed-on: https://chromium-review.googlesource.com/706753
Commit-Queue: Kent Tamura <tkent@chromium.org>
Reviewed-by: Keishi Hattori <keishi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#507611}
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/BUILD.gn
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/core_idl_files.gni
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/css/SelectorChecker.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/dom/Document.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/dom/DocumentStatisticsCollector.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/dom/DocumentTest.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/editing/EditingUtilities.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/editing/Editor.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/editing/EditorTest.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/editing/FrameSelection.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/editing/InputMethodController.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/editing/InputMethodControllerTest.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckerTest.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/exported/WebFormControlElement.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/exported/WebFormElement.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/exported/WebFormElementObserverImpl.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/exported/WebFrameSerializer.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/exported/WebInputElement.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/exported/WebSearchableFormData.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/exported/WebViewTest.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/frame/FrameSerializer.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/frame/WebLocalFrameImpl.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/BUILD.gn
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/HTMLElement.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/HTMLFormControlElementTest.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/HTMLImageFallbackHelper.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/HTMLImageLoader.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/HTMLTagNames.json5
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/RadioNodeList.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/TextControlElementTest.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/BaseButtonInputType.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/BaseTemporalInputType.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/BaseTextInputType.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/CheckboxInputType.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/ChooserOnlyTemporalInputTypeView.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/ColorInputType.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/DateInputType.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/EmailInputType.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/FileInputType.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/FileInputTypeTest.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/FormController.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/HTMLFormElement.cpp
[rename] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/HTMLInputElement.cpp
[rename] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/HTMLInputElement.h
[rename] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/HTMLInputElement.idl
[rename] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/HTMLInputElementTest.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/HiddenInputType.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/ImageInputType.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/InputType.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/InputTypeView.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/KeyboardClickableInputTypeView.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/MonthInputType.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/NumberInputType.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/PasswordInputType.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/PasswordInputTypeTest.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/RadioButtonGroupScope.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/RadioInputType.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/ResetInputType.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/SearchInputType.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/SliderThumbElement.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/SubmitInputType.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/TextControlInnerElements.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/TextFieldInputType.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/TextInputType.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/TimeInputType.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/URLInputType.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/html/forms/WeekInputType.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/input/EventHandler.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/input/EventHandlerTest.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/inspector/InspectorDOMSnapshotAgent.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/layout/HitTestResult.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/layout/LayoutButton.h
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/layout/LayoutFileUploadControl.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/layout/LayoutSearchField.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/layout/LayoutSlider.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/layout/LayoutSliderContainer.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.h
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/loader/FormSubmission.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/page/ChromeClientImpl.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/page/ContextMenuClient.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/page/DragController.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/paint/ThemePainter.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/core/testing/Internals.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/modules/accessibility/AXMediaControls.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/modules/accessibility/AXObject.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/modules/accessibility/AXRadioInput.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/modules/accessibility/AXSlider.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.cpp
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/modules/media_controls/elements/MediaControlInputElement.h
[modify] https://crrev.com/4f618c6143e40940390b2acfe8e6b8c0d3a8cd5a/third_party/WebKit/Source/modules/media_controls/elements/MediaControlTextTrackListElement.cpp

Project Member

Comment 7 by bugdroid1@chromium.org, Oct 11 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/fcbca05892d2d680280e996344838f8e5afc230a

commit fcbca05892d2d680280e996344838f8e5afc230a
Author: Kent Tamura <tkent@chromium.org>
Date: Wed Oct 11 05:11:28 2017

Move FormAssociated.h, HTMLFormControlElement*.*, ListedElement.*, TextControlElement*.* to core/html/forms/.

Bug:  771090 
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Change-Id: Idf62649e2e8f19ddc6fb63f1f51c2dbfa244e2eb
Reviewed-on: https://chromium-review.googlesource.com/709474
Reviewed-by: Keishi Hattori <keishi@chromium.org>
Commit-Queue: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#507899}
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/BUILD.gn
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/clipboard/DataTransfer.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/editing/FrameCaret.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/editing/LayoutSelection.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/editing/RenderedPosition.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/editing/SurroundingText.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/editing/SurroundingTextTest.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/editing/VisibleUnits.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/editing/VisibleUnitsTest.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/editing/commands/DocumentExecCommand.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/editing/commands/InsertLineBreakCommand.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/editing/iterators/SimplifiedBackwardsTextIterator.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/editing/iterators/TextIteratorTest.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/exported/WebElement.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/exported/WebFormControlElement.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/exported/WebFormElement.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/exported/WebSearchableFormData.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/frame/LocalFrameView.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/BUILD.gn
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/HTMLCollection.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/HTMLDialogElement.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/HTMLImageElement.h
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/HTMLObjectElement.h
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/ValidityState.h
[rename] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/forms/FormAssociated.h
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/forms/FormController.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/forms/HTMLButtonElement.h
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/forms/HTMLFieldSetElement.h
[rename] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/forms/HTMLFormControlElement.cpp
[rename] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/forms/HTMLFormControlElement.h
[rename] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/forms/HTMLFormControlElementTest.cpp
[rename] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/forms/HTMLFormControlElementWithState.cpp
[rename] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/forms/HTMLFormControlElementWithState.h
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/forms/HTMLFormControlsCollection.h
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/forms/HTMLFormElement.h
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/forms/HTMLInputElement.h
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/forms/HTMLLabelElement.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/forms/HTMLLegendElement.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/forms/HTMLOutputElement.h
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/forms/HTMLSelectElement.h
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/forms/HTMLTextAreaElement.h
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/forms/InputType.h
[rename] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/forms/ListedElement.cpp
[rename] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/forms/ListedElement.h
[rename] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/forms/TextControlElement.cpp
[rename] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/forms/TextControlElement.h
[rename] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/forms/TextControlElementTest.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/parser/HTMLElementStack.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/loader/FormSubmission.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/page/FocusController.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp
[modify] https://crrev.com/fcbca05892d2d680280e996344838f8e5afc230a/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.cpp

Project Member

Comment 8 by bugdroid1@chromium.org, Oct 11 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f

commit 4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f
Author: Kent Tamura <tkent@chromium.org>
Date: Wed Oct 11 07:55:23 2017

Move FormData*.*, RadioNodeList.*, and ValidityState.* to core/html/forms/.

Bug:  771090 
Change-Id: I9e788f5df0edddbcd134cb4d8c45e4eda265c936
Reviewed-on: https://chromium-review.googlesource.com/711676
Reviewed-by: Keishi Hattori <keishi@chromium.org>
Commit-Queue: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#507920}
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/BUILD.gn
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/core_idl_files.gni
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/dom/ContainerNode.cpp
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/exported/WebSearchableFormData.cpp
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/html/BUILD.gn
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.cpp
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/html/forms/FileInputType.cpp
[rename] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/html/forms/FormData.cpp
[rename] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/html/forms/FormData.h
[rename] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/html/forms/FormData.idl
[rename] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/html/forms/FormDataTest.cpp
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/html/forms/HTMLButtonElement.cpp
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/html/forms/HTMLFormControlElement.cpp
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/html/forms/HTMLFormControlsCollection.h
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/html/forms/HTMLFormElement.cpp
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/html/forms/HTMLSelectElement.cpp
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/html/forms/HTMLTextAreaElement.cpp
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/html/forms/HiddenInputType.cpp
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/html/forms/ImageInputType.cpp
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/html/forms/InputType.cpp
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/html/forms/ListedElement.cpp
[rename] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/html/forms/RadioNodeList.cpp
[rename] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/html/forms/RadioNodeList.h
[rename] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/html/forms/RadioNodeList.idl
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/html/forms/SubmitInputType.cpp
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/html/forms/TextFieldInputType.cpp
[rename] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/html/forms/ValidityState.cpp
[rename] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/html/forms/ValidityState.h
[rename] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/html/forms/ValidityState.idl
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/loader/FormSubmission.cpp
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/loader/PingLoader.cpp
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/modules/beacon/NavigatorBeacon.cpp
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.cpp
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/modules/credentialmanager/PasswordCredentialTest.cpp
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/modules/fetch/Body.cpp
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/modules/fetch/BodyStreamBufferTest.cpp
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/modules/fetch/FetchDataLoaderTest.cpp
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/modules/fetch/FormDataBytesConsumerTest.cpp
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/modules/fetch/RequestInit.cpp
[modify] https://crrev.com/4d8a80c81bdad2feb2e7427e9e55d90ab0a0bf4f/third_party/WebKit/Source/modules/fetch/Response.cpp

Comment 9 by tkent@chromium.org, Oct 13 2017

Components: -Blink>Forms -Blink>Media Blink>Media>Track
https://chromium-review.googlesource.com/c/chromium/src/+/716231 handled audio/video elements.

Remaining: HTMLCanvasElement.* and HTMLTrackElement.*.

Project Member

Comment 10 by bugdroid1@chromium.org, Jan 16 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/01d721ee251b11dd6ba370f9454ffcef15c6cbfa

commit 01d721ee251b11dd6ba370f9454ffcef15c6cbfa
Author: Kent Tamura <tkent@chromium.org>
Date: Tue Jan 16 06:16:32 2018

Move Canvas-related files in core/html/ to core/html/canvas/, and HTMLTrackElement.* to core/html/track/.

This CL has no behavior changes.

Bug:  771090 
Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: I548b486e5a71c81d787b2fbea07aa4b93a4ef5c4
Reviewed-on: https://chromium-review.googlesource.com/867181
Reviewed-by: Hayato Ito <hayato@chromium.org>
Commit-Queue: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#529368}
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/bindings/core/v8/serialization/SerializedColorParams.h
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializer.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializerTest.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/BUILD.gn
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/core_idl_files.gni
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/dom/Document.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/dom/Element.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/editing/Editor.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/html/BUILD.gn
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/html/HTMLTagNames.json5
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreatorTest.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
[rename] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/html/canvas/HTMLCanvasElement.cpp
[rename] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/html/canvas/HTMLCanvasElement.h
[rename] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/html/canvas/HTMLCanvasElement.idl
[rename] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/html/canvas/ImageData.cpp
[rename] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/html/canvas/ImageData.h
[rename] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/html/canvas/ImageData.idl
[rename] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/html/canvas/ImageDataColorSettings.idl
[rename] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/html/canvas/ImageDataTest.cpp
[rename] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/html/canvas/TextMetrics.cpp
[rename] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/html/canvas/TextMetrics.h
[rename] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/html/canvas/TextMetrics.idl
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/html/media/HTMLMediaElement.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/html/track/CueTimeline.cpp
[rename] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/html/track/HTMLTrackElement.cpp
[rename] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/html/track/HTMLTrackElement.h
[rename] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/html/track/HTMLTrackElement.idl
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/html/track/LoadableTextTrack.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/imagebitmap/ImageBitmap.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/imagebitmap/ImageBitmapTest.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/input/EventHandlerTest.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/input/MouseEventManager.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/input/PointerEventManager.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/input/TouchEventManager.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/layout/LayoutHTMLCanvas.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.h
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/paint/HTMLCanvasPaintInvalidator.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/paint/HTMLCanvasPainter.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/paint/HTMLCanvasPainterTest.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/core/paint/compositing/CompositedLayerMapping.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/modules/ModulesInitializer.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/modules/canvas/canvas2d/BaseRenderingContext2D.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/modules/canvas/canvas2d/BaseRenderingContext2D.h
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/modules/canvas/canvas2d/CanvasRenderingContext2D.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/modules/canvas/canvas2d/CanvasRenderingContext2DAPITest.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/modules/canvas/canvas2d/CanvasRenderingContext2DState.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/modules/canvas/canvas2d/CanvasRenderingContext2DTest.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/modules/canvas/canvas2d/CanvasStyle.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/modules/canvas/htmlcanvas/HTMLCanvasElementModule.h
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/modules/canvas/htmlcanvas/HTMLCanvasElementModuleTest.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/modules/canvas/offscreencanvas/OffscreenCanvasTest.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/modules/canvas/offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/modules/mediacapturefromelement/CanvasCaptureMediaStreamTrack.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLCanvasElementCapture.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLCanvasElementCapture.h
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/modules/shapedetection/ShapeDetector.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/modules/webgl/WebGLExtension.h
[modify] https://crrev.com/01d721ee251b11dd6ba370f9454ffcef15c6cbfa/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp

Comment 11 by tkent@chromium.org, Jan 16 2018

Components: Blink>Forms
Owner: tkent@chromium.org
Status: Fixed (was: Available)

Sign in to add a comment