|
Consistently use AtomicString for namespaceURI / prefix
Consistently use AtomicString for namespaceURI / prefix. In particular, Node's
lookupPrefix(), lookupNamespaceURI(), lookupNamespacePrefix() now deal with
AtomicStrings.
This avoids needless creation of Strings when we actually need AtomicStrings.
This is one step towards marking the AtomicString(const String&) constructor
explicit.
R=eseidel, haraken
BUG= 323739
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=163446
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+43 lines, -41 lines) |
Patch |
|
M |
Source/bindings/v8/custom/V8CustomXPathNSResolver.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/bindings/v8/custom/V8CustomXPathNSResolver.cpp
|
View
|
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/Node.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/Node.cpp
|
View
|
|
4 chunks |
+18 lines, -18 lines |
5 comments
|
Download
|
|
M |
Source/core/svg/animation/SVGSMILElement.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/xml/NativeXPathNSResolver.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/xml/NativeXPathNSResolver.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/XPathGrammar.y
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/XPathNSResolver.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/xml/XPathParser.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/xml/XPathParser.cpp
|
View
|
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/XPathStep.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|