|
|
Move WTF string to number converter functions to StringToNumber.h
This allows various things to call these methods without having to
depend on the WTFString.h header which was a strange place for
a bunch of functions that take LChar* and UChar*'s.
No functional changes are made, the code is just moved around.
BUG= 615174
Committed: https://crrev.com/7dc7c0fc073b84f3050726b52ceec1bbcb304ba3
Cr-Commit-Position: refs/heads/master@{#399095}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+364 lines, -314 lines) |
Patch |
 |
M |
third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/css/parser/CSSTokenizerInputStream.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/frame/csp/CSPSourceList.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/html/HTMLDimension.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/html/HTMLFontElement.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/html/HTMLMetaElement-in.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/html/parser/HTMLParserIdioms.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/html/parser/HTMLSrcsetParser.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/html/track/vtt/VTTScanner.cpp
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/inspector_protocol/String16WTF.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/text/StringImpl.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/wtf/text/StringToNumber.h
|
View
|
1
|
1 chunk |
+67 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/wtf/text/StringToNumber.cpp
|
View
|
1
|
1 chunk |
+282 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/text/WTFString.h
|
View
|
|
2 chunks |
+0 lines, -43 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/text/WTFString.cpp
|
View
|
|
1 chunk |
+0 lines, -271 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/wtf.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 16 (7 generated)
|