|
Turn DocumentParser::pinToMainThread into a cleaner api
pinToMainThread makes the false impression that it can happen any time. In reality this
has to be decided before the actual parsing is started. Better to express it with a cleaner api.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=187078
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+60 lines, -82 lines) |
Patch |
|
M |
Source/core/dom/Document.h
|
View
|
1
2
|
4 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/dom/Document.cpp
|
View
|
1
|
6 chunks |
+5 lines, -8 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/DocumentParser.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/html/TextDocument.cpp
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/imports/HTMLImportLoader.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/parser/HTMLDocumentParser.h
|
View
|
1
|
6 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
Source/core/html/parser/HTMLDocumentParser.cpp
|
View
|
1
2
|
6 chunks |
+7 lines, -26 lines |
0 comments
|
Download
|
|
A |
Source/core/html/parser/ParserSynchronizationPolicy.h
|
View
|
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/html/parser/TextDocumentParser.h
|
View
|
1
2
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/html/parser/TextDocumentParser.cpp
|
View
|
1
2
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/inspector/DOMPatchSupport.cpp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/loader/DocumentLoader.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/loader/DocumentLoader.cpp
|
View
|
1
|
5 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
|
M |
Source/core/loader/DocumentWriter.h
|
View
|
1
2
3
|
3 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/core/loader/DocumentWriter.cpp
|
View
|
1
2
3
|
3 chunks |
+5 lines, -17 lines |
0 comments
|
Download
|
|
M |
Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 21 (6 generated)
|