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

Issue 10383239: Move NativeWebKeyboardEvent to the content namespace. (Closed)

Created:
8 years, 7 months ago by jam
Modified:
8 years, 7 months ago
CC:
chromium-reviews, mihaip-chromium-reviews_chromium.org, yusukes+watch_chromium.org, jochen+watch-content_chromium.org, kkania, jam, penghuang+watch_chromium.org, dcheng, Dmitry Titov, joi+watch-content_chromium.org, Aaron Boodman, jennb, darin-cc_chromium.org, jianli, robertshield, James Su, stevenjb+watch_chromium.org, Andrei, davemoore+watch_chromium.org, nkostylev+watch_chromium.org
Visibility:
Public.

Description

Move NativeWebKeyboardEvent to the content namespace. TBR=ben Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=137865

Patch Set 1 #

Patch Set 2 : fix mac and sync #

Patch Set 3 : sync #

Patch Set 4 : fix mac #

Unified diffs Side-by-side diffs Delta from patch set Stats (+192 lines, -91 lines) Patch
M chrome/browser/automation/testing_automation_provider.h View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/automation/testing_automation_provider.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/login/html_page_screen.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/html_page_screen.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/login/registration_screen.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/registration_screen.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/login/webui_login_view.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/webui_login_view.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/debugger/devtools_window.h View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/debugger/devtools_window.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/extension_host.h View 1 2 3 chunks +11 lines, -9 lines 0 comments Download
M chrome/browser/extensions/extension_host.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/extension_host_mac.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_host_mac.mm View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/external_tab/external_tab_container_win.h View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/external_tab/external_tab_container_win.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/printing/print_preview_tab_controller.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/browser.h View 1 2 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/browser_window.h View 1 2 2 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_cocoa.h View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_cocoa.mm View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_utils.h View 1 2 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_utils.mm View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/find_bar/find_bar_cocoa_controller.mm View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/web_dialog_window_controller.mm View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/gtk/browser_window_gtk.h View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/gtk/browser_window_gtk.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/gtk/find_bar_gtk.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/gtk/web_dialog_gtk.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/gtk/web_dialog_gtk.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/panels/native_panel.h View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/panels/panel.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/panels/panel.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/panels/panel_browser_view.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/panels/panel_browser_view.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/panels/panel_browser_window_cocoa.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/panels/panel_browser_window_cocoa.mm View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/panels/panel_browser_window_gtk.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/panels/panel_browser_window_gtk.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/dropdown_bar_host.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/dropdown_bar_host_aura.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/dropdown_bar_host_win.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/find_bar_host.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view.h View 1 2 1 chunk +7 lines, -6 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/unhandled_keyboard_event_handler.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/unhandled_keyboard_event_handler_aurax11.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/unhandled_keyboard_event_handler_win.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/web_dialog_view.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/web_dialog_view.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/constrained_web_dialog_delegate_base.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/constrained_web_dialog_delegate_base.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/test_browser_window.h View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/test/base/test_browser_window.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/base/ui_test_utils.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/gtk_im_context_wrapper.h View 1 2 2 chunks +10 lines, -7 lines 0 comments Download
M content/browser/renderer_host/gtk_im_context_wrapper.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/gtk_key_bindings_handler.h View 1 2 2 chunks +4 lines, -1 line 0 comments Download
M content/browser/renderer_host/gtk_key_bindings_handler.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/renderer_host/gtk_key_bindings_handler_unittest.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/renderer_host/native_web_keyboard_event_android.cc View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M content/browser/renderer_host/native_web_keyboard_event_aura.cc View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M content/browser/renderer_host/native_web_keyboard_event_gtk.cc View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M content/browser/renderer_host/native_web_keyboard_event_mac.mm View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M content/browser/renderer_host/native_web_keyboard_event_win.cc View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_view_host_impl.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_delegate.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_unittest.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_gtk.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_gtk.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.mm View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_win.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/test_render_view_host.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/test_render_view_host.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/web_contents/interstitial_page_impl.h View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
M content/browser/web_contents/interstitial_page_impl.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.h View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/port/browser/render_widget_host_view_port.h View 1 2 2 chunks +4 lines, -1 line 0 comments Download
M content/public/browser/native_web_keyboard_event.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M content/public/browser/render_view_host_delegate.h View 1 2 2 chunks +1 line, -1 line 0 comments Download
M content/public/browser/web_contents_delegate.h View 1 2 2 chunks +1 line, -1 line 0 comments Download
M content/renderer/render_view_browsertest_mac.mm View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/test/render_view_test.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/test/render_view_test.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jam
8 years, 7 months ago (2012-05-18 14:39:07 UTC) #1
Ben Goodger (Google)
8 years, 7 months ago (2012-05-18 15:56:52 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698