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

Issue 343003003: Move IPC traits for SkBitmap, gfx_geometry into ui/gfx/ipc (Closed)

Created:
6 years, 6 months ago by spang
Modified:
6 years, 6 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, benquan, jam, browser-components-watch_chromium.org, jochen+watch_chromium.org, darin-cc_chromium.org, Dane Wallinga, dyu1, chromium-apps-reviews_chromium.org, estade+watch_chromium.org, cc-bugs_chromium.org, Ilya Sherman, rouslan+autofillwatch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Move IPC traits for SkBitmap, gfx_geometry into ui/gfx/ipc We need these outside of content (under ui/ozone), so move them. No functional change. BUG=377497 TEST=chrome --ozone-platform=gbm Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=279825

Patch Set 1 #

Total comments: 2

Patch Set 2 : rebase #

Patch Set 3 : fix some missing includes & gfx_ipc deps #

Unified diffs Side-by-side diffs Delta from patch set Stats (+179 lines, -510 lines) Patch
M android_webview/DEPS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M android_webview/common/print_messages.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_common.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_utility_messages.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/print_messages.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/render_messages.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M components/autofill.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill/content/common/autofill_messages.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/child/plugin_messages.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/common/browser_plugin/browser_plugin_messages.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/common/cc_messages.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/common/common_param_traits_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/common/frame_messages.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/common/frame_param_macros.h View 1 chunk +2 lines, -1 line 0 comments Download
M content/common/input_messages.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M content/common/plugin_process_messages.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/common/view_messages.h View 1 3 chunks +2 lines, -1 line 0 comments Download
M content/content_common.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/content_shell.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/content_tests.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/common_param_traits.h View 3 chunks +0 lines, -86 lines 0 comments Download
M content/public/common/common_param_traits.cc View 2 chunks +0 lines, -252 lines 0 comments Download
M content/shell/common/shell_messages.h View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/common/extension_messages.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M extensions/extensions.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M extensions/renderer/set_icon_natives.cc View 1 chunk +1 line, -0 lines 0 comments Download
A + ui/gfx/ipc/OWNERS View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + ui/gfx/ipc/gfx_ipc.gyp View 2 chunks +11 lines, -13 lines 0 comments Download
A ui/gfx/ipc/gfx_ipc_export.h View 1 chunk +29 lines, -0 lines 0 comments Download
A ui/gfx/ipc/gfx_param_traits.h View 1 chunk +107 lines, -0 lines 0 comments Download
A + ui/gfx/ipc/gfx_param_traits.cc View 3 chunks +1 line, -152 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
spang
6 years, 6 months ago (2014-06-19 18:41:03 UTC) #1
reed1
https://codereview.chromium.org/343003003/diff/1/ui/gfx/ipc/gfx_param_traits.cc File ui/gfx/ipc/gfx_param_traits.cc (right): https://codereview.chromium.org/343003003/diff/1/ui/gfx/ipc/gfx_param_traits.cc#newcode17 ui/gfx/ipc/gfx_param_traits.cc:17: SkBitmap::Config fConfig; I think you can replace the first ...
6 years, 6 months ago (2014-06-20 13:30:55 UTC) #2
spang
On 2014/06/20 13:30:55, reed1 wrote: > https://codereview.chromium.org/343003003/diff/1/ui/gfx/ipc/gfx_param_traits.cc > File ui/gfx/ipc/gfx_param_traits.cc (right): > > https://codereview.chromium.org/343003003/diff/1/ui/gfx/ipc/gfx_param_traits.cc#newcode17 > ...
6 years, 6 months ago (2014-06-23 22:46:56 UTC) #3
Ben Goodger (Google)
lgtm
6 years, 6 months ago (2014-06-24 15:54:31 UTC) #4
spang
6 years, 6 months ago (2014-06-24 22:34:22 UTC) #5
kenrb
ipc lgtm, but you need tsepez@ for common_param_traits.cc.
6 years, 6 months ago (2014-06-25 13:56:23 UTC) #6
Tom Sepez
param traits LGTM.
6 years, 6 months ago (2014-06-25 16:55:55 UTC) #7
spang
The CQ bit was checked by spang@chromium.org
6 years, 6 months ago (2014-06-25 16:58:22 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/spang@chromium.org/343003003/1
6 years, 6 months ago (2014-06-25 17:00:00 UTC) #9
spang
The CQ bit was checked by spang@chromium.org
6 years, 6 months ago (2014-06-25 17:09:43 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/spang@chromium.org/343003003/20001
6 years, 6 months ago (2014-06-25 17:15:06 UTC) #11
spang
The CQ bit was checked by spang@chromium.org
6 years, 6 months ago (2014-06-25 19:20:51 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/spang@chromium.org/343003003/40001
6 years, 6 months ago (2014-06-25 19:21:15 UTC) #13
commit-bot: I haz the power
6 years, 6 months ago (2014-06-25 21:31:12 UTC) #14
Message was sent while issue was closed.
Change committed as 279825

Powered by Google App Engine
This is Rietveld 408576698