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

Issue 7766012: Move native_web_keyboard_event_views.cc to chrome, so that we don't have any views code in conten... (Closed)

Created:
9 years, 4 months ago by jam
Modified:
9 years, 3 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Move native_web_keyboard_event_views.cc to chrome, so that we don't have any views code in content. Although this is now away from the other NativeWebKeyboardEvent implementations, it's at least in the same module as the rest of the views related implementations like RenderWidgetHostViewViews and TabContentViewViews which use it. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98570

Patch Set 1 : '' #

Patch Set 2 : Get rid of the views constructor in content as well #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -127 lines) Patch
M chrome/browser/renderer_host/render_widget_host_view_views.cc View 1 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/chrome_common.gypi View 1 1 chunk +6 lines, -0 lines 0 comments Download
A chrome/common/native_web_keyboard_event_views.h View 1 1 chunk +33 lines, -0 lines 0 comments Download
A + chrome/common/native_web_keyboard_event_views.cc View 1 4 chunks +14 lines, -9 lines 0 comments Download
M content/common/native_web_keyboard_event.h View 1 2 chunks +0 lines, -21 lines 0 comments Download
D content/common/native_web_keyboard_event_views.cc View 1 chunk +0 lines, -86 lines 0 comments Download
M content/content_common.gypi View 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
jam
9 years, 4 months ago (2011-08-26 22:47:08 UTC) #1
Ben Goodger (Google)
LGTM
9 years, 4 months ago (2011-08-26 22:52:44 UTC) #2
jam
actually, please take another look. I just realized we should also take out the declarations ...
9 years, 4 months ago (2011-08-26 23:33:20 UTC) #3
Ben Goodger (Google)
9 years, 4 months ago (2011-08-26 23:35:34 UTC) #4
OK

Powered by Google App Engine
This is Rietveld 408576698