Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Issue 62032: Stop serializing WebString over IPC. The new rule is that only POD (plain ol... (Closed)

Created:
11 years, 8 months ago by darin (slow to review)
Modified:
9 years, 7 months ago
Reviewers:
Aaron Boodman, dglazkov
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

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

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

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

Messages

Total messages: 3 (0 generated)
darin (slow to review)
11 years, 8 months ago (2009-04-04 00:10:41 UTC) #1
Aaron Boodman
fyi http://codereview.chromium.org/62032/diff/1/13 File chrome/common/webkit_param_traits.h (right): http://codereview.chromium.org/62032/diff/1/13#newcode16 Line 16: // reference counting. If we allowed serializing ...
11 years, 8 months ago (2009-04-04 00:14:32 UTC) #2
dglazkov
11 years, 8 months ago (2009-04-06 16:04:47 UTC) #3
LGTM with aa comments.

Powered by Google App Engine
This is Rietveld 408576698