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

Issue 3018045: FBTF: Allow forward declaration of classes passed to sync IPC messages. (Closed)

Created:
10 years, 4 months ago by Elliot Glaysher
Modified:
9 years, 7 months ago
Reviewers:
Matt Perry
CC:
chromium-reviews, jam, Paweł Hajdan Jr., darin-cc_chromium.org, brettw-cc_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

FBTF: Allow forward declaration of classes passed to sync IPC messages. This is a continuation of r55259, where we convert the remaining IPC messages to the new system. At this point, all the messages should be able to accept forward declared classes/structs as parameters. BUG=51411 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=55735

Patch Set 1 #

Patch Set 2 : 80 char lines ipc_message_impl_macros.h #

Patch Set 3 : Fix chrome_frame, maybe #

Total comments: 4

Patch Set 4 : win file needs header #

Patch Set 5 : mpcomplete comments #

Patch Set 6 : Fix linkage problems with previous patch. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+956 lines, -528 lines) Patch
M chrome/browser/renderer_host/resource_message_filter_win.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_common.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/render_messages.h View 3 chunks +7 lines, -50 lines 0 comments Download
M chrome/common/render_messages.cc View 1 2 3 4 1 chunk +63 lines, -0 lines 0 comments Download
M chrome/common/render_messages_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/webkit_param_traits.h View 3 chunks +19 lines, -99 lines 0 comments Download
A chrome/common/webkit_param_traits.cc View 1 chunk +131 lines, -0 lines 0 comments Download
M chrome/renderer/render_view.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M ipc/ipc_message_impl_macros.h View 1 2 3 4 10 chunks +486 lines, -116 lines 0 comments Download
M ipc/ipc_message_macros.h View 35 chunks +152 lines, -200 lines 0 comments Download
M ipc/ipc_message_utils.h View 1 2 3 4 5 5 chunks +73 lines, -55 lines 0 comments Download
M ipc/ipc_message_utils_impl.h View 1 2 3 4 5 1 chunk +15 lines, -8 lines 0 comments Download
M ipc/ipc_sync_channel_unittest.cc View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Elliot Glaysher
This is part two, where I change all the sync messages. Also includes a few ...
10 years, 4 months ago (2010-08-06 20:33:42 UTC) #1
Matt Perry
Looking good. http://codereview.chromium.org/3018045/diff/4001/5002 File chrome/common/render_messages.cc (right): http://codereview.chromium.org/3018045/diff/4001/5002#newcode14 chrome/common/render_messages.cc:14: namespace IPC { Does this need to ...
10 years, 4 months ago (2010-08-06 20:53:02 UTC) #2
Elliot Glaysher
Done. TAL?
10 years, 4 months ago (2010-08-06 21:14:33 UTC) #3
Matt Perry
10 years, 4 months ago (2010-08-06 21:18:49 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698