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

Issue 2430593002: mash: Use ash shell window container ids instead of ash::mojom::Container (Closed)

Created:
4 years, 2 months ago by James Cook
Modified:
4 years, 2 months ago
Reviewers:
Robert Sesek, reveman, sky
CC:
chromium-reviews, rjkroege, alemate+watch_chromium.org, sadrul, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, achuith+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, oshima+watch_chromium.org, kalyank, darin (slow to review), davemoore+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

mash: Use ash shell window container ids instead of ash::mojom::Container I need to use additional window containers in a subsequent CL. Rather than continue to maintain a mapping of kShellWindowId_Foo to ash::mojom::Container, just use the ash container ids natively. * Add kInitialContainerId_Property to window_manager.mojom, which is where we set initial bounds and initial display. * Remove container.mojom and associated utility functions. * Replace usage of Container::LOGIN_WINDOW with LockScreenContainer, which is where the windows end up. * Ditto for Container::OVERLAY. * Move ash/common/shell_window_ids.h to ash/public/cpp/ BUG=647412 TEST=compiles, chrome --mash --login-manager shows login dialogs correctly TBR=reveman@chromium.org for exo Committed: https://crrev.com/8800b8237af34e0b519727164c892eb78baee4a6 Cr-Commit-Position: refs/heads/master@{#426161}

Patch Set 1 : remove Container, use shell window id #

Patch Set 2 : move files to ash/shared, fix deps #

Total comments: 2

Patch Set 3 : source_set for shell_window_ids #

Patch Set 4 : rebase #

Patch Set 5 : ash/public/cpp #

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+222 lines, -480 lines) Patch
M ash/BUILD.gn View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M ash/accelerators/accelerator_controller_delegate_aura.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/accelerators/accelerator_controller_unittest.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/accelerators/accelerator_filter_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/app_list/app_list_presenter_delegate.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/app_list/app_list_presenter_delegate_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/aura/wm_window_aura.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/autoclick/autoclick_controller.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/autoclick/mus/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ash/autoclick/mus/autoclick_application.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M ash/common/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ash/common/accelerators/exit_warning_handler.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/drag_drop/drag_image_view.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/frame/default_header_painter_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/metrics/pointer_metrics_recorder_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/shelf/overflow_bubble_view.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/shelf/shelf_layout_manager.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/common/shelf/shelf_tooltip_manager.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/shelf/shelf_window_watcher.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/shelf/shelf_window_watcher_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/shelf/wm_shelf.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
D ash/common/shell_window_ids.h View 1 1 chunk +0 lines, -123 lines 0 comments Download
D ash/common/shell_window_ids.cc View 1 1 chunk +0 lines, -38 lines 0 comments Download
M ash/common/system/chromeos/ime_menu/ime_menu_tray.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/common/system/chromeos/network/network_state_list_detailed_view.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/common/system/chromeos/palette/palette_tray.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/common/system/chromeos/session/logout_confirmation_dialog.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/status_area_widget.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/common/system/status_area_widget_delegate.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/toast/toast_overlay.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/tray/system_tray.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/common/system/tray/system_tray_unittest.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/common/system/tray/tray_background_view.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/common/system/tray/tray_event_filter.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/user/user_view.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/common/system/web_notification/ash_popup_alignment_delegate.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/web_notification/web_notification_tray.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/common/test/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ash/common/test/ash_test.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M ash/common/wallpaper/wallpaper_controller.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/common/wallpaper/wallpaper_controller_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/always_on_top_controller.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/container_finder.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/container_finder_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/default_state.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/common/wm/dock/docked_window_layout_manager.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/common/wm/dock/docked_window_resizer.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/common/wm/focus_rules.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/fullscreen_window_finder.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/maximize_mode/maximize_mode_window_manager.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/common/wm/maximize_mode/maximize_mode_window_state.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/common/wm/maximize_mode/workspace_backdrop_delegate.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/mru_window_tracker.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/mru_window_tracker_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/overview/window_grid.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/common/wm/overview/window_selector.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/common/wm/overview/window_selector_item.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/common/wm/panels/panel_layout_manager.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/common/wm/panels/panel_window_resizer.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/screen_dimmer.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/switchable_windows.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/system_modal_container_layout_manager.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/window_cycle_controller.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/window_cycle_list.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/wm_snap_to_pixel_layout_manager.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/workspace/multi_window_resize_controller.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/workspace/phantom_window_controller.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/workspace/workspace_layout_manager.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/common/wm/workspace/workspace_layout_manager_unittest.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/common/wm/workspace/workspace_window_resizer.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/common/wm/workspace_controller.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/common/wm_root_window_controller.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/common/wm_shell.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/display/cursor_window_controller.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/display/display_animator_chromeos.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/display/screen_position_controller.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/display/screen_position_controller_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/display/shared_display_edge_indicator.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/drag_drop/drag_drop_tracker.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/drag_drop/drag_drop_tracker_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/extended_desktop_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/first_run/desktop_cleaner.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/first_run/first_run_helper_impl.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/first_run/first_run_helper_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/laser/laser_pointer_view.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/metrics/user_metrics_recorder.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/mus/BUILD.gn View 1 2 3 4 2 chunks +1 line, -2 lines 0 comments Download
M ash/mus/accelerators/accelerator_controller_unittest.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/mus/bridge/wm_root_window_controller_mus.cc View 1 chunk +0 lines, -1 line 0 comments Download
M ash/mus/bridge/wm_shell_mus.cc View 1 2 3 4 2 chunks +1 line, -2 lines 0 comments Download
M ash/mus/bridge/wm_window_mus.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
D ash/mus/container_ids.h View 1 chunk +0 lines, -23 lines 0 comments Download
D ash/mus/container_ids.cc View 1 chunk +0 lines, -47 lines 0 comments Download
M ash/mus/disconnected_app_handler.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/mus/property_util.h View 2 chunks +4 lines, -6 lines 0 comments Download
M ash/mus/property_util.cc View 1 2 chunks +6 lines, -5 lines 0 comments Download
M ash/mus/root_window_controller.h View 2 chunks +0 lines, -3 lines 0 comments Download
M ash/mus/root_window_controller.cc View 1 2 3 4 5 chunks +4 lines, -14 lines 0 comments Download
M ash/mus/window_manager.cc View 1 2 3 4 2 chunks +1 line, -2 lines 0 comments Download
M ash/public/cpp/BUILD.gn View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
A + ash/public/cpp/shell_window_ids.h View 1 2 3 4 2 chunks +6 lines, -8 lines 0 comments Download
A + ash/public/cpp/shell_window_ids.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/public/interfaces/BUILD.gn View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
D ash/public/interfaces/container.mojom View 1 chunk +0 lines, -26 lines 0 comments Download
M ash/root_window_controller.cc View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M ash/root_window_controller_unittest.cc View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M ash/shelf/shelf_layout_manager_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/shelf/shelf_view_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/shell.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/shell/lock_view.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/shell/shell_delegate_impl.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/shell/window_type_launcher.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/shell/window_watcher.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/shell_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/sticky_keys/sticky_keys_overlay.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/system/web_notification/web_notification_tray_unittest.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/test/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ash/test/ash_test_base.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M ash/test/test_shell_delegate.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/touch/touch_observer_hud.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/touch_hud/mus/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ash/touch_hud/mus/touch_hud_application.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M ash/utility/screenshot_controller.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/always_on_top_controller_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/ash_focus_rules.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/ash_focus_rules_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/dock/docked_window_layout_manager_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/dock/docked_window_resizer_unittest.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/wm/drag_window_controller.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/drag_window_resizer_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/event_client_impl.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/lock_layout_manager_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/lock_state_controller.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/overview/window_selector_unittest.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/wm/panels/panel_layout_manager_unittest.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/wm/panels/panel_window_resizer_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/power_button_controller.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/root_window_layout_manager_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/screen_pinning_controller.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/wm/session_state_animator.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/session_state_animator_impl.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/session_state_animator_impl_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/stacking_controller_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/system_modal_container_layout_manager_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/toplevel_window_event_handler_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/video_detector.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/window_animations_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/window_cycle_controller_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/window_manager_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/workspace/workspace_layout_manager_keyboard_unittest.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/wm/workspace/workspace_layout_manager_unittest.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M ash/wm/workspace/workspace_window_resizer_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/workspace_controller_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/accessibility/chromevox_panel.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/display/overscan_calibrator.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/input_method/mode_indicator_controller.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/ui/lock_window.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/ui/login_display_host_impl.cc View 1 2 3 4 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/login/ui/simple_web_view_dialog.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/ui/idle_app_name_notification_view.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/ui/kiosk_external_update_notification.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media/webrtc/desktop_media_list_ash.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/chrome_keyboard_ui.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/system_tray_client.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/apps/chrome_native_app_window_views_aura_ash.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/tabs/window_finder_ash.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M components/exo/BUILD.gn View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M components/exo/display.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M components/exo/display_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M components/exo/pointer.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M components/exo/pointer_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M components/exo/shell_surface.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M components/exo/shell_surface.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M components/exo/shell_surface_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M components/exo/touch_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M components/exo/wayland/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M components/exo/wayland/server.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M mash/DEPS View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M mash/login/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M mash/login/login.cc View 1 2 3 4 3 chunks +4 lines, -3 lines 0 comments Download
M mash/screenlock/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M mash/screenlock/screenlock.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M services/ui/public/interfaces/window_manager.mojom View 2 chunks +5 lines, -1 line 0 comments Download

Messages

Total messages: 61 (38 generated)
James Cook
sky, please take a look. Patchset 1 is the conversion from Container to shell window ...
4 years, 2 months ago (2016-10-18 01:27:19 UTC) #4
sky
https://codereview.chromium.org/2430593002/diff/20001/ash/shared/BUILD.gn File ash/shared/BUILD.gn (right): https://codereview.chromium.org/2430593002/diff/20001/ash/shared/BUILD.gn#newcode5 ash/shared/BUILD.gn:5: source_set("shared") { As this is a source_set there isn't ...
4 years, 2 months ago (2016-10-18 02:45:53 UTC) #5
James Cook
sky, please take another look. https://codereview.chromium.org/2430593002/diff/20001/ash/shared/BUILD.gn File ash/shared/BUILD.gn (right): https://codereview.chromium.org/2430593002/diff/20001/ash/shared/BUILD.gn#newcode5 ash/shared/BUILD.gn:5: source_set("shared") { On 2016/10/18 ...
4 years, 2 months ago (2016-10-18 04:45:45 UTC) #14
sky
LGTM
4 years, 2 months ago (2016-10-18 16:59:04 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2430593002/60001
4 years, 2 months ago (2016-10-18 17:03:43 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/283713)
4 years, 2 months ago (2016-10-18 17:14:35 UTC) #21
James Cook
tsepez, can I get OWNERS for adding an int window property to services/ui/public/interfaces/window_manager.mojom ?
4 years, 2 months ago (2016-10-18 17:18:13 UTC) #23
James Cook
rsesek, tsepez is OOO, can I get security owners for services/ui/public/interfaces/window_manager.mojom ?
4 years, 2 months ago (2016-10-18 20:08:22 UTC) #25
Robert Sesek
lgtm
4 years, 2 months ago (2016-10-18 20:39:10 UTC) #26
James Cook
TBR reveman for header file move touching exo
4 years, 2 months ago (2016-10-18 20:45:48 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2430593002/60001
4 years, 2 months ago (2016-10-18 20:46:40 UTC) #31
commit-bot: I haz the power
Failed to apply patch for ash/public/interfaces/BUILD.gn: While running git apply --index -3 -p1; error: patch ...
4 years, 2 months ago (2016-10-18 20:55:46 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2430593002/80001
4 years, 2 months ago (2016-10-18 21:27:32 UTC) #36
James Cook
Discussed offline with sky - I put shell_window_ids.h into //ash/public/cpp instead of //ash/shared.
4 years, 2 months ago (2016-10-18 22:40:14 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2430593002/100001
4 years, 2 months ago (2016-10-18 23:15:10 UTC) #45
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/297999)
4 years, 2 months ago (2016-10-18 23:55:33 UTC) #47
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2430593002/120001
4 years, 2 months ago (2016-10-19 00:05:18 UTC) #50
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/245817) win_clang on master.tryserver.chromium.win (JOB_FAILED, ...
4 years, 2 months ago (2016-10-19 00:16:57 UTC) #52
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2430593002/120001
4 years, 2 months ago (2016-10-19 00:24:17 UTC) #54
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/314256)
4 years, 2 months ago (2016-10-19 01:35:36 UTC) #56
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2430593002/120001
4 years, 2 months ago (2016-10-19 04:33:53 UTC) #58
commit-bot: I haz the power
Committed patchset #6 (id:120001)
4 years, 2 months ago (2016-10-19 12:46:56 UTC) #59
commit-bot: I haz the power
4 years, 2 months ago (2016-10-21 13:07:26 UTC) #61
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/8800b8237af34e0b519727164c892eb78baee4a6
Cr-Commit-Position: refs/heads/master@{#426161}

Powered by Google App Engine
This is Rietveld 408576698