|
|
Move ownership of the TextResourceDecoder to DecodedDataDocumentParser
This moves the Document's reference to the decoder to the parser. The
parser informs the document of changes in the encoding as well as two
bits indicating if the encoding was determined heuristically (to set up
the decoder properly for child frames) and if the decoder has encountered
any decoding errors (to generate errors for XML documents).
BUG= 277886
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+113 lines, -41 lines) |
Patch |
 |
M |
Source/core/dom/DecodedDataDocumentParser.h
|
View
|
|
3 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/DecodedDataDocumentParser.cpp
|
View
|
1
|
3 chunks |
+23 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/Document.h
|
View
|
1
|
3 chunks |
+13 lines, -7 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/Document.cpp
|
View
|
1
|
6 chunks |
+21 lines, -15 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/DocumentParser.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/fetch/TextResourceDecoder.h
|
View
|
1
|
2 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
Source/core/loader/DocumentLoader.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/loader/DocumentLoader.cpp
|
View
|
1
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/loader/DocumentWriter.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/loader/DocumentWriter.cpp
|
View
|
1
|
3 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/loader/TextResourceDecoderBuilder.cpp
|
View
|
1
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/rendering/RenderText.cpp
|
View
|
1
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/xml/XSLTProcessor.cpp
|
View
|
1
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/xml/parser/XMLDocumentParser.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|