Rename rendering/RenderFileUploadControl to layout/LayoutFileUploadControl.
commit210f322d441538aa3a86ffed4e5191f447e91185
authordsinclair@chromium.org <dsinclair@chromium.org>
Tue, 24 Feb 2015 23:27:06 +0000 (24 23:27 +0000)
committerdsinclair@chromium.org <dsinclair@chromium.org>
Tue, 24 Feb 2015 23:27:06 +0000 (24 23:27 +0000)
tree03eec7e20b502181c2ca85bc3fdbd5ea3731ef13
parentb834f920e68dc2c782703a30a409463eae70e1d9
Rename rendering/RenderFileUploadControl to layout/LayoutFileUploadControl.

BUG=450612
TBR=jchaffraix@chromium.org

Review URL: https://codereview.chromium.org/959453002

git-svn-id: svn://svn.chromium.org/blink/trunk@190779 bbb929c8-8fbe-4397-9dbb-9b2b20218538
45 files changed:
third_party/WebKit/LayoutTests/accessibility/input-file-causes-crash-expected.txt
third_party/WebKit/LayoutTests/accessibility/input-file-causes-crash.html
third_party/WebKit/LayoutTests/platform/android/fast/forms/file/file-input-direction-expected.txt
third_party/WebKit/LayoutTests/platform/android/fast/forms/form-element-geometry-expected.txt
third_party/WebKit/LayoutTests/platform/android/fast/forms/input-appearance-height-expected.txt
third_party/WebKit/LayoutTests/platform/android/fast/forms/input-value-expected.txt
third_party/WebKit/LayoutTests/platform/linux/fast/forms/file/file-input-direction-expected.txt
third_party/WebKit/LayoutTests/platform/linux/fast/forms/file/file-input-disabled-expected.txt
third_party/WebKit/LayoutTests/platform/linux/fast/forms/file/input-file-re-render-expected.txt
third_party/WebKit/LayoutTests/platform/linux/fast/forms/form-element-geometry-expected.txt
third_party/WebKit/LayoutTests/platform/linux/fast/forms/input-appearance-height-expected.txt
third_party/WebKit/LayoutTests/platform/linux/fast/forms/input-value-expected.txt
third_party/WebKit/LayoutTests/platform/mac/fast/files/file-in-input-display-expected.txt
third_party/WebKit/LayoutTests/platform/mac/fast/forms/file/file-input-direction-expected.txt
third_party/WebKit/LayoutTests/platform/mac/fast/forms/file/file-input-disabled-expected.txt
third_party/WebKit/LayoutTests/platform/mac/fast/forms/file/input-file-re-render-expected.txt
third_party/WebKit/LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt
third_party/WebKit/LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.txt
third_party/WebKit/LayoutTests/platform/mac/fast/forms/input-value-expected.txt
third_party/WebKit/LayoutTests/platform/mac/http/tests/filesystem/input-display-expected.txt
third_party/WebKit/LayoutTests/platform/mac/virtual/slimmingpaint/fast/forms/file/file-input-direction-expected.txt
third_party/WebKit/LayoutTests/platform/mac/virtual/slimmingpaint/fast/forms/file/file-input-disabled-expected.txt
third_party/WebKit/LayoutTests/platform/mac/virtual/slimmingpaint/fast/forms/file/input-file-re-render-expected.txt
third_party/WebKit/LayoutTests/platform/win-xp/fast/forms/file/file-input-direction-expected.txt
third_party/WebKit/LayoutTests/platform/win-xp/fast/forms/file/file-input-disabled-expected.txt
third_party/WebKit/LayoutTests/platform/win-xp/fast/forms/file/input-file-re-render-expected.txt
third_party/WebKit/LayoutTests/platform/win-xp/fast/forms/form-element-geometry-expected.txt
third_party/WebKit/LayoutTests/platform/win-xp/fast/forms/input-appearance-height-expected.txt
third_party/WebKit/LayoutTests/platform/win-xp/fast/forms/input-value-expected.txt
third_party/WebKit/LayoutTests/platform/win/fast/files/file-in-input-display-expected.txt
third_party/WebKit/LayoutTests/platform/win/fast/forms/file/file-input-direction-expected.txt
third_party/WebKit/LayoutTests/platform/win/fast/forms/file/file-input-disabled-expected.txt
third_party/WebKit/LayoutTests/platform/win/fast/forms/file/input-file-re-render-expected.txt
third_party/WebKit/LayoutTests/platform/win/fast/forms/form-element-geometry-expected.txt
third_party/WebKit/LayoutTests/platform/win/fast/forms/input-appearance-height-expected.txt
third_party/WebKit/LayoutTests/platform/win/fast/forms/input-value-expected.txt
third_party/WebKit/LayoutTests/platform/win/http/tests/filesystem/input-display-expected.txt
third_party/WebKit/Source/core/core.gypi
third_party/WebKit/Source/core/html/forms/FileInputType.cpp
third_party/WebKit/Source/core/layout/LayoutFileUploadControl.cpp [moved from third_party/WebKit/Source/core/rendering/RenderFileUploadControl.cpp with 88% similarity]
third_party/WebKit/Source/core/layout/LayoutFileUploadControl.h [moved from third_party/WebKit/Source/core/rendering/RenderFileUploadControl.h with 80% similarity]
third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp
third_party/WebKit/Source/core/paint/FileUploadControlPainter.cpp
third_party/WebKit/Source/core/paint/FileUploadControlPainter.h
third_party/WebKit/Source/modules/accessibility/AXRenderObject.cpp