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

Issue 10828265: Replace views::LocatedEvent with ui::LocatedEvent (Closed)

Created:
8 years, 4 months ago by Ben Goodger (Google)
Modified:
8 years, 4 months ago
Reviewers:
sky
CC:
chromium-reviews, hashimoto+watch_chromium.org, ben+watch_chromium.org, aboxhall+watch_chromium.org, tfarina, yoshiki+watch_chromium.org, dcheng, davidbarr+watch_chromium.org, yuzo+watch_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, ctguil+watch_chromium.org, zork+watch_chromium.org
Visibility:
Public.

Description

Patch Set 1 : #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+184 lines, -304 lines) Patch
M ash/launcher/launcher_button_host.h View 2 chunks +6 lines, -3 lines 0 comments Download
M ash/launcher/launcher_view.h View 2 chunks +4 lines, -4 lines 0 comments Download
M ash/launcher/launcher_view.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M ash/system/tray/system_tray.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/wm/workspace/frame_maximize_button.h View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/wm/workspace/frame_maximize_button.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/automation/testing_automation_provider_views.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/input_method/candidate_window.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/ash/browser_non_client_frame_view_ash.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_menu_controller_views.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/download/download_item_view.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/download/download_item_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/dropdown_bar_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_root_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view_layout.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/frame/glass_browser_frame_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/opaque_browser_frame_view.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/fullscreen_exit_bubble_views.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/page_info_helper.h View 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/location_bar/page_info_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/omnibox/inline_omnibox_popup_view.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/omnibox/inline_omnibox_popup_view.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/tabs/tab_drag_controller.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_strip.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/tabs/tab_strip.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/theme_background.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/toolbar_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/accessibility/native_view_accessibility_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/button/custom_button.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/menu/menu_controller.h View 3 chunks +3 lines, -3 lines 0 comments Download
M ui/views/controls/menu/menu_controller.cc View 12 chunks +13 lines, -12 lines 0 comments Download
M ui/views/controls/scrollbar/base_scroll_bar.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/scrollbar/base_scroll_bar.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/tree/tree_view_views.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/tree/tree_view_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/events/event.h View 10 chunks +7 lines, -70 lines 0 comments Download
M ui/views/events/event.cc View 4 chunks +4 lines, -54 lines 0 comments Download
M ui/views/events/event_aura.cc View 2 chunks +4 lines, -10 lines 0 comments Download
M ui/views/view.h View 2 chunks +4 lines, -4 lines 0 comments Download
M ui/views/view.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M ui/views/view_unittest.cc View 5 chunks +8 lines, -8 lines 0 comments Download
M ui/views/widget/drop_helper.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ui/views/widget/drop_target_win.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/widget/root_view.cc View 17 chunks +28 lines, -37 lines 0 comments Download
M ui/views/widget/tooltip_manager_win.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M ui/views/window/non_client_view.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
Ben Goodger (Google)
8 years, 4 months ago (2012-08-10 22:12:04 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698