|
Make calls to AtomicString(const String&) explicit in dom/
Make calls to AtomicString(const String&) explicit in dom/ and avoid
useless conversions from String to AtomicString when possible.
This is one step towards making the AtomicString(const String&) constructor
explicit. This CL takes care only of the dom/ part so that it is more
easily reviewable.
R=eseidel
BUG= 323739
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164398
Total comments: 12
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+68 lines, -46 lines) |
Patch |
|
M |
Source/core/dom/Attr.cpp
|
View
|
1
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/dom/ClassNodeList.h
|
View
|
1
|
2 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/ClassNodeList.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/DOMSettableTokenList.cpp
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/DOMTokenList.h
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/DOMTokenList.cpp
|
View
|
1
|
8 chunks |
+17 lines, -9 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/DatasetDOMStringMap.cpp
|
View
|
1
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/Document.cpp
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/Element.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/dom/NamedFlowCollection.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/NamedFlowCollection.cpp
|
View
|
1
|
4 chunks |
+8 lines, -5 lines |
2 comments
|
Download
|
|
M |
Source/core/dom/Node.h
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/Node.cpp
|
View
|
1
|
1 chunk |
+7 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/SpaceSplitString.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/dom/TreeScope.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/events/EventTarget.cpp
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|