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

Issue 655083002: Update the tests (ISO-8859-1 => windows-1252) (Closed)

Created:
6 years, 2 months ago by jungshik at Google
Modified:
6 years, 2 months ago
CC:
aandrey+blink_chromium.org, blink-reviews, blink-reviews-wtf_chromium.org, Mikhail, mkwst+moarreviews_chromium.org
Project:
blink
Visibility:
Public.

Description

Update the tests (ISO-8859-1 => windows-1252) To be compliant to the WHATWG Encoding spec (living standard), we should treat ISO-8859-1 and windows-1252 synonymously. Moreover, windows-1252 is the canonical encoding name. Update TextCodecLatin1 to list only aliases specified in the encoding spec. See https://codereview.chromium.org/598383002 (ICU update) and https://codereview.chromium.org/649413002 (roll ICU with necessary test/pref/UI changes in Chrome). BUG=412053 TEST=fast/encoding/* TEST=http/tests/misc/char* R=jochen@chromium.org, jsbell@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183781 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183912

Patch Set 1 #

Patch Set 2 : bug ref corrected #

Patch Set 3 : rebase #

Total comments: 3

Patch Set 4 : fix nits; fix the charset in 2 test files #

Patch Set 5 : two more rep. of iso-8859-1 with windows-1252 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -45 lines) Patch
M LayoutTests/fast/encoding/bracket-in-tag-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/encoding/charset-invalid.html View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/encoding/charset-invalid-expected.txt View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/encoding/charset-replacement.html View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/encoding/charset-replacement-expected.txt View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/encoding/misplaced-xml-declaration-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/encoding/pseudo-xml-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/encoding/meta-switch-mid-parse-expected.txt View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/misc/char-encoding-in-hidden-charset-field-default.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/misc/char-encoding-in-hidden-charset-field-default-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/misc/frame-default-enc-different-domain-expected.txt View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/text/TextCodecICU.cpp View 1 2 3 3 chunks +5 lines, -4 lines 0 comments Download
M Source/wtf/text/TextCodecLatin1.cpp View 1 chunk +17 lines, -28 lines 0 comments Download

Messages

Total messages: 13 (3 generated)
jungshik at Google
Can you take a look? I think this one can go in without a 3-way ...
6 years, 2 months ago (2014-10-15 00:05:09 UTC) #2
jungshik at Google
6 years, 2 months ago (2014-10-15 00:33:30 UTC) #4
jungshik at Google
jochen@chromium.org: Please review/approve change in wtf/*. Thanks
6 years, 2 months ago (2014-10-15 00:34:07 UTC) #6
jsbell
lgtm with nits https://codereview.chromium.org/655083002/diff/40001/Source/wtf/text/TextCodecICU.cpp File Source/wtf/text/TextCodecICU.cpp (right): https://codereview.chromium.org/655083002/diff/40001/Source/wtf/text/TextCodecICU.cpp#newcode176 Source/wtf/text/TextCodecICU.cpp:176: // and Firefox (24), but not ...
6 years, 2 months ago (2014-10-15 00:51:13 UTC) #7
jochen (gone - plz use gerrit)
lgtm
6 years, 2 months ago (2014-10-15 15:24:32 UTC) #8
jungshik at Google
Committed patchset #5 (id:80001) manually as 183781 (presubmit successful).
6 years, 2 months ago (2014-10-16 05:39:55 UTC) #9
cbiesinger
On 2014/10/16 05:39:55, Jungshik Shin wrote: > Committed patchset #5 (id:80001) manually as 183781 (presubmit ...
6 years, 2 months ago (2014-10-16 15:48:23 UTC) #10
jungshik at Google
On 2014/10/16 15:48:23, cbiesinger wrote: > On 2014/10/16 05:39:55, Jungshik Shin wrote: > > Committed ...
6 years, 2 months ago (2014-10-16 16:14:58 UTC) #11
jungshik at Google
Committed patchset #5 (id:80001) manually as 183912 (presubmit successful).
6 years, 2 months ago (2014-10-17 18:21:49 UTC) #12
jungshik at Google
6 years, 2 months ago (2014-10-17 18:34:07 UTC) #13
Message was sent while issue was closed.
On 2014/10/17 18:21:49, Jungshik Shin wrote:
> Committed patchset #5 (id:80001) manually as 183912 (presubmit successful).

The local CL description edit was not reflected here (and in the commit-log):
Here's the update:

This is reverting the revert (I can't use the CL generated by 'revert of revert
CL' due to a riedvelt bug). This CL can now be landed safely because the failing
browser tests (Chromium) were temporarily disabled (or made robust against the
difference introduced by this Blink CL) in the following Cr CL (that got landed)
:
    
    https://codereview.chromium.org/643993004/

Powered by Google App Engine
This is Rietveld 408576698