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

Issue 623293004: replace OVERRIDE and FINAL with override and final in ui/ (Closed)

Created:
6 years, 2 months ago by Mostyn Bramley-Moore
Modified:
6 years, 2 months ago
CC:
chromium-reviews, ben+aura_chromium.org, yusukes+watch_chromium.org, viettrungluu+watch_chromium.org, peter+watch_chromium.org, dcheng, sievers+watch_chromium.org, mkwst+moarreviews-ipc_chromium.org, yukishiino+watch_chromium.org, rsesek+watch_chromium.org, dmazzoni+watch_chromium.org, sadrul, alicet1, stevenjb+watch_chromium.org, qsr+mojo_chromium.org, ozone-reviews_chromium.org, tdanderson+views_chromium.org, msw+watch_chromium.org, aboxhall+watch_chromium.org, ben+mojo_chromium.org, extensions-reviews_chromium.org, abarth-chromium, jbauman+watch_chromium.org, nona+watch_chromium.org, darin (slow to review), kalyank, derat+watch_chromium.org, tdresser+watch_chromium.org, penghuang+watch_chromium.org, yuzo+watch_chromium.org, yzshen+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, piman+watch_chromium.org, ben+views_chromium.org, cc-bugs_chromium.org, chrome-apps-syd-reviews_chromium.org, plundblad+watch_chromium.org, Ian Vollick, tfarina, Aaron Boodman, dtseng+watch_chromium.org, danakj+watch_chromium.org, James Su, ben+corewm_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

replace OVERRIDE and FINAL with override and final in ui/ BUG=417463 Committed: https://crrev.com/3b3d52b1844d5174f63a1db8cf3f0e3254ec43f6 Cr-Commit-Position: refs/heads/master@{#298839}

Patch Set 1 #

Patch Set 2 : rebase on master #

Patch Set 3 : rebase on master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5436 lines, -5436 lines) Patch
M ui/accessibility/ax_serializable_tree.cc View 1 2 1 chunk +9 lines, -9 lines 0 comments Download
M ui/accessibility/ax_tree_unittest.cc View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M ui/accessibility/platform/ax_platform_node_base.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/accessibility/platform/ax_platform_node_mac.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/app_list/app_list_folder_item.h View 1 2 2 chunks +11 lines, -11 lines 0 comments Download
M ui/app_list/app_list_folder_item.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/app_list_item_list_unittest.cc View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M ui/app_list/app_list_menu.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/app_list/app_list_model.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/app_list_model_unittest.cc View 1 2 3 chunks +8 lines, -8 lines 0 comments Download
M ui/app_list/cocoa/app_list_view_controller.mm View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/app_list/cocoa/app_list_view_controller_unittest.mm View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/app_list/cocoa/app_list_window_controller_unittest.mm View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/cocoa/apps_grid_controller.mm View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/app_list/cocoa/apps_grid_controller_unittest.mm View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M ui/app_list/cocoa/apps_grid_view_item.mm View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/app_list/cocoa/apps_search_box_controller.mm View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/app_list/cocoa/apps_search_box_controller_unittest.mm View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/app_list/cocoa/apps_search_results_controller_unittest.mm View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M ui/app_list/cocoa/apps_search_results_model_bridge.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/app_list/cocoa/apps_search_results_model_bridge.mm View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M ui/app_list/demo/app_list_demo_views.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/app_list/pagination_model.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/app_list/pagination_model_unittest.cc View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
M ui/app_list/test/app_list_test_model.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/app_list/test/app_list_test_view_delegate.h View 1 2 1 chunk +27 lines, -27 lines 0 comments Download
M ui/app_list/test/run_all_unittests.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/app_list/views/app_list_background.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/app_list_folder_view.h View 1 2 2 chunks +16 lines, -16 lines 0 comments Download
M ui/app_list/views/app_list_item_view.h View 1 2 1 chunk +18 lines, -18 lines 0 comments Download
M ui/app_list/views/app_list_main_view.h View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M ui/app_list/views/app_list_main_view.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/app_list/views/app_list_main_view_unittest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/app_list/views/app_list_view.h View 1 2 2 chunks +18 lines, -18 lines 0 comments Download
M ui/app_list/views/app_list_view.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/app_list/views/app_list_view_unittest.cc View 1 2 5 chunks +7 lines, -7 lines 0 comments Download
M ui/app_list/views/apps_container_view.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/app_list/views/apps_grid_view.h View 1 2 2 chunks +22 lines, -22 lines 0 comments Download
M ui/app_list/views/apps_grid_view.cc View 1 2 5 chunks +9 lines, -9 lines 0 comments Download
M ui/app_list/views/apps_grid_view_unittest.cc View 1 2 5 chunks +13 lines, -13 lines 0 comments Download
M ui/app_list/views/cached_label.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/app_list/views/contents_switcher_view.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/app_list/views/contents_view.h View 1 2 1 chunk +7 lines, -7 lines 0 comments Download
M ui/app_list/views/folder_background_view.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/app_list/views/folder_header_view.h View 1 2 2 chunks +7 lines, -7 lines 0 comments Download
M ui/app_list/views/folder_header_view_unittest.cc View 1 2 3 chunks +5 lines, -5 lines 0 comments Download
M ui/app_list/views/page_switcher.h View 1 2 1 chunk +7 lines, -7 lines 0 comments Download
M ui/app_list/views/page_switcher.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/app_list/views/progress_bar_view.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/app_list/views/pulsing_block_view.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/search_box_view.h View 1 2 2 chunks +12 lines, -12 lines 0 comments Download
M ui/app_list/views/search_box_view.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/search_box_view_unittest.cc View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M ui/app_list/views/search_result_actions_view.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/app_list/views/search_result_list_view.h View 1 2 2 chunks +11 lines, -11 lines 0 comments Download
M ui/app_list/views/search_result_list_view_unittest.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M ui/app_list/views/search_result_view.h View 1 2 1 chunk +15 lines, -15 lines 0 comments Download
M ui/app_list/views/speech_view.h View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
M ui/app_list/views/speech_view.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/app_list/views/speech_view_unittest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/app_list/views/start_page_view.h View 1 2 2 chunks +7 lines, -7 lines 0 comments Download
M ui/app_list/views/start_page_view.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/tile_item_view.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/app_list/views/top_icon_animation_view.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/aura/bench/bench_main.cc View 1 2 5 chunks +11 lines, -11 lines 0 comments Download
M ui/aura/client/default_capture_client.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/aura/demo/demo_main.cc View 1 2 2 chunks +16 lines, -16 lines 0 comments Download
M ui/aura/env.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/aura/gestures/gesture_recognizer_unittest.cc View 1 2 8 chunks +8 lines, -8 lines 0 comments Download
M ui/aura/input_state_lookup_win.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/aura/remote_window_tree_host_win.h View 1 2 1 chunk +16 lines, -16 lines 0 comments Download
M ui/aura/scoped_window_targeter.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/aura/test/aura_test_base.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/aura/test/event_generator_delegate_aura.h View 1 2 1 chunk +7 lines, -7 lines 0 comments Download
M ui/aura/test/event_generator_delegate_aura.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/aura/test/test_cursor_client.h View 1 2 1 chunk +17 lines, -17 lines 0 comments Download
M ui/aura/test/test_focus_client.h View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M ui/aura/test/test_screen.h View 1 2 1 chunk +14 lines, -14 lines 0 comments Download
M ui/aura/test/test_window_delegate.h View 1 2 4 chunks +23 lines, -23 lines 0 comments Download
M ui/aura/test/test_window_tree_client.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/aura/test/ui_controls_factory_aurax11.cc View 1 2 5 chunks +8 lines, -8 lines 0 comments Download
M ui/aura/test/ui_controls_factory_ozone.cc View 1 2 5 chunks +8 lines, -8 lines 0 comments Download
M ui/aura/window.h View 1 2 2 chunks +9 lines, -9 lines 0 comments Download
M ui/aura/window_event_dispatcher.h View 1 2 1 chunk +22 lines, -22 lines 0 comments Download
M ui/aura/window_event_dispatcher_unittest.cc View 1 2 27 chunks +40 lines, -40 lines 0 comments Download
M ui/aura/window_targeter.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/aura/window_targeter_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/aura/window_tracker.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/aura/window_tree_host_mac.h View 1 2 1 chunk +19 lines, -19 lines 0 comments Download
M ui/aura/window_tree_host_ozone.h View 1 2 1 chunk +23 lines, -23 lines 0 comments Download
M ui/aura/window_tree_host_win.h View 1 2 1 chunk +23 lines, -23 lines 0 comments Download
M ui/aura/window_tree_host_x11.h View 1 2 1 chunk +16 lines, -16 lines 0 comments Download
M ui/aura/window_tree_host_x11.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/aura/window_unittest.cc View 1 2 23 chunks +36 lines, -36 lines 0 comments Download
M ui/base/accelerators/accelerator_manager_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/base/accelerators/platform_accelerator_cocoa.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/base/clipboard/clipboard_aurax11.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M ui/base/cocoa/controls/blue_label_button_unittest.mm View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/base/cocoa/controls/hover_image_menu_button_unittest.mm View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/base/cocoa/menu_controller_unittest.mm View 1 2 4 chunks +10 lines, -10 lines 0 comments Download
M ui/base/cursor/cursor_loader_ozone.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/base/cursor/cursor_loader_win.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/base/cursor/cursor_loader_x11.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/base/cursor/ozone/bitmap_cursor_factory_ozone.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/base/default_theme_provider.h View 1 2 1 chunk +12 lines, -12 lines 0 comments Download
M ui/base/dragdrop/drag_utils.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/base/dragdrop/os_exchange_data_provider_aura.h View 1 2 1 chunk +23 lines, -23 lines 0 comments Download
M ui/base/dragdrop/os_exchange_data_provider_aurax11.h View 1 2 1 chunk +26 lines, -26 lines 0 comments Download
M ui/base/dragdrop/os_exchange_data_provider_mac.h View 1 2 1 chunk +17 lines, -17 lines 0 comments Download
M ui/base/dragdrop/os_exchange_data_provider_win.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/base/dragdrop/os_exchange_data_provider_win.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/base/ime/chromeos/ime_bridge.cc View 1 2 1 chunk +8 lines, -8 lines 0 comments Download
M ui/base/ime/chromeos/mock_ime_candidate_window_handler.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/base/ime/chromeos/mock_ime_engine_handler.h View 1 2 1 chunk +9 lines, -9 lines 0 comments Download
M ui/base/ime/chromeos/mock_ime_input_context_handler.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/base/ime/dummy_input_method.h View 1 2 1 chunk +23 lines, -23 lines 0 comments Download
M ui/base/ime/dummy_input_method_delegate.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/base/ime/dummy_text_input_client.h View 1 2 1 chunk +27 lines, -27 lines 0 comments Download
M ui/base/ime/input_method_auralinux.h View 1 2 1 chunk +15 lines, -15 lines 0 comments Download
M ui/base/ime/input_method_base.h View 1 2 1 chunk +14 lines, -14 lines 0 comments Download
M ui/base/ime/input_method_base_unittest.cc View 1 2 3 chunks +20 lines, -20 lines 0 comments Download
M ui/base/ime/input_method_chromeos.h View 1 2 3 chunks +16 lines, -16 lines 0 comments Download
M ui/base/ime/input_method_chromeos_unittest.cc View 1 2 5 chunks +32 lines, -32 lines 0 comments Download
M ui/base/ime/input_method_mac.h View 1 2 1 chunk +8 lines, -8 lines 0 comments Download
M ui/base/ime/input_method_minimal.h View 1 2 1 chunk +8 lines, -8 lines 0 comments Download
M ui/base/ime/input_method_win.h View 1 2 1 chunk +14 lines, -14 lines 0 comments Download
M ui/base/ime/linux/fake_input_method_context.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/base/ime/linux/fake_input_method_context_factory.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/base/ime/mock_input_method.h View 1 2 1 chunk +22 lines, -22 lines 0 comments Download
M ui/base/ime/remote_input_method_win.cc View 1 2 9 chunks +27 lines, -27 lines 0 comments Download
M ui/base/ime/remote_input_method_win_unittest.cc View 1 2 5 chunks +19 lines, -19 lines 0 comments Download
M ui/base/ime/win/tsf_input_scope.cc View 1 2 4 chunks +9 lines, -9 lines 0 comments Download
M ui/base/models/list_model_unittest.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/base/models/simple_combobox_model.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/base/models/simple_menu_model.h View 1 2 1 chunk +24 lines, -24 lines 0 comments Download
M ui/base/models/tree_node_model.h View 1 2 2 chunks +9 lines, -9 lines 0 comments Download
M ui/base/models/tree_node_model_unittest.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/base/resource/data_pack.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/base/resource/resource_bundle.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/base/resource/resource_bundle_unittest.cc View 1 2 3 chunks +5 lines, -5 lines 0 comments Download
M ui/base/resource/resource_data_dll_win.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/base/test/run_all_unittests.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/base/win/hwnd_subclass_unittest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/base/x/selection_requestor_unittest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/base/x/x11_util.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/chromeos/network/network_icon.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/chromeos/network/network_icon_animation.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/chromeos/network/network_list.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/chromeos/touch_exploration_controller.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M ui/chromeos/touch_exploration_controller_unittest.cc View 1 2 4 chunks +9 lines, -9 lines 0 comments Download
M ui/chromeos/user_activity_power_manager_notifier.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/closure_animation_observer.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/compositor.h View 1 2 1 chunk +14 lines, -14 lines 0 comments Download
M ui/compositor/float_animation_curve_adapter.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/compositor/layer.h View 1 2 4 chunks +25 lines, -25 lines 0 comments Download
M ui/compositor/layer.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/layer_animation_element.cc View 1 2 21 chunks +55 lines, -55 lines 0 comments Download
M ui/compositor/layer_animation_observer.h View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
M ui/compositor/layer_animator_collection.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/layer_animator_unittest.cc View 1 2 6 chunks +11 lines, -11 lines 0 comments Download
M ui/compositor/layer_unittest.cc View 1 2 15 chunks +33 lines, -33 lines 0 comments Download
M ui/compositor/scoped_layer_animation_settings.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/compositor/test/draw_waiter_for_test.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/compositor/test/in_process_context_factory.h View 1 2 1 chunk +8 lines, -8 lines 0 comments Download
M ui/compositor/test/test_compositor_host_mac.mm View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/compositor/test/test_compositor_host_ozone.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/compositor/test/test_compositor_host_win.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/compositor/test/test_compositor_host_x11.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/compositor/test/test_layer_animation_delegate.h View 1 2 1 chunk +19 lines, -19 lines 0 comments Download
M ui/compositor/test/test_layer_animation_observer.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/compositor/test/test_suite.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/compositor/transform_animation_curve_adapter.h View 1 2 2 chunks +14 lines, -14 lines 0 comments Download
M ui/display/chromeos/display_configurator.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/display/chromeos/display_configurator_unittest.cc View 1 2 6 chunks +23 lines, -23 lines 0 comments Download
M ui/display/chromeos/test/test_display_snapshot.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/display/chromeos/x11/display_snapshot_x11.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/display/chromeos/x11/native_display_delegate_x11.h View 1 2 1 chunk +16 lines, -16 lines 0 comments Download
M ui/display/chromeos/x11/native_display_delegate_x11.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/display/chromeos/x11/native_display_event_dispatcher_x11.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/display/chromeos/x11/native_display_event_dispatcher_x11_unittest.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/events/device_data_manager.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/events/event.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/events/event_dispatcher_unittest.cc View 1 2 6 chunks +9 lines, -9 lines 0 comments Download
M ui/events/event_processor_unittest.cc View 1 2 6 chunks +7 lines, -7 lines 0 comments Download
M ui/events/event_rewriter_unittest.cc View 1 2 5 chunks +6 lines, -6 lines 0 comments Download
M ui/events/event_target.h View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M ui/events/event_target_iterator.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/events/gesture_detection/filtered_gesture_provider.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/events/gesture_detection/gesture_provider.cc View 1 2 9 chunks +14 lines, -14 lines 0 comments Download
M ui/events/gesture_detection/gesture_provider_unittest.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/events/gesture_detection/motion_event_buffer.cc View 1 2 2 chunks +24 lines, -24 lines 0 comments Download
M ui/events/gesture_detection/motion_event_buffer_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/events/gesture_detection/motion_event_generic.h View 1 2 1 chunk +19 lines, -19 lines 0 comments Download
M ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/events/gesture_detection/velocity_tracker.cc View 1 2 2 chunks +8 lines, -8 lines 0 comments Download
M ui/events/gestures/gesture_provider_aura.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/events/gestures/gesture_provider_aura_unittest.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/events/gestures/gesture_recognizer_impl.h View 1 2 2 chunks +13 lines, -13 lines 0 comments Download
M ui/events/gestures/gesture_recognizer_impl_mac.cc View 1 2 1 chunk +12 lines, -12 lines 0 comments Download
M ui/events/gestures/motion_event_aura.h View 1 2 1 chunk +20 lines, -20 lines 0 comments Download
M ui/events/latency_info.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/events/ozone/device/device_manager_manual.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/events/ozone/device/udev/device_manager_udev.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/events/ozone/evdev/event_converter_evdev.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/events/ozone/evdev/event_factory_evdev.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/events/ozone/evdev/key_event_converter_evdev.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/events/ozone/evdev/key_event_converter_evdev_unittest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/events/ozone/evdev/libgestures_glue/event_reader_libevdev_cros.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/events/ozone/evdev/libgestures_glue/gesture_interpreter_libevdev_cros.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/events/ozone/evdev/touch_event_converter_evdev.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M ui/events/platform/platform_event_source_unittest.cc View 1 2 9 chunks +12 lines, -12 lines 0 comments Download
M ui/events/platform/x11/x11_event_source.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/events/platform/x11/x11_event_source_libevent.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/events/test/mock_motion_event.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/events/test/platform_event_waiter.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/events/test/test_event_handler.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/events/test/test_event_processor.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/events/test/test_event_target.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/events/x/events_x_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/animation/animation.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/gfx/animation/animation_container_unittest.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M ui/gfx/animation/animation_unittest.cc View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M ui/gfx/animation/linear_animation.h View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M ui/gfx/animation/multi_animation.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/gfx/animation/slide_animation.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gfx/animation/throb_animation.h View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
M ui/gfx/color_analysis.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/color_analysis_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/display_change_notifier_unittest.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/gfx/font_fallback_win_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/font_render_params_linux_unittest.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/gfx/font_render_params_win.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/geometry/r_tree_base.h View 1 2 3 chunks +9 lines, -9 lines 0 comments Download
M ui/gfx/icon_util_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/image/canvas_image_source.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/image/image.cc View 1 2 5 chunks +13 lines, -13 lines 0 comments Download
M ui/gfx/image/image_family_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/image/image_ios_unittest.mm View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/gfx/image/image_skia_operations.cc View 1 2 12 chunks +12 lines, -12 lines 0 comments Download
M ui/gfx/interpolated_transform.h View 1 2 7 chunks +7 lines, -7 lines 0 comments Download
M ui/gfx/mac/coordinate_conversion_unittest.mm View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/gfx/platform_font_ios.h View 1 2 1 chunk +11 lines, -11 lines 0 comments Download
M ui/gfx/platform_font_mac.h View 1 2 1 chunk +11 lines, -11 lines 0 comments Download
M ui/gfx/platform_font_pango.h View 1 2 1 chunk +11 lines, -11 lines 0 comments Download
M ui/gfx/platform_font_win.h View 1 2 1 chunk +11 lines, -11 lines 0 comments Download
M ui/gfx/render_text_harfbuzz.h View 1 2 1 chunk +15 lines, -15 lines 0 comments Download
M ui/gfx/render_text_mac.h View 1 2 1 chunk +15 lines, -15 lines 0 comments Download
M ui/gfx/render_text_pango.h View 1 2 1 chunk +14 lines, -14 lines 0 comments Download
M ui/gfx/render_text_win.h View 1 2 1 chunk +14 lines, -14 lines 0 comments Download
M ui/gfx/screen_android.cc View 1 2 2 chunks +12 lines, -12 lines 0 comments Download
M ui/gfx/screen_ios.mm View 1 2 3 chunks +12 lines, -12 lines 0 comments Download
M ui/gfx/screen_mac.mm View 1 2 5 chunks +12 lines, -12 lines 0 comments Download
M ui/gfx/screen_win.h View 1 2 1 chunk +13 lines, -13 lines 0 comments Download
M ui/gfx/sys_color_change_listener.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/test/run_all_unittests.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gfx/test/ui_cocoa_test_helper.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/win/singleton_hwnd.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/generate_bindings.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gl_context.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gl_context_android.cc View 1 2 1 chunk +8 lines, -8 lines 0 comments Download
M ui/gl/gl_context_cgl.h View 1 2 1 chunk +9 lines, -9 lines 0 comments Download
M ui/gl/gl_context_egl.h View 1 2 1 chunk +11 lines, -11 lines 0 comments Download
M ui/gl/gl_context_glx.h View 1 2 1 chunk +10 lines, -10 lines 0 comments Download
M ui/gl/gl_context_osmesa.h View 1 2 1 chunk +7 lines, -7 lines 0 comments Download
M ui/gl/gl_context_stub.h View 1 2 1 chunk +9 lines, -9 lines 0 comments Download
M ui/gl/gl_context_stub_with_extensions.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/gl/gl_fence_arb.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/gl/gl_fence_egl.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/gl/gl_fence_nv.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/gl/gl_gl_api_implementation.h View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M ui/gl/gl_image_egl.h View 1 2 1 chunk +10 lines, -10 lines 0 comments Download
M ui/gl/gl_image_glx.h View 1 2 1 chunk +10 lines, -10 lines 0 comments Download
M ui/gl/gl_image_io_surface.h View 1 2 1 chunk +10 lines, -10 lines 0 comments Download
M ui/gl/gl_image_memory.h View 1 2 1 chunk +10 lines, -10 lines 0 comments Download
M ui/gl/gl_image_ref_counted_memory.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gl_image_shared_memory.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gl_image_stub.h View 1 2 1 chunk +10 lines, -10 lines 0 comments Download
M ui/gl/gl_image_surface_texture.h View 1 2 1 chunk +10 lines, -10 lines 0 comments Download
M ui/gl/gl_surface.h View 1 2 1 chunk +22 lines, -22 lines 0 comments Download
M ui/gl/gl_surface_egl.h View 1 2 4 chunks +31 lines, -31 lines 0 comments Download
M ui/gl/gl_surface_egl.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_surface_glx.h View 1 2 4 chunks +21 lines, -21 lines 0 comments Download
M ui/gl/gl_surface_glx.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M ui/gl/gl_surface_mac.cc View 1 2 1 chunk +7 lines, -7 lines 0 comments Download
M ui/gl/gl_surface_osmesa.h View 1 2 2 chunks +10 lines, -10 lines 0 comments Download
M ui/gl/gl_surface_ozone.cc View 1 2 6 chunks +13 lines, -13 lines 0 comments Download
M ui/gl/gl_surface_stub.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/gl/gl_surface_win.cc View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M ui/gl/gl_surface_x11.cc View 1 2 1 chunk +7 lines, -7 lines 0 comments Download
M ui/gl/sync_control_vsync_provider.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/keyboard/keyboard_controller.h View 1 2 1 chunk +8 lines, -8 lines 0 comments Download
M ui/keyboard/keyboard_controller.cc View 1 2 4 chunks +21 lines, -21 lines 0 comments Download
M ui/keyboard/keyboard_controller_proxy.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/keyboard/keyboard_controller_proxy.cc View 1 2 3 chunks +5 lines, -5 lines 0 comments Download
M ui/keyboard/keyboard_controller_unittest.cc View 1 2 9 chunks +15 lines, -15 lines 0 comments Download
M ui/keyboard/keyboard_layout_manager.h View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M ui/keyboard/test/run_all_unittests.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/keyboard/webui/vk_mojo_handler.h View 1 2 1 chunk +10 lines, -10 lines 0 comments Download
M ui/keyboard/webui/vk_webui_controller.h View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M ui/message_center/cocoa/notification_controller_unittest.mm View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/message_center/cocoa/popup_collection.mm View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/message_center/cocoa/popup_collection_unittest.mm View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/message_center/cocoa/settings_controller.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/message_center/cocoa/status_item_view_unittest.mm View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/message_center/cocoa/tray_controller_unittest.mm View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/message_center/cocoa/tray_view_controller_unittest.mm View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/message_center/fake_message_center.h View 1 2 1 chunk +34 lines, -34 lines 0 comments Download
M ui/message_center/fake_message_center_tray_delegate.h View 1 2 1 chunk +9 lines, -9 lines 0 comments Download
M ui/message_center/fake_notifier_settings_provider.h View 1 2 1 chunk +12 lines, -12 lines 0 comments Download
M ui/message_center/message_center_impl.h View 1 2 2 chunks +41 lines, -41 lines 0 comments Download
M ui/message_center/message_center_impl_unittest.cc View 1 2 6 chunks +6 lines, -6 lines 0 comments Download
M ui/message_center/message_center_tray.h View 1 2 1 chunk +8 lines, -8 lines 0 comments Download
M ui/message_center/message_center_tray.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/message_center/message_center_tray_unittest.cc View 1 2 1 chunk +8 lines, -8 lines 0 comments Download
M ui/message_center/notification_delegate.h View 1 2 2 chunks +11 lines, -11 lines 0 comments Download
M ui/message_center/test/run_all_unittests.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/message_center/views/bounded_label.h View 1 2 1 chunk +8 lines, -8 lines 0 comments Download
M ui/message_center/views/bounded_label.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/message_center/views/desktop_popup_alignment_delegate.h View 1 2 2 chunks +9 lines, -9 lines 0 comments Download
M ui/message_center/views/message_center_bubble.h View 1 2 1 chunk +7 lines, -7 lines 0 comments Download
M ui/message_center/views/message_center_bubble.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/message_center/views/message_center_button_bar.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/message_center/views/message_center_button_bar.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/message_center/views/message_center_view.h View 1 2 1 chunk +16 lines, -16 lines 0 comments Download
M ui/message_center/views/message_center_view.cc View 1 2 2 chunks +10 lines, -10 lines 0 comments Download
M ui/message_center/views/message_center_view_unittest.cc View 1 2 2 chunks +11 lines, -11 lines 0 comments Download
M ui/message_center/views/message_popup_collection.h View 1 2 2 chunks +8 lines, -8 lines 0 comments Download
M ui/message_center/views/message_popup_collection_unittest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/message_center/views/message_view.h View 1 2 2 chunks +11 lines, -11 lines 0 comments Download
M ui/message_center/views/message_view_context_menu_controller.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/message_center/views/notification_button.h View 1 2 1 chunk +7 lines, -7 lines 0 comments Download
M ui/message_center/views/notification_view.h View 1 2 2 chunks +11 lines, -11 lines 0 comments Download
M ui/message_center/views/notification_view.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M ui/message_center/views/notification_view_unittest.cc View 1 2 2 chunks +7 lines, -7 lines 0 comments Download
M ui/message_center/views/notifier_settings_view.h View 1 2 3 chunks +12 lines, -12 lines 0 comments Download
M ui/message_center/views/notifier_settings_view.cc View 1 2 2 chunks +12 lines, -12 lines 0 comments Download
M ui/message_center/views/notifier_settings_view_unittest.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M ui/message_center/views/padded_button.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/message_center/views/proportional_image_view.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/message_center/views/toast_contents_view.h View 1 2 1 chunk +17 lines, -17 lines 0 comments Download
M ui/native_theme/fallback_theme.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/native_theme/native_theme_android.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/native_theme/native_theme_aura.h View 1 2 1 chunk +7 lines, -7 lines 0 comments Download
M ui/native_theme/native_theme_aurawin.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/native_theme/native_theme_base.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/native_theme/native_theme_mac.h View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
M ui/native_theme/native_theme_win.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/ozone/common/display_snapshot_proxy.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/common/native_display_delegate_ozone.h View 1 2 1 chunk +16 lines, -16 lines 0 comments Download
M ui/ozone/demo/ozone_demo.cc View 1 2 1 chunk +9 lines, -9 lines 0 comments Download
M ui/ozone/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/platform/caca/caca_window.h View 1 2 1 chunk +15 lines, -15 lines 0 comments Download
M ui/ozone/platform/caca/caca_window_manager.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/ozone/platform/caca/caca_window_manager.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/ozone/platform/caca/ozone_platform_caca.cc View 1 2 2 chunks +8 lines, -8 lines 0 comments Download
M ui/ozone/platform/dri/display_snapshot_dri.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/platform/dri/dri_buffer.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M ui/ozone/platform/dri/dri_cursor.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/ozone/platform/dri/dri_gpu_platform_support.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/ozone/platform/dri/dri_gpu_platform_support_host.h View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M ui/ozone/platform/dri/dri_surface.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/ozone/platform/dri/dri_surface_factory.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/ozone/platform/dri/dri_surface_factory_unittest.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M ui/ozone/platform/dri/dri_surface_unittest.cc View 1 2 2 chunks +7 lines, -7 lines 0 comments Download
M ui/ozone/platform/dri/dri_vsync_provider.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/platform/dri/dri_window.h View 1 2 1 chunk +15 lines, -15 lines 0 comments Download
M ui/ozone/platform/dri/dri_window_delegate_impl.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/ozone/platform/dri/gbm_buffer.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/ozone/platform/dri/gbm_buffer_base.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/ozone/platform/dri/gbm_surface.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/ozone/platform/dri/gbm_surface_factory.h View 1 2 1 chunk +9 lines, -9 lines 0 comments Download
M ui/ozone/platform/dri/gbm_surface_factory.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/platform/dri/gbm_surfaceless.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/ozone/platform/dri/hardware_display_controller_unittest.cc View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M ui/ozone/platform/dri/native_display_delegate_dri.h View 1 2 1 chunk +17 lines, -17 lines 0 comments Download
M ui/ozone/platform/dri/native_display_delegate_proxy.h View 1 2 1 chunk +20 lines, -20 lines 0 comments Download
M ui/ozone/platform/dri/ozone_platform_dri.cc View 1 2 3 chunks +8 lines, -8 lines 0 comments Download
M ui/ozone/platform/dri/ozone_platform_gbm.cc View 1 2 4 chunks +9 lines, -9 lines 0 comments Download
M ui/ozone/platform/dri/screen_manager_unittest.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M ui/ozone/platform/dri/test/mock_dri_wrapper.h View 1 2 1 chunk +16 lines, -16 lines 0 comments Download
M ui/ozone/platform/egltest/ozone_platform_egltest.cc View 1 2 6 chunks +31 lines, -31 lines 0 comments Download
M ui/ozone/platform/test/ozone_platform_test.cc View 1 2 2 chunks +8 lines, -8 lines 0 comments Download
M ui/ozone/platform/test/test_window.h View 1 2 1 chunk +13 lines, -13 lines 0 comments Download
M ui/ozone/platform/test/test_window_manager.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/ozone/platform/test/test_window_manager.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M ui/ozone/public/gpu_platform_support.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/ozone/public/gpu_platform_support_host.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/ozone/public/ui_thread_gpu.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/run_all_unittests.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/platform_window/win/win_window.h View 1 2 1 chunk +13 lines, -13 lines 0 comments Download
M ui/platform_window/x11/x11_window.h View 1 2 1 chunk +15 lines, -15 lines 0 comments Download
M ui/shell_dialogs/select_file_dialog_android.h View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M ui/shell_dialogs/select_file_dialog_mac.mm View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M ui/shell_dialogs/select_file_dialog_win.cc View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M ui/snapshot/snapshot_aura_unittest.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M ui/v2/src/view.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/v2/src/view_unittest.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M ui/views/accessibility/ax_view_obj_wrapper.h View 1 2 1 chunk +8 lines, -8 lines 0 comments Download
M ui/views/accessibility/ax_widget_obj_wrapper.h View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M ui/views/accessibility/ax_window_obj_wrapper.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/views/accessibility/native_view_accessibility.h View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M ui/views/accessibility/native_view_accessibility_unittest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/accessibility/native_view_accessibility_win.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/views/accessible_pane_view.h View 1 2 1 chunk +10 lines, -10 lines 0 comments Download
M ui/views/accessible_pane_view.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/accessible_pane_view_unittest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/animation/bounds_animator.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/views/animation/bounds_animator_unittest.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M ui/views/animation/scroll_animator.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/views/background.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/border.cc View 1 2 3 chunks +9 lines, -9 lines 0 comments Download
M ui/views/bubble/bubble_border.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M ui/views/bubble/bubble_delegate.h View 1 2 2 chunks +12 lines, -12 lines 0 comments Download
M ui/views/bubble/bubble_delegate_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/bubble/bubble_frame_view.h View 1 2 1 chunk +17 lines, -17 lines 0 comments Download
M ui/views/bubble/bubble_frame_view_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/bubble/bubble_window_targeter.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/bubble/bubble_window_targeter_unittest.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M ui/views/bubble/tray_bubble_view.h View 1 2 2 chunks +15 lines, -15 lines 0 comments Download
M ui/views/bubble/tray_bubble_view.cc View 1 2 4 chunks +7 lines, -7 lines 0 comments Download
M ui/views/cocoa/bridged_native_widget.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M ui/views/cocoa/bridged_native_widget_unittest.mm View 1 2 4 chunks +5 lines, -5 lines 0 comments Download
M ui/views/color_chooser/color_chooser_view.h View 1 2 1 chunk +7 lines, -7 lines 0 comments Download
M ui/views/color_chooser/color_chooser_view.cc View 1 2 3 chunks +9 lines, -9 lines 0 comments Download
M ui/views/controls/button/blue_button.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/views/controls/button/button.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/controls/button/checkbox.h View 1 2 2 chunks +9 lines, -9 lines 0 comments Download
M ui/views/controls/button/custom_button.h View 1 2 2 chunks +20 lines, -20 lines 0 comments Download
M ui/views/controls/button/image_button.h View 1 2 2 chunks +9 lines, -9 lines 0 comments Download
M ui/views/controls/button/label_button.h View 1 2 4 chunks +17 lines, -17 lines 0 comments Download
M ui/views/controls/button/label_button_border.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/views/controls/button/menu_button.h View 1 2 1 chunk +13 lines, -13 lines 0 comments Download
M ui/views/controls/button/menu_button_unittest.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M ui/views/controls/button/radio_button.h View 1 2 1 chunk +8 lines, -8 lines 0 comments Download
M ui/views/controls/combobox/combobox.h View 1 2 1 chunk +21 lines, -21 lines 0 comments Download
M ui/views/controls/combobox/combobox.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/combobox/combobox_unittest.cc View 1 2 7 chunks +13 lines, -13 lines 0 comments Download
M ui/views/controls/focusable_border.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/views/controls/glow_hover_controller.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/controls/image_view.h View 1 2 1 chunk +7 lines, -7 lines 0 comments Download
M ui/views/controls/label.h View 1 2 2 chunks +13 lines, -13 lines 0 comments Download
M ui/views/controls/link.h View 1 2 1 chunk +17 lines, -17 lines 0 comments Download
M ui/views/controls/menu/display_change_listener_aura.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/controls/menu/menu_controller.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/menu/menu_controller_unittest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/controls/menu/menu_event_dispatcher_linux.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/controls/menu/menu_host.h View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M ui/views/controls/menu/menu_host_root_view.h View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M ui/views/controls/menu/menu_image_util.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/controls/menu/menu_item_view.h View 1 2 4 chunks +8 lines, -8 lines 0 comments Download
M ui/views/controls/menu/menu_item_view.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/menu/menu_item_view_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/controls/menu/menu_message_loop_aura.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/views/controls/menu/menu_message_loop_aura.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/views/controls/menu/menu_message_loop_mac.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/views/controls/menu/menu_message_pump_dispatcher_win.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/menu/menu_model_adapter.h View 1 2 1 chunk +12 lines, -12 lines 0 comments Download
M ui/views/controls/menu/menu_model_adapter_unittest.cc View 1 2 1 chunk +23 lines, -23 lines 0 comments Download
M ui/views/controls/menu/menu_runner_cocoa_unittest.mm View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/controls/menu/menu_runner_impl.h View 1 2 1 chunk +7 lines, -7 lines 0 comments Download
M ui/views/controls/menu/menu_runner_impl_adapter.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/views/controls/menu/menu_runner_impl_cocoa.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/views/controls/menu/menu_scroll_view_container.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/views/controls/menu/menu_scroll_view_container.cc View 1 2 2 chunks +8 lines, -8 lines 0 comments Download
M ui/views/controls/menu/menu_separator.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/controls/menu/native_menu_win.h View 1 2 1 chunk +9 lines, -9 lines 0 comments Download
M ui/views/controls/menu/submenu_view.h View 1 2 4 chunks +23 lines, -23 lines 0 comments Download
M ui/views/controls/message_box_view.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/views/controls/native/native_view_host.h View 1 2 1 chunk +11 lines, -11 lines 0 comments Download
M ui/views/controls/native/native_view_host_aura.h View 1 2 2 chunks +14 lines, -14 lines 0 comments Download
M ui/views/controls/native/native_view_host_aura.cc View 1 2 2 chunks +15 lines, -15 lines 0 comments Download
M ui/views/controls/native/native_view_host_aura_unittest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/controls/native/native_view_host_mac.h View 1 2 1 chunk +12 lines, -12 lines 0 comments Download
M ui/views/controls/native/native_view_host_unittest.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M ui/views/controls/prefix_selector.h View 1 2 1 chunk +28 lines, -28 lines 0 comments Download
M ui/views/controls/prefix_selector_unittest.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/views/controls/progress_bar.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/views/controls/resize_area.h View 1 2 1 chunk +7 lines, -7 lines 0 comments Download
M ui/views/controls/scroll_view.h View 1 2 2 chunks +12 lines, -12 lines 0 comments Download
M ui/views/controls/scroll_view.cc View 1 2 4 chunks +5 lines, -5 lines 0 comments Download
M ui/views/controls/scroll_view_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/controls/scrollbar/base_scroll_bar.h View 1 2 1 chunk +19 lines, -19 lines 0 comments Download
M ui/views/controls/scrollbar/base_scroll_bar_button.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/views/controls/scrollbar/base_scroll_bar_thumb.h View 1 2 1 chunk +8 lines, -8 lines 0 comments Download
M ui/views/controls/scrollbar/kennedy_scroll_bar.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/views/controls/scrollbar/kennedy_scroll_bar.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/controls/scrollbar/native_scroll_bar.h View 1 2 1 chunk +10 lines, -10 lines 0 comments Download
M ui/views/controls/scrollbar/native_scroll_bar_views.h View 1 2 1 chunk +12 lines, -12 lines 0 comments Download
M ui/views/controls/scrollbar/native_scroll_bar_views.cc View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
M ui/views/controls/scrollbar/overlay_scroll_bar.h View 1 2 1 chunk +9 lines, -9 lines 0 comments Download
M ui/views/controls/scrollbar/overlay_scroll_bar.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/views/controls/scrollbar/scroll_bar.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/scrollbar/scrollbar_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/controls/separator.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/views/controls/single_split_view.h View 1 2 2 chunks +9 lines, -9 lines 0 comments Download
M ui/views/controls/single_split_view_unittest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/controls/slide_out_view.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/controls/slider.h View 1 2 1 chunk +11 lines, -11 lines 0 comments Download
M ui/views/controls/slider_unittest.cc View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M ui/views/controls/styled_label.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/views/controls/styled_label_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/tabbed_pane/tabbed_pane.h View 1 2 2 chunks +7 lines, -7 lines 0 comments Download
M ui/views/controls/tabbed_pane/tabbed_pane.cc View 1 2 2 chunks +9 lines, -9 lines 0 comments Download
M ui/views/controls/tabbed_pane/tabbed_pane_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/table/table_header.h View 1 2 1 chunk +9 lines, -9 lines 0 comments Download
M ui/views/controls/table/table_view.h View 1 2 1 chunk +15 lines, -15 lines 0 comments Download
M ui/views/controls/table/table_view_unittest.cc View 1 2 5 chunks +8 lines, -8 lines 0 comments Download
M ui/views/controls/table/test_table_model.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/views/controls/textfield/textfield.h View 1 2 1 chunk +75 lines, -75 lines 0 comments Download
M ui/views/controls/textfield/textfield_model.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M ui/views/controls/textfield/textfield_model_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/textfield/textfield_unittest.cc View 1 2 5 chunks +8 lines, -8 lines 0 comments Download
M ui/views/controls/throbber.h View 1 2 3 chunks +5 lines, -5 lines 0 comments Download
M ui/views/controls/tree/tree_view.h View 1 2 1 chunk +25 lines, -25 lines 0 comments Download
M ui/views/controls/webview/web_dialog_view.h View 1 2 1 chunk +36 lines, -36 lines 0 comments Download
M ui/views/controls/webview/webview.h View 1 2 2 chunks +23 lines, -23 lines 0 comments Download
M ui/views/controls/webview/webview_interactive_uitest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/webview/webview_unittest.cc View 1 2 4 chunks +6 lines, -6 lines 0 comments Download
M ui/views/corewm/capture_controller_unittest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/corewm/desktop_capture_controller_unittest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/corewm/tooltip_aura.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/views/corewm/tooltip_controller.h View 1 2 1 chunk +8 lines, -8 lines 0 comments Download
M ui/views/corewm/tooltip_controller_test_helper.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/corewm/tooltip_controller_unittest.cc View 1 2 10 chunks +16 lines, -16 lines 0 comments Download
M ui/views/corewm/tooltip_win.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/views/examples/bubble_example.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/examples/bubble_example.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/examples/button_example.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/examples/checkbox_example.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/examples/combobox_example.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M ui/views/examples/double_split_view_example.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/examples/double_split_view_example.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/examples/example_base.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/examples/example_combobox_model.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/examples/examples_window.cc View 1 2 2 chunks +9 lines, -9 lines 0 comments Download
M ui/views/examples/label_example.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/views/examples/label_example.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/examples/link_example.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/examples/menu_example.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/examples/menu_example.cc View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M ui/views/examples/message_box_example.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/examples/multiline_example.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/views/examples/multiline_example.cc View 1 2 4 chunks +5 lines, -5 lines 0 comments Download
M ui/views/examples/progress_bar_example.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/examples/radio_button_example.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/examples/scroll_view_example.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/examples/scroll_view_example.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/examples/single_split_view_example.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/examples/single_split_view_example.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/views/examples/slider_example.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/examples/tabbed_pane_example.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/views/examples/table_example.h View 1 2 1 chunk +11 lines, -11 lines 0 comments Download
M ui/views/examples/text_example.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M ui/views/examples/text_example.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/examples/textfield_example.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/views/examples/throbber_example.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/examples/throbber_example.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/examples/tree_view_example.h View 1 2 2 chunks +9 lines, -9 lines 0 comments Download
M ui/views/examples/webview_example.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/examples/widget_example.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/examples/widget_example.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/views/focus/external_focus_tracker.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/focus/focus_manager_factory.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/focus/focus_manager_unittest.cc View 1 2 8 chunks +14 lines, -14 lines 0 comments Download
M ui/views/focus/focus_traversal_unittest.cc View 1 2 5 chunks +9 lines, -9 lines 0 comments Download
M ui/views/ime/input_method_base.h View 1 2 1 chunk +8 lines, -8 lines 0 comments Download
M ui/views/ime/input_method_bridge.h View 1 2 1 chunk +41 lines, -41 lines 0 comments Download
M ui/views/ime/input_method_bridge.cc View 1 2 1 chunk +7 lines, -7 lines 0 comments Download
M ui/views/ime/mock_input_method.h View 1 2 2 chunks +15 lines, -15 lines 0 comments Download
M ui/views/ime/null_input_method.h View 1 2 1 chunk +17 lines, -17 lines 0 comments Download
M ui/views/layout/box_layout.h View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M ui/views/layout/box_layout_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/layout/fill_layout.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/views/layout/grid_layout.h View 1 2 1 chunk +7 lines, -7 lines 0 comments Download
M ui/views/layout/grid_layout.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M ui/views/layout/grid_layout_unittest.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M ui/views/linux_ui/window_button_order_provider.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/masked_targeter_delegate.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/mouse_watcher_aura.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/mouse_watcher_view_host.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/painter.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/painter.cc View 1 2 4 chunks +8 lines, -8 lines 0 comments Download
M ui/views/round_rect_painter.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/run_all_unittests.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/shadow_border.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/views/test/capture_tracking_view.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/test/desktop_test_views_delegate.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/test/event_generator_delegate_mac.mm View 1 2 1 chunk +16 lines, -16 lines 0 comments Download
M ui/views/test/focus_manager_test.h View 1 2 3 chunks +9 lines, -9 lines 0 comments Download
M ui/views/test/test_views.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M ui/views/test/test_views_delegate.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/test/test_widget_observer.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/test/ui_controls_factory_desktop_aurax11.cc View 1 2 5 chunks +8 lines, -8 lines 0 comments Download
M ui/views/test/views_test_base.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/test/views_test_helper_aura.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/views/test/widget_test.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/views/test/x11_property_change_waiter.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/touchui/touch_editing_menu.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/views/touchui/touch_selection_controller_impl.h View 1 2 2 chunks +13 lines, -13 lines 0 comments Download
M ui/views/touchui/touch_selection_controller_impl.cc View 1 2 5 chunks +7 lines, -7 lines 0 comments Download
M ui/views/touchui/touch_selection_controller_impl_unittest.cc View 1 2 2 chunks +18 lines, -18 lines 0 comments Download
M ui/views/view.h View 1 2 3 chunks +16 lines, -16 lines 0 comments Download
M ui/views/view_targeter.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/views/view_targeter_unittest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/view_unittest.cc View 1 2 11 chunks +23 lines, -23 lines 0 comments Download
M ui/views/views_touch_selection_controller_factory.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/widget/desktop_aura/desktop_capture_client.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_dispatcher_client.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h View 1 2 1 chunk +9 lines, -9 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11_unittest.cc View 1 2 4 chunks +8 lines, -8 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_drag_drop_client_win.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_drop_target_win.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_event_client.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_focus_rules.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_native_cursor_manager.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_native_widget_aura.h View 1 2 1 chunk +105 lines, -105 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_native_widget_aura.cc View 1 2 5 chunks +5 lines, -5 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_native_widget_aura_unittest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_screen_position_client.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_screen_win.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_screen_x11.h View 1 2 1 chunk +14 lines, -14 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc View 1 2 4 chunks +6 lines, -6 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_window_tree_host_win.h View 1 2 1 chunk +127 lines, -127 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h View 1 2 2 chunks +67 lines, -67 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_window_tree_host_x11_interactive_uitest.cc View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_window_tree_host_x11_unittest.cc View 1 2 6 chunks +12 lines, -12 lines 0 comments Download
M ui/views/widget/desktop_aura/x11_desktop_handler.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/views/widget/desktop_aura/x11_desktop_window_move_client.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/views/widget/desktop_aura/x11_topmost_window_finder.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_uitest.cc View 1 2 5 chunks +5 lines, -5 lines 0 comments Download
M ui/views/widget/desktop_aura/x11_whole_screen_move_loop.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/views/widget/desktop_aura/x11_window_event_filter.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/widget/native_widget_aura.h View 1 2 1 chunk +103 lines, -103 lines 0 comments Download
M ui/views/widget/native_widget_aura_unittest.cc View 1 2 8 chunks +18 lines, -18 lines 0 comments Download
M ui/views/widget/native_widget_mac.h View 1 2 1 chunk +75 lines, -75 lines 0 comments Download
M ui/views/widget/native_widget_private.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/widget/root_view.h View 1 2 2 chunks +30 lines, -30 lines 0 comments Download
M ui/views/widget/root_view.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/widget/root_view_targeter.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/widget/root_view_unittest.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M ui/views/widget/tooltip_manager_aura.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/views/widget/widget.h View 1 2 1 chunk +42 lines, -42 lines 0 comments Download
M ui/views/widget/widget.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/views/widget/widget_delegate.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/views/widget/widget_deletion_observer.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/widget/widget_interactive_uitest.cc View 1 2 11 chunks +13 lines, -13 lines 0 comments Download
M ui/views/widget/widget_unittest.cc View 1 2 23 chunks +44 lines, -44 lines 0 comments Download
M ui/views/widget/window_reorderer.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/views/widget/window_reorderer.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/win/hwnd_message_handler.h View 1 2 1 chunk +8 lines, -8 lines 0 comments Download
M ui/views/window/client_view.h View 1 2 1 chunk +8 lines, -8 lines 0 comments Download
M ui/views/window/custom_frame_view.h View 1 2 1 chunk +14 lines, -14 lines 0 comments Download
M ui/views/window/custom_frame_view_unittest.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M ui/views/window/dialog_client_view.h View 1 2 2 chunks +14 lines, -14 lines 0 comments Download
M ui/views/window/dialog_client_view_unittest.cc View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
M ui/views/window/dialog_delegate.h View 1 2 3 chunks +16 lines, -16 lines 0 comments Download
M ui/views/window/dialog_delegate_unittest.cc View 1 2 2 chunks +8 lines, -8 lines 0 comments Download
M ui/views/window/native_frame_view.h View 1 2 1 chunk +12 lines, -12 lines 0 comments Download
M ui/views/window/non_client_view.h View 1 2 2 chunks +13 lines, -13 lines 0 comments Download
M ui/views_content_client/views_content_browser_client.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views_content_client/views_content_client_main_parts.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/views_content_client/views_content_client_main_parts_aura.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views_content_client/views_content_client_main_parts_chromeos.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M ui/views_content_client/views_content_client_main_parts_desktop_aura.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views_content_client/views_content_client_main_parts_mac.mm View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views_content_client/views_content_main_delegate.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/web_dialogs/test/test_web_contents_handler.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/web_dialogs/test/test_web_dialog_delegate.h View 1 2 1 chunk +9 lines, -9 lines 0 comments Download
M ui/web_dialogs/web_dialog_ui.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/web_dialogs/web_dialog_web_contents_delegate.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/wm/core/accelerator_filter.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/wm/core/base_focus_rules.h View 1 2 1 chunk +7 lines, -7 lines 0 comments Download
M ui/wm/core/capture_controller.h View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M ui/wm/core/compound_event_filter.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/wm/core/compound_event_filter_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/wm/core/cursor_manager.h View 1 2 1 chunk +21 lines, -21 lines 0 comments Download
M ui/wm/core/cursor_manager_unittest.cc View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
M ui/wm/core/default_activation_client.h View 1 2 1 chunk +9 lines, -9 lines 0 comments Download
M ui/wm/core/default_activation_client.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/wm/core/easy_resize_window_targeter.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/wm/core/focus_controller.h View 1 2 1 chunk +22 lines, -22 lines 0 comments Download
M ui/wm/core/focus_controller_unittest.cc View 1 2 42 chunks +62 lines, -62 lines 0 comments Download
M ui/wm/core/image_grid.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/wm/core/input_method_event_filter.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/wm/core/input_method_event_filter_unittest.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M ui/wm/core/masked_window_targeter.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/wm/core/nested_accelerator_controller.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/wm/core/nested_accelerator_controller_unittest.cc View 1 2 5 chunks +7 lines, -7 lines 0 comments Download
M ui/wm/core/nested_accelerator_dispatcher_linux.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/wm/core/nested_accelerator_dispatcher_win.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/wm/core/shadow.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/wm/core/shadow_controller.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/wm/core/shadow_controller.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/wm/core/shadow_controller_unittest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/wm/core/shadow_unittest.cc View 1 2 4 chunks +10 lines, -10 lines 0 comments Download
M ui/wm/core/transient_window_controller.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M ui/wm/core/transient_window_manager.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/wm/core/transient_window_manager_unittest.cc View 1 2 6 chunks +12 lines, -12 lines 0 comments Download
M ui/wm/core/transient_window_stacking_client.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/wm/core/transient_window_stacking_client_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/wm/core/user_activity_detector.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ui/wm/core/user_activity_detector_unittest.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M ui/wm/core/visibility_controller.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/wm/core/window_animations.cc View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
M ui/wm/core/window_animations_unittest.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M ui/wm/core/window_modality_controller.h View 1 2 1 chunk +7 lines, -7 lines 0 comments Download
M ui/wm/public/scoped_tooltip_disabler.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/wm/test/run_all_unittests.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/wm/test/wm_test_helper.h View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 18 (7 generated)
Mostyn Bramley-Moore
@sky: can you give this a thumbs-up? The script I used to make this change ...
6 years, 2 months ago (2014-10-03 22:02:39 UTC) #2
Mostyn Bramley-Moore
@sky: *ping*. Is this too large? (I'm not sure if these automated changes are worth ...
6 years, 2 months ago (2014-10-08 19:11:16 UTC) #3
darin (slow to review)
LGTM
6 years, 2 months ago (2014-10-08 20:57:06 UTC) #5
Mostyn Bramley-Moore
Thanks.
6 years, 2 months ago (2014-10-08 20:58:36 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/623293004/10001
6 years, 2 months ago (2014-10-08 21:05:47 UTC) #8
commit-bot: I haz the power
Exceeded time limit waiting for builds to trigger.
6 years, 2 months ago (2014-10-09 02:59:45 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/623293004/10001
6 years, 2 months ago (2014-10-09 06:03:57 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_swarming on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_swarming/builds/17274)
6 years, 2 months ago (2014-10-09 07:24:00 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/623293004/20001
6 years, 2 months ago (2014-10-09 08:28:20 UTC) #16
commit-bot: I haz the power
Committed patchset #3 (id:20001) as 115c311736f651ff7c457cd765e0a80ed3557480
6 years, 2 months ago (2014-10-09 10:55:06 UTC) #17
commit-bot: I haz the power
6 years, 2 months ago (2014-10-09 10:56:34 UTC) #18
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/3b3d52b1844d5174f63a1db8cf3f0e3254ec43f6
Cr-Commit-Position: refs/heads/master@{#298839}

Powered by Google App Engine
This is Rietveld 408576698