Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Issue 216553010: Remove carriage returns from LayoutTests (04) (Closed)

Created:
6 years, 8 months ago by enne (OOO)
Modified:
6 years, 8 months ago
Reviewers:
eseidel
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, alph+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, aandrey+blink_chromium.org
Visibility:
Public.

Description

Remove carriage returns from LayoutTests (04) Split up from https://codereview.chromium.org/211393005/ Generated via: git grep -I -l $'\r'$ | grep -v gif$ | grep -v mhtml | head -n 100 TBR=eseidel@chromium.org BUG=357373 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170369

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2498 lines, -2500 lines) Patch
M LayoutTests/fast/table/fixed-table-with-small-percent-width.html View 1 chunk +13 lines, -13 lines 0 comments Download
M LayoutTests/fast/table/frame-and-rules.html View 1 chunk +1 line, -3 lines 0 comments Download
M LayoutTests/fast/table/multiple-captions-crash.xhtml View 1 chunk +32 lines, -32 lines 0 comments Download
M LayoutTests/fast/table/multiple-captions-crash2.xhtml View 1 chunk +30 lines, -30 lines 0 comments Download
M LayoutTests/fast/table/multiple-captions-display.xhtml View 1 chunk +20 lines, -20 lines 0 comments Download
M LayoutTests/fast/table/relative-position-containment.html View 1 chunk +9 lines, -9 lines 0 comments Download
M LayoutTests/fast/table/relative-position-offsets.html View 1 chunk +9 lines, -9 lines 0 comments Download
M LayoutTests/fast/table/relative-position-stacking.html View 1 chunk +9 lines, -9 lines 0 comments Download
M LayoutTests/fast/table/rules-attr-dynchange1.html View 1 chunk +33 lines, -33 lines 0 comments Download
M LayoutTests/fast/table/rules-attr-dynchange2.html View 1 chunk +33 lines, -33 lines 0 comments Download
M LayoutTests/fast/table/table-after-child-in-table.html View 1 chunk +27 lines, -27 lines 0 comments Download
M LayoutTests/fast/table/table-and-parts-outline.html View 1 chunk +17 lines, -17 lines 0 comments Download
M LayoutTests/fast/table/table-anonymous-block-destroy-crash.html View 1 chunk +26 lines, -26 lines 0 comments Download
M LayoutTests/fast/table/table-before-child-in-table.html View 1 chunk +27 lines, -27 lines 0 comments Download
M LayoutTests/fast/table/table-captions-child-visible-crash.html View 1 chunk +17 lines, -17 lines 0 comments Download
M LayoutTests/fast/table/table-cell-after-child-in-block.html View 1 chunk +26 lines, -26 lines 0 comments Download
M LayoutTests/fast/table/table-cell-after-child-in-table.html View 1 chunk +27 lines, -27 lines 0 comments Download
M LayoutTests/fast/table/table-cell-before-after-content-around-table.html View 1 chunk +26 lines, -26 lines 0 comments Download
M LayoutTests/fast/table/table-cell-before-after-content-around-table-block.html View 1 chunk +25 lines, -25 lines 0 comments Download
M LayoutTests/fast/table/table-cell-before-after-content-around-table-row.html View 1 chunk +25 lines, -25 lines 0 comments Download
M LayoutTests/fast/table/table-cell-before-child-in-block.html View 1 chunk +26 lines, -26 lines 0 comments Download
M LayoutTests/fast/table/table-cell-before-child-in-table.html View 1 chunk +27 lines, -27 lines 0 comments Download
M LayoutTests/fast/table/table-cell-split.html View 1 chunk +15 lines, -15 lines 0 comments Download
M LayoutTests/fast/table/table-columns-blocks-calc-crash.html View 1 chunk +22 lines, -22 lines 0 comments Download
M LayoutTests/fast/table/table-continuation-outline-paint-crash.html View 1 chunk +32 lines, -32 lines 0 comments Download
M LayoutTests/fast/table/table-row-after-child-in-block.html View 1 chunk +26 lines, -26 lines 0 comments Download
M LayoutTests/fast/table/table-row-after-child-in-table.html View 1 chunk +27 lines, -27 lines 0 comments Download
M LayoutTests/fast/table/table-row-before-after-content-around-table-cell.html View 1 chunk +20 lines, -20 lines 0 comments Download
M LayoutTests/fast/table/table-row-before-child-in-block.html View 1 chunk +26 lines, -26 lines 0 comments Download
M LayoutTests/fast/table/table-row-before-child-in-table.html View 1 chunk +27 lines, -27 lines 0 comments Download
M LayoutTests/fast/table/table-row-split.html View 1 chunk +15 lines, -15 lines 0 comments Download
M LayoutTests/fast/table/table-row-style-not-updated.html View 1 chunk +22 lines, -22 lines 0 comments Download
M LayoutTests/fast/table/table-row-style-not-updated-with-after-content.html View 1 chunk +29 lines, -29 lines 0 comments Download
M LayoutTests/fast/table/table-row-style-not-updated-with-before-content.html View 1 chunk +29 lines, -29 lines 0 comments Download
M LayoutTests/fast/table/table-section-split.html View 1 chunk +15 lines, -15 lines 0 comments Download
M LayoutTests/fast/table/table-section-split-with-after-content.html View 1 chunk +20 lines, -20 lines 0 comments Download
M LayoutTests/fast/table/table-split-positioned-object-crash.html View 1 chunk +35 lines, -35 lines 0 comments Download
M LayoutTests/fast/table/table-style-not-updated.html View 1 chunk +23 lines, -23 lines 0 comments Download
M LayoutTests/fast/text/bidi-embedding-pop-and-push-same-2.html View 1 chunk +3 lines, -3 lines 0 comments Download
M LayoutTests/fast/text/dirty-inline-textbox-crash.html View 1 chunk +21 lines, -21 lines 0 comments Download
M LayoutTests/fast/text/input-box-text-fragment-combine-text-crash.html View 1 chunk +11 lines, -11 lines 0 comments Download
M LayoutTests/fast/text/international/bdi-neutral-wrapped.html View 1 chunk +66 lines, -66 lines 0 comments Download
M LayoutTests/fast/text/international/bdi-neutral-wrapped-expected.html View 1 chunk +33 lines, -33 lines 0 comments Download
M LayoutTests/fast/text/international/bidi-neutral-in-mixed-direction-run-crash.html View 1 chunk +20 lines, -20 lines 0 comments Download
M LayoutTests/fast/text/international/thai-baht-space.html View 1 chunk +13 lines, -13 lines 0 comments Download
M LayoutTests/fast/text/one-letter-transform-crash.html View 1 chunk +18 lines, -18 lines 0 comments Download
M LayoutTests/fast/text/resources/gw432047-license.txt View 1 chunk +11 lines, -11 lines 0 comments Download
M LayoutTests/fast/text/resources/line-breaks-cr.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/text/resources/line-breaks-crlf.txt View 1 chunk +3 lines, -3 lines 0 comments Download
M LayoutTests/fast/text/resources/word-break-next-linebox-not-dirty-crash.html View 1 chunk +44 lines, -44 lines 0 comments Download
M LayoutTests/fast/text/split-text-crash.xhtml View 1 chunk +31 lines, -31 lines 0 comments Download
M LayoutTests/fast/text/text-large-negative-letter-spacing-with-opacity.html View 1 chunk +11 lines, -11 lines 0 comments Download
M LayoutTests/fast/text/text-letter-spacing.html View 1 chunk +149 lines, -149 lines 0 comments Download
M LayoutTests/fast/text/text-transform-nontext-node-crash.xhtml View 1 chunk +26 lines, -26 lines 0 comments Download
M LayoutTests/fast/text/updateNewFont.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/text/word-break-next-linebox-not-dirty-crash-main.html View 1 chunk +12 lines, -12 lines 0 comments Download
M LayoutTests/fast/writing-mode/overhanging-float-legend-crash.html View 1 chunk +28 lines, -28 lines 0 comments Download
M LayoutTests/fast/writing-mode/ruby-text-logical-left.html View 1 chunk +44 lines, -44 lines 0 comments Download
M LayoutTests/fast/writing-mode/ruby-text-logical-left-expected.html View 1 chunk +27 lines, -27 lines 0 comments Download
M LayoutTests/fast/writing-mode/vertical-float-margin.html View 1 chunk +8 lines, -8 lines 0 comments Download
M LayoutTests/fast/writing-mode/vertical-float-margin-expected.html View 1 chunk +8 lines, -8 lines 0 comments Download
M LayoutTests/fast/writing-mode/vertical-inline-block-hittest.html View 1 chunk +21 lines, -21 lines 0 comments Download
M LayoutTests/fullscreen/fullscreen-child-not-allowed-crash.html View 1 chunk +29 lines, -29 lines 0 comments Download
M LayoutTests/http/tests/cache/resources/iframe304.php View 1 chunk +21 lines, -21 lines 0 comments Download
M LayoutTests/http/tests/cache/resources/stylesheet304.php View 1 chunk +21 lines, -21 lines 0 comments Download
M LayoutTests/http/tests/cache/resources/x-frame-options.php View 1 chunk +20 lines, -20 lines 0 comments Download
M LayoutTests/http/tests/cookies/resources/setArraycookies.php View 1 chunk +8 lines, -8 lines 0 comments Download
M LayoutTests/http/tests/cookies/resources/setArraycookies-result.php View 1 chunk +34 lines, -34 lines 0 comments Download
M LayoutTests/http/tests/inspector/resources/post-target.cgi View 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/http/tests/misc/location-test-xsl-style-sheet.xml View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/http/tests/misc/resources/generatedimage.php View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/misc/resources/location-test-xsl-style-sheet.xsl View 1 chunk +31 lines, -31 lines 0 comments Download
M LayoutTests/http/tests/misc/single-character-pi-stylesheet.xhtml View 1 chunk +24 lines, -24 lines 0 comments Download
M LayoutTests/http/tests/navigation/no-referrer-reset.html View 1 chunk +6 lines, -6 lines 0 comments Download
M LayoutTests/http/tests/navigation/no-referrer-same-window.html View 1 chunk +6 lines, -6 lines 0 comments Download
M LayoutTests/http/tests/navigation/no-referrer-subframe.html View 1 chunk +6 lines, -6 lines 0 comments Download
M LayoutTests/http/tests/navigation/no-referrer-target-blank.html View 1 chunk +6 lines, -6 lines 0 comments Download
M LayoutTests/http/tests/security/drag-drop-different-origin.html View 1 chunk +45 lines, -45 lines 0 comments Download
M LayoutTests/http/tests/security/isolatedWorld/events.html View 1 chunk +106 lines, -106 lines 0 comments Download
M LayoutTests/http/tests/security/isolatedWorld/resources/iframe.html View 1 chunk +12 lines, -12 lines 0 comments Download
M LayoutTests/http/tests/security/isolatedWorld/resources/userGestureEvents-second-window.html View 1 chunk +13 lines, -13 lines 0 comments Download
M LayoutTests/http/tests/security/isolatedWorld/userGestureEvents.html View 1 chunk +58 lines, -58 lines 0 comments Download
M LayoutTests/http/tests/security/resources/empty-svg.php View 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/http/tests/security/xssAuditor/xss-filter-bypass-long-string.html View 1 chunk +107 lines, -107 lines 0 comments Download
M LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_full_when_populate_entries.html View 1 chunk +35 lines, -35 lines 0 comments Download
M LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_full_when_populate_entries-expected.txt View 1 chunk +7 lines, -7 lines 0 comments Download
M LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_full_when_shrink_buffer_size.html View 1 chunk +37 lines, -37 lines 0 comments Download
M LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_full_when_shrink_buffer_size-expected.txt View 1 chunk +7 lines, -7 lines 0 comments Download
M LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_size_restriction.html View 1 chunk +30 lines, -30 lines 0 comments Download
M LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_size_restriction-expected.txt View 1 chunk +7 lines, -7 lines 0 comments Download
M LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_clear_resource_timing_functionality.html View 1 chunk +28 lines, -28 lines 0 comments Download
M LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_clear_resource_timing_functionality-expected.txt View 1 chunk +8 lines, -8 lines 0 comments Download
M LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_resource_request.html View 1 chunk +57 lines, -57 lines 0 comments Download
M LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_on_shrink_buffer_size.html View 1 chunk +34 lines, -34 lines 0 comments Download
M LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_on_shrink_buffer_size-expected.txt View 1 chunk +9 lines, -9 lines 0 comments Download
M LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_store_and_clear_during_callback.html View 1 chunk +40 lines, -40 lines 0 comments Download
M LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_store_and_clear_during_callback-expected.txt View 1 chunk +8 lines, -8 lines 0 comments Download
M LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_timing_allow_cross_origin_resource_request.html View 1 chunk +58 lines, -58 lines 0 comments Download
M LayoutTests/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_clearMarks-expected.txt View 1 chunk +63 lines, -63 lines 0 comments Download
M LayoutTests/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark_exception-expected.txt View 1 chunk +28 lines, -28 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
enne (OOO)
6 years, 8 months ago (2014-03-28 21:24:51 UTC) #1
Message was sent while issue was closed.
Committed patchset #1 manually as r170369 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698