|
Stop serializing WebString over IPC. The new rule is that only POD (plain old
data) types from WebKit API are allowed to be used in the browser process.
I added a big note about this to webkit_param_traits.h to explain the details
of this decision.
R=dglazkov
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=13181
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+141 lines, -146 lines) |
Patch |
 |
M |
chrome/browser/renderer_host/render_view_host.h
|
View
|
1
|
3 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/render_view_host.cc
|
View
|
1
|
3 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ssl/ssl_manager.h
|
View
|
1
|
3 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ssl/ssl_manager.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ssl/ssl_policy.cc
|
View
|
1
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/common/render_messages_internal.h
|
View
|
1
|
2 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/common/webkit_param_traits.h
|
View
|
1
|
6 chunks |
+27 lines, -53 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/render_view.h
|
View
|
1
5
|
4 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/render_view.cc
|
View
|
1
2
3
4
5
|
8 chunks |
+21 lines, -13 lines |
0 comments
|
Download
|
 |
M |
webkit/build/WebKit/WebKit.vcproj
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/glue/webframe.h
|
View
|
1
|
3 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webframe_impl.h
|
View
|
1
|
2 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webframe_impl.cc
|
View
|
1
|
18 chunks |
+35 lines, -29 lines |
0 comments
|
Download
|
 |
M |
webkit/webkit.gyp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|