|
Make calls to AtomicString(const String&) explicit in loader/ and fetch/
Make calls to AtomicString(const String&) explicit in load/ and fetch/, 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 loader/ & fetch/ part so that it is
more easily reviewable.
R=eseidel
BUG= 323739
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164426
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+77 lines, -51 lines) |
Patch |
|
M |
Source/core/fetch/CrossOriginAccessControl.cpp
|
View
|
1
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/fetch/ImageResourceTest.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/fetch/ScriptResource.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/loader/DocumentThreadableLoader.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/loader/FormSubmission.h
|
View
|
1
2
|
6 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
Source/core/loader/FormSubmission.cpp
|
View
|
1
2
|
5 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
|
M |
Source/core/loader/FrameFetchContext.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/loader/FrameLoader.cpp
|
View
|
1
|
5 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
Source/core/loader/NavigationScheduler.cpp
|
View
|
1
|
6 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
|
M |
Source/core/loader/PingLoader.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/loader/WorkerThreadableLoader.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/platform/weborigin/SecurityOrigin.h
|
View
|
1
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/platform/weborigin/SecurityOrigin.cpp
|
View
|
1
|
1 chunk |
+31 lines, -8 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|