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

Issue 1540753002: Switch to standard integer types in ash/. (Closed)

Created:
5 years ago by Avi (use Gerrit)
Modified:
5 years ago
Reviewers:
sky
CC:
chromium-reviews, sadrul, yusukes+watch_chromium.org, derat+watch_chromium.org, mlamouri+watch-screen-orientation_chromium.org, nektar+watch_chromium.org, oshima+watch_chromium.org, jam, yuzo+watch_chromium.org, aboxhall+watch_chromium.org, je_julie, darin-cc_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, kalyank, dcheng, tdanderson+overview_chromium.org, stevenjb+watch_chromium.org, plundblad+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Switch to standard integer types in ash/. BUG=138542 TBR=sky@chromium.org Committed: https://crrev.com/db567a8a9c712673720b763b3de1b159959a228d Cr-Commit-Position: refs/heads/master@{#366304}

Patch Set 1 #

Patch Set 2 : arraysize #

Unified diffs Side-by-side diffs Delta from patch set Stats (+661 lines, -431 lines) Patch
M ash/accelerators/accelerator_commands.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/accelerators/accelerator_controller.h View 1 chunk +3 lines, -1 line 0 comments Download
M ash/accelerators/accelerator_table.h View 1 chunk +2 lines, -1 line 0 comments Download
M ash/accelerators/accelerator_table.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/accelerators/accelerator_table_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M ash/accelerators/exit_warning_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/accelerators/exit_warning_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/accelerators/focus_manager_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/accelerators/key_hold_detector.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/accelerators/magnifier_key_scroller.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/accelerators/spoken_feedback_toggler.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/ash_touch_exploration_manager_chromeos.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/content/display/screen_orientation_controller_chromeos_unittest.cc View 4 chunks +6 lines, -5 lines 0 comments Download
M ash/content/gpu_support_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/content/keyboard_overlay/keyboard_overlay_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/content/keyboard_overlay/keyboard_overlay_view.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/content/screen_orientation_delegate_chromeos.h View 1 chunk +4 lines, -2 lines 0 comments Download
M ash/default_accessibility_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/default_user_wallpaper_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/desktop_background/desktop_background_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/desktop_background/desktop_background_view.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/desktop_background/desktop_background_widget_controller.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/display/cursor_window_controller.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/display/cursor_window_controller_unittest.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M ash/display/display_change_observer_chromeos.h View 2 chunks +4 lines, -2 lines 0 comments Download
M ash/display/display_change_observer_chromeos.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ash/display/display_color_manager_chromeos.h View 1 chunk +3 lines, -1 line 0 comments Download
M ash/display/display_configurator_animation.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/display/display_error_observer_chromeos.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/display/display_info.h View 4 chunks +6 lines, -5 lines 0 comments Download
M ash/display/display_info.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M ash/display/display_layout.h View 3 chunks +4 lines, -3 lines 0 comments Download
M ash/display/display_layout.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/display/display_layout_store.h View 3 chunks +6 lines, -3 lines 0 comments Download
M ash/display/display_layout_store.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/display/display_manager.h View 18 chunks +30 lines, -27 lines 0 comments Download
M ash/display/display_manager.cc View 20 chunks +28 lines, -27 lines 0 comments Download
M ash/display/display_manager_unittest.cc View 13 chunks +19 lines, -19 lines 0 comments Download
M ash/display/display_util.h View 3 chunks +5 lines, -3 lines 0 comments Download
M ash/display/display_util.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/display/event_transformation_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/display/extended_mouse_warp_controller.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/display/mirror_window_controller.h View 2 chunks +4 lines, -1 line 0 comments Download
M ash/display/mirror_window_controller.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/display/mirror_window_controller_unittest.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M ash/display/mouse_cursor_event_filter.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/display/null_mouse_warp_controller.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ash/display/projecting_observer_chromeos.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/display/resolution_notification_controller.h View 2 chunks +4 lines, -1 line 0 comments Download
M ash/display/resolution_notification_controller.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M ash/display/resolution_notification_controller_unittest.cc View 9 chunks +9 lines, -9 lines 0 comments Download
M ash/display/root_window_transformers.cc View 1 chunk +0 lines, -1 line 0 comments Download
M ash/display/root_window_transformers_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/display/screen_ash.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ash/display/screen_ash.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/display/screen_position_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/display/shared_display_edge_indicator.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/display/unified_mouse_warp_controller.h View 2 chunks +4 lines, -1 line 0 comments Download
M ash/display/unified_mouse_warp_controller.cc View 1 chunk +2 lines, -1 line 0 comments Download
M ash/display/unified_mouse_warp_controller_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/display/window_tree_host_manager.h View 8 chunks +12 lines, -10 lines 0 comments Download
M ash/display/window_tree_host_manager.cc View 14 chunks +18 lines, -18 lines 0 comments Download
M ash/display/window_tree_host_manager_unittest.cc View 13 chunks +18 lines, -18 lines 0 comments Download
M ash/drag_drop/drag_drop_controller.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/drag_drop/drag_drop_tracker.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/drag_drop/drag_image_view.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/first_run/desktop_cleaner.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/first_run/first_run_helper.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/first_run/first_run_helper_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/focus_cycler.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/frame/caption_buttons/frame_caption_button.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/frame/caption_buttons/frame_caption_button_container_view.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/frame/caption_buttons/frame_size_button.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/frame/custom_frame_view_ash.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/frame/default_header_painter.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/frame/frame_border_hit_test_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/gpu_support_stub.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/high_contrast/high_contrast_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/host/ash_remote_window_tree_host_win.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/host/ash_window_tree_host_unified.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/host/ash_window_tree_host_x11.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/host/ash_window_tree_host_x11.cc View 2 chunks +1 line, -2 lines 0 comments Download
M ash/host/transformer_helper.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/ime/input_method_event_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/keyboard_uma_event_filter.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/magnifier/magnification_controller.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/magnifier/partial_magnification_controller.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/metrics/task_switch_metrics_recorder.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/metrics/task_switch_time_tracker.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/metrics/user_metrics_recorder.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/multi_profile_uma.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/popup_message.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/root_window_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/root_window_settings.h View 2 chunks +3 lines, -2 lines 0 comments Download
M ash/rotator/screen_rotation_animation.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/rotator/screen_rotation_animator.h View 3 chunks +5 lines, -3 lines 0 comments Download
M ash/rotator/screen_rotation_animator.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M ash/rotator/window_rotation.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/scoped_target_root_window.h View 1 chunk +2 lines, -1 line 0 comments Download
M ash/screen_util.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/session/session_state_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/shelf/app_list_button.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/shelf/app_list_shelf_item_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/shelf/background_animator.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/shelf/background_animator.cc View 1 chunk +0 lines, -1 line 0 comments Download
M ash/shelf/overflow_bubble.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/shelf/overflow_bubble_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/shelf/overflow_button.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/shelf/scoped_observer_with_duplicated_sources.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/shelf/shelf.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/shelf/shelf_alignment_menu.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/shelf/shelf_bezel_event_filter.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/shelf/shelf_button.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/shelf/shelf_item_delegate_manager.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/shelf/shelf_layout_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/shelf/shelf_menu_model.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/shelf/shelf_model.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/shelf/shelf_tooltip_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/shelf/shelf_view.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/shelf/shelf_view_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M ash/shelf/shelf_window_watcher.h View 1 chunk +3 lines, -1 line 0 comments Download
M ash/shelf/shelf_window_watcher_item_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/shell.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/shell/app_list.cc View 1 chunk +0 lines, -1 line 0 comments Download
M ash/shell/content/client/shell_browser_main_parts.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/shell/content/client/shell_content_browser_client.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/shell/content/client/shell_main_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/shell/content/shell_content_state_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/shell/context_menu.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/shell/panel_window.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/shell/shelf_delegate_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/shell/shell_delegate_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/shell/toplevel_window.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/shell/window_type_launcher.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/shell/window_watcher.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ash/shell/window_watcher_shelf_item_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/sticky_keys/sticky_keys_controller.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/sticky_keys/sticky_keys_controller.cc View 1 chunk +0 lines, -1 line 0 comments Download
M ash/switchable_windows.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ash/system/audio/tray_audio.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ash/system/audio/volume_view.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/bluetooth/tray_bluetooth.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/cast/tray_cast.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/chromeos/audio/audio_detailed_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/chromeos/audio/tray_audio_chromeos.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ash/system/chromeos/bluetooth/bluetooth_notification_controller.h View 2 chunks +8 lines, -4 lines 0 comments Download
M ash/system/chromeos/bluetooth/bluetooth_notification_controller.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/system/chromeos/brightness/brightness_controller_chromeos.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/chromeos/brightness/tray_brightness.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/chromeos/enterprise/tray_enterprise.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/chromeos/keyboard_brightness_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/chromeos/label_tray_view.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/chromeos/network/network_state_list_detailed_view.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/chromeos/network/tray_network.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/chromeos/network/tray_network_state_observer.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/chromeos/network/tray_sms.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ash/system/chromeos/network/tray_vpn.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/chromeos/power/battery_notification.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/chromeos/power/dual_role_notification.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ash/system/chromeos/power/power_event_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/chromeos/power/power_status.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/chromeos/power/power_status_view.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/chromeos/power/tray_power.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/chromeos/power/video_activity_notifier.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/chromeos/rotation/tray_rotation_lock.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/chromeos/screen_security/screen_capture_tray_item.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/chromeos/screen_security/screen_share_tray_item.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/chromeos/screen_security/screen_tray_item.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/chromeos/session/last_window_closed_logout_reminder.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/chromeos/session/logout_button_tray.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/chromeos/session/logout_confirmation_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/chromeos/session/logout_confirmation_dialog.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/chromeos/session/tray_session_length_limit.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/chromeos/settings/tray_settings.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/chromeos/supervised/tray_supervised_user.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/chromeos/system_clock_observer.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/chromeos/tray_caps_lock.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/chromeos/tray_display.h View 2 chunks +4 lines, -1 line 0 comments Download
M ash/system/chromeos/tray_display.cc View 7 chunks +9 lines, -9 lines 0 comments Download
M ash/system/chromeos/tray_tracing.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/date/date_view.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/date/tray_date.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/ime/tray_ime_chromeos.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ash/system/locale/locale_notification_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/overview/overview_button_tray.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/status_area_widget.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/status_area_widget_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/tray/actionable_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/default_system_tray_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/tray/fixed_sized_image_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/fixed_sized_scroll_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/hover_highlight_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/media_security/multi_profile_media_tray_item.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/tray/special_popup_row.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/tray/system_tray.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/system_tray_bubble.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/system_tray_item.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/system_tray_notifier.h View 2 chunks +3 lines, -0 lines 0 comments Download
M ash/system/tray/throbber_view.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/tray/tray_background_view.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/tray/tray_bar_button_with_title.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/tray_bubble_wrapper.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/tray_details_view.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/tray/tray_empty.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/tray/tray_event_filter.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/tray_image_item.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/tray/tray_item_more.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/tray/tray_item_view.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/tray/tray_notification_view.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/tray/tray_popup_header_button.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/tray_popup_item_container.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/tray/tray_popup_label_button.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/tray_popup_label_button_border.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray_accessibility.h View 3 chunks +7 lines, -4 lines 0 comments Download
M ash/system/tray_accessibility.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M ash/system/tray_update.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/user/tray_user.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/user/tray_user_separator.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/web_notification/ash_popup_alignment_delegate.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ash/system/web_notification/web_notification_tray.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/win/audio/tray_audio_win.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/test/app_list_controller_test_api.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/test/ash_interactive_ui_test_base.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/test/ash_test_base.h View 2 chunks +4 lines, -1 line 0 comments Download
M ash/test/ash_test_base.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/test/ash_test_helper.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/test/ash_test_views_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/test/child_modal_window.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/test/content/test_shell_content_state.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/test/cursor_manager_test_api.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/test/display_manager_test_api.h View 4 chunks +8 lines, -6 lines 0 comments Download
M ash/test/display_manager_test_api.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M ash/test/mirror_window_test_api.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/test/overflow_bubble_view_test_api.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/test/shelf_item_delegate_manager_test_api.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/test/shelf_test_api.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/test/shelf_view_test_api.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/test/shell_test_api.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/test/task_switch_time_tracker_test_api.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/test/test_activation_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/test/test_keyboard_ui.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/test/test_lock_state_controller_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/test/test_overlay_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/test/test_screenshot_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/test/test_session_state_animator.h View 1 chunk +3 lines, -1 line 0 comments Download
M ash/test/test_session_state_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/test/test_shelf_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/test/test_shelf_item_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/test/test_shell_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/test/test_system_tray_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/test/test_user_wallpaper_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/test/test_volume_control_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/test/tray_cast_test_api.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/touch/touch_hud_debug.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ash/touch/touch_hud_projection.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/touch/touch_observer_hud.h View 3 chunks +5 lines, -2 lines 0 comments Download
M ash/touch/touch_observer_hud_unittest.cc View 3 chunks +6 lines, -10 lines 0 comments Download
M ash/touch/touch_transformer_controller.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ash/touch/touch_transformer_controller.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/touch/touch_transformer_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/touch/touch_uma.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/utility/partial_screenshot_controller.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ash/virtual_keyboard_controller.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/wm/always_on_top_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/app_list_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/ash_focus_rules.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/ash_native_cursor_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/ash_native_cursor_manager_interactive_uitest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/ash_native_cursor_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/boot_splash_screen_chromeos.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/cursor_manager_chromeos.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/default_state.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/wm/default_window_resizer.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/wm/dock/docked_window_layout_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/dock/docked_window_layout_manager_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M ash/wm/dock/docked_window_resizer.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/wm/drag_details.h View 1 chunk +0 lines, -1 line 0 comments Download
M ash/wm/drag_window_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/drag_window_resizer.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/wm/event_client_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/gestures/long_press_affordance_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/wm/gestures/overview_gesture_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/gestures/shelf_gesture_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/immersive_fullscreen_controller.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/wm/immersive_revealed_lock.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/lock_layout_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/lock_layout_manager_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M ash/wm/lock_state_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/lock_window_state.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/wm/maximize_mode/maximize_mode_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/maximize_mode/maximize_mode_window_manager.h View 1 chunk +3 lines, -1 line 0 comments Download
M ash/wm/maximize_mode/maximize_mode_window_state.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/wm/maximize_mode/workspace_backdrop_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/wm/mru_window_tracker.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/overlay_event_filter.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/wm/overview/scoped_transform_overview_window.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/wm/overview/window_grid.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ash/wm/overview/window_grid.cc View 1 chunk +6 lines, -4 lines 0 comments Download
M ash/wm/overview/window_selector.h View 1 chunk +4 lines, -0 lines 0 comments Download
M ash/wm/overview/window_selector_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/overview/window_selector_item.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/wm/overview/window_selector_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M ash/wm/panels/attached_panel_window_targeter.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/wm/panels/panel_frame_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/panels/panel_layout_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/panels/panel_layout_manager_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M ash/wm/panels/panel_window_event_handler.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ash/wm/panels/panel_window_resizer.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/wm/power_button_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/resize_handle_window_targeter.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/wm/resize_shadow.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/resize_shadow_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/root_window_layout_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/screen_dimmer.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/screen_dimmer_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M ash/wm/session_state_animator.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/session_state_animator_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/stacking_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/status_area_layout_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/system_background_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/system_gesture_event_filter.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/wm/system_modal_container_event_filter.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/system_modal_container_layout_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/toplevel_window_event_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/wm/toplevel_window_event_handler_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M ash/wm/video_detector.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/video_detector_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/window_animations.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/wm/window_cycle_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/window_cycle_list.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/window_positioner.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/window_resizer.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/window_state.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/window_state_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/wm_event.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/wm/wm_types.cc View 1 chunk +0 lines, -1 line 0 comments Download
M ash/wm/workspace/magnetism_matcher.h View 4 chunks +8 lines, -5 lines 0 comments Download
M ash/wm/workspace/magnetism_matcher.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/wm/workspace/multi_window_resize_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/workspace/phantom_window_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/workspace/two_step_edge_cycler.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/workspace/workspace_event_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/wm/workspace/workspace_event_handler_test_helper.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ash/wm/workspace/workspace_layout_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/workspace/workspace_layout_manager_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M ash/wm/workspace/workspace_window_resizer.h View 2 chunks +4 lines, -1 line 0 comments Download
M ash/wm/workspace/workspace_window_resizer.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M ash/wm/workspace_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/workspace_controller_test_helper.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 9 (4 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1540753002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1540753002/1
5 years ago (2015-12-20 05:45:14 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromeos_x86-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_x86-generic_chromium_compile_only_ng/builds/72842)
5 years ago (2015-12-20 06:04:22 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1540753002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1540753002/20001
5 years ago (2015-12-20 15:52:02 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years ago (2015-12-20 17:07:33 UTC) #7
commit-bot: I haz the power
5 years ago (2015-12-20 17:08:20 UTC) #9
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/db567a8a9c712673720b763b3de1b159959a228d
Cr-Commit-Position: refs/heads/master@{#366304}

Powered by Google App Engine
This is Rietveld 408576698