|
Store the Document's encoding on the Document
This adds storage to a Document for its encoding as a prerequisite for
moving ownership of the decoder from the Document to the parser. The
encoding may be set explicit or by the decoder. This storage is temporarily
redundant with the Document::m_decoder->m_encoding storage, but this will
stop being redundant when the decoder moves.
We'll have to store a few more pieces of information on the Document such
as information about where the encoding came from in future patches.
BUG= 277886
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=156813
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+35 lines, -29 lines) |
Patch |
 |
M |
Source/core/dom/DecodedDataDocumentParser.cpp
|
View
|
1
|
5 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/Document.h
|
View
|
1
|
3 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/Document.cpp
|
View
|
1
|
4 chunks |
+10 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLBaseElement.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/parser/XSSAuditor.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/page/FrameView.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/xml/XSLTProcessor.cpp
|
View
|
|
2 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
Source/web/ContextMenuClientImpl.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/WebDocument.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/WebPageSerializerImpl.cpp
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/web/WebViewImpl.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|