|
Remove dedicated TextCodecUTF16
Just rely on ICU for UTF-16LE/BE. This fixes some bugs related to
state handling when decoding chunks with an odd number of bytes. It
also removes non-standard special cases for end-of-stream handling.
BUG= 468927, 368904
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+28 lines, -282 lines) |
Patch |
 |
D |
LayoutTests/fast/encoding/api/utf16-surrogates-expected.txt
|
View
|
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/encoding/char-decoding-truncated.html
|
View
|
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/encoding/char-decoding-truncated-expected.txt
|
View
|
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/encoding/utf-16-odd-byte-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/encoding/TextDecoder.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/encoding/TextEncoder.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/wtf/text/TextCodecICU.cpp
|
View
|
|
2 chunks |
+12 lines, -1 line |
0 comments
|
Download
|
 |
D |
Source/wtf/text/TextCodecUTF16.h
|
View
|
|
1 chunk |
+0 lines, -52 lines |
0 comments
|
Download
|
 |
D |
Source/wtf/text/TextCodecUTF16.cpp
|
View
|
|
1 chunk |
+0 lines, -190 lines |
0 comments
|
Download
|
 |
M |
Source/wtf/text/TextEncoding.h
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/wtf/text/TextEncodingRegistry.cpp
|
View
|
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/wtf/wtf.gypi
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 4 (1 generated)
|