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

Issue 273223002: views: Make view::Views::GetPreferredSize() const. (Closed)

Created:
6 years, 7 months ago by Elliot Glaysher
Modified:
6 years, 7 months ago
Reviewers:
msw, scheib, jam, sky, Peter Kasting
CC:
chromium-reviews, asanka, sadrul, nkostylev+watch_chromium.org, dcheng, yukishiino+watch_chromium.org, markusheintz_, alicet1, Ilya Sherman, mkwst+watchlist_chromium.org, yusukes+watch_chromium.org, extensions-reviews_chromium.org, tdanderson+views_chromium.org, msw+watch_chromium.org, benquan, stevenjb+watch_chromium.org, jam, nona+watch_chromium.org, darin-cc_chromium.org, jochen+watch_chromium.org, chromium-apps-reviews_chromium.org, Dane Wallinga, jennb, derat+watch_chromium.org, penghuang+watch_chromium.org, jianli, dkrahn+watch_chromium.org, oshima+watch_chromium.org, kalyank, ben+views_chromium.org, rouslan+autofillwatch_chromium.org, chrome-apps-syd-reviews_chromium.org, tfarina, Dmitry Titov, benjhayden+dwatch_chromium.org, ben+ash_chromium.org, dyu1, estade+watch_chromium.org, James Su, davemoore+watch_chromium.org
Visibility:
Public.

Description

views: Make view::Views::GetPreferredSize() const. Due to button refactoring patches, we now need to ask views for their preferred sizes in const methods. Across the entire codebase, the overwhelming majority of GetPreferredSize() implementations could be const. There are only a few places where we can't, and they are usually combining the sizing and layout code. BookmarksBarView was simple enough to perform this separation. Most of the other places were solved by adding "mutable" to value caches. BUG=155363 R=jam@chromium.org, pkasting@chromium.org, scheib@chromium.org, sky@chromium.org, pkasting, sky TBR=jam, scheib Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271682

Patch Set 1 #

Patch Set 2 : Reupload to do a different tryjob set. #

Patch Set 3 : Rebase to ToT #

Total comments: 8

Patch Set 4 : Rebase to ToT, and try to cover ash. #

Patch Set 5 : Rebase to ToT, and try to cover ash. #

Patch Set 6 : Attempt to fix windows build. #

Patch Set 7 : Rebase to ToT for another set of try jobs since the previous batch are getting SSL errors. #

Patch Set 8 : One more windows compile failure. #

Patch Set 9 : Rebase to ToT #

Patch Set 10 : Add two more const for Windows. #

Total comments: 4

Patch Set 11 : Switched to a const version of Infobar::delegate(). #

Patch Set 12 : Rebase to ToT for commits. #

Patch Set 13 : Merge and compile fix with ToT #

Patch Set 14 : More compile fix for ToT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+813 lines, -793 lines) Patch
M apps/ui/views/app_window_frame_view.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M apps/ui/views/app_window_frame_view.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M apps/ui/views/native_app_window_views.h View 1 chunk +1 line, -1 line 0 comments Download
M apps/ui/views/native_app_window_views.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ash/accelerators/exit_warning_handler.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M ash/frame/caption_buttons/frame_caption_button.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/frame/caption_buttons/frame_caption_button.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ash/frame/caption_buttons/frame_caption_button_container_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/frame/caption_buttons/frame_caption_button_container_view.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M ash/frame/custom_frame_view_ash.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M ash/frame/custom_frame_view_ash.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ash/frame/custom_frame_view_ash_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ash/ime/candidate_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/ime/candidate_view.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ash/ime/candidate_window_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/ime/infolist_window.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ash/ime/mode_indicator_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/ime/mode_indicator_view.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ash/popup_message.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ash/shelf/overflow_bubble_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/shelf/overflow_bubble_view.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ash/shelf/shelf_tooltip_manager.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ash/shelf/shelf_view.h View 1 2 3 5 chunks +6 lines, -6 lines 0 comments Download
M ash/shelf/shelf_view.cc View 1 2 3 5 chunks +5 lines, -5 lines 0 comments Download
M ash/shell/lock_view.cc 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/panel_window.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ash/shell/widgets.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ash/shell/window_type_launcher.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/system/audio/volume_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/system/chromeos/network/tray_sms.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/chromeos/power/power_status_view.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/chromeos/power/power_status_view.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ash/system/drive/tray_drive.cc View 2 chunks +2 lines, -2 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_image_view.cc View 1 2 3 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/fixed_sized_scroll_view.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/hover_highlight_view.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/tray/hover_highlight_view.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/tray/special_popup_row.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/tray/special_popup_row.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/tray/system_tray.h View 1 2 3 1 chunk +4 lines, -3 lines 0 comments Download
M ash/system/tray/system_tray.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/throbber_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/throbber_view.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/tray_background_view.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/tray_background_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 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_bar_button_with_title.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/tray_details_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/tray_item_view.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M ash/system/tray/tray_item_view.cc View 1 2 3 3 chunks +3 lines, -3 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_header_button.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ash/system/user/rounded_image_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/user/rounded_image_view.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ash/system/user/user_card_view.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ash/system/user/user_view.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/user/user_view.cc View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M ash/system/web_notification/web_notification_tray.h View 1 2 3 1 chunk +4 lines, -3 lines 0 comments Download
M ash/system/web_notification/web_notification_tray.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M ash/wm/gestures/long_press_affordance_handler.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/panels/panel_frame_view.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/panels/panel_frame_view.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/system_modal_container_layout_manager_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/workspace/multi_window_resize_controller.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/attestation/platform_verification_dialog.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/attestation/platform_verification_dialog.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/enrollment_dialog_view.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/options/network_config_view.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/options/network_config_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/options/wifi_config_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/power/idle_action_warning_dialog_view.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/profiles/multiprofiles_session_aborted_dialog.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/ui/echo_dialog_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/ui/echo_dialog_view.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_infobar_delegate.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_view_host.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/ash/multi_user/multi_user_warning_dialog.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/extensions/extension_installed_bubble.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_views.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_views.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_tab.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/apps/chrome_native_app_window_views.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/apps/chrome_native_app_window_views.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/apps/glass_app_window_frame_view_win.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/apps/glass_app_window_frame_view_win.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/autofill/autofill_dialog_views.h View 1 2 8 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/ui/views/autofill/autofill_dialog_views.cc View 1 2 8 chunks +12 lines, -11 lines 0 comments Download
M chrome/browser/ui/views/autofill/decorated_textfield.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/autofill/decorated_textfield.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/autofill/generated_credit_card_bubble_views.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/autofill/generated_credit_card_bubble_views.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/autofill/info_bubble.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/autofill/info_bubble.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/autofill/new_credit_card_bubble_views.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/autofill/new_credit_card_bubble_views.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/autofill/tooltip_icon.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bar_view.h View 1 2 3 chunks +5 lines, -8 lines 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc View 1 2 3 8 chunks +41 lines, -66 lines 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bubble_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_editor_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/collected_cookies_views.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/collected_cookies_views.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/constrained_web_dialog_delegate_views.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/constrained_window_views_unittest.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/content_setting_bubble_contents.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/content_setting_bubble_contents.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/create_application_shortcut_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/create_application_shortcut_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/desktop_media_picker_views.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/download/download_item_view.h View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/download/download_item_view.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/download/download_shelf_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/download/download_shelf_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/extensions/bookmark_app_bubble_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/extensions/bookmark_app_bubble_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/extensions/extension_install_dialog_view.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_installed_bubble_view.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_popup.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/extensions/extension_popup.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/extensions/extension_uninstall_dialog_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_view_views.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/extensions/extension_view_views.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/find_bar_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/find_bar_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_frame.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_frame.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_view.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view_layout.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_view_layout.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_view_layout_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/contents_layout_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/contents_layout_manager.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/frame/glass_browser_frame_view.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/glass_browser_frame_view.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/opaque_browser_frame_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/opaque_browser_frame_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/fullscreen_exit_bubble_views.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/importer/import_lock_dialog_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/importer/import_lock_dialog_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/infobars/after_translate_infobar.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/infobars/after_translate_infobar.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/infobars/alternate_nav_infobar_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/infobars/alternate_nav_infobar_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/infobars/before_translate_infobar.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/infobars/before_translate_infobar.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/infobars/confirm_infobar.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/infobars/confirm_infobar.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/infobars/extension_infobar.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/infobars/extension_infobar.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/infobars/infobar_container_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/infobars/infobar_container_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/infobars/infobar_view.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/infobars/infobar_view.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/infobars/translate_message_infobar.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/infobars/translate_message_infobar.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/content_setting_image_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/content_setting_image_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/ev_bubble_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/ev_bubble_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/icon_label_bubble_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/keyword_hint_view.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/location_bar/keyword_hint_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/origin_chip_view.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/origin_chip_view.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/page_action_with_badge_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/page_action_with_badge_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/selected_keyword_view.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/location_bar/selected_keyword_view.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/menu_model_adapter_test.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/menu_test_base.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/menu_test_base.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/message_center/message_center_widget_delegate.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/message_center/message_center_widget_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_result_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_result_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_view_views.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_view_views.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/panels/panel_frame_view.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/panels/panel_frame_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/panels/panel_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/panels/panel_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/password_generation_bubble_view.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/password_generation_bubble_view.cc View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/profiles/avatar_menu_bubble_view.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/profiles/avatar_menu_bubble_view.cc View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/profiles/profile_chooser_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/profiles/user_manager_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/profiles/user_manager_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/screen_capture_notification_ui_views.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/tab_icon_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/tab_icon_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/tabs/tab_strip.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/tabs/tab_strip.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/task_manager_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/toolbar/browser_action_view.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/toolbar/browser_action_view.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/toolbar/browser_actions_container.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/toolbar/browser_actions_container.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_button.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_button.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_button_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_origin_chip_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_origin_chip_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/toolbar/wrench_menu.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/toolbar/wrench_menu.cc View 9 chunks +13 lines, -10 lines 0 comments Download
M chrome/browser/ui/views/translate/translate_bubble_view.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/translate/translate_bubble_view.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/validation_message_bubble_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/validation_message_bubble_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/website_settings/permission_selector_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/website_settings/website_settings_popup_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/website_settings/website_settings_popup_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/base/view_event_test_base.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/base/view_event_test_base.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M components/infobars/core/infobar.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -2 lines 0 comments Download
M components/infobars/core/infobar_container.h View 1 chunk +1 line, -1 line 0 comments Download
M components/infobars/core/infobar_container.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M content/shell/browser/shell_views.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/app_list_folder_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/app_list_folder_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/app_list_view.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/app_list_view.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/apps_container_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/apps_container_view.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/apps_grid_view.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/apps_grid_view.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/contents_switcher_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/contents_switcher_view.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/contents_view.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/contents_view.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/folder_header_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/folder_header_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/page_switcher.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/page_switcher.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/app_list/views/progress_bar_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/progress_bar_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/search_box_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/search_box_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/search_result_list_view.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/app_list/views/search_result_list_view.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/app_list/views/search_result_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/search_result_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/speech_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/speech_view.cc View 1 2 1 chunk +1 line, -1 line 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/top_icon_animation_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/top_icon_animation_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/message_center/views/bounded_label.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/message_center/views/bounded_label.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M ui/message_center/views/message_center_bubble.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ui/message_center/views/message_center_button_bar.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/message_center/views/message_center_view.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/message_center/views/message_center_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 10 chunks +19 lines, -17 lines 0 comments Download
M ui/message_center/views/message_center_view_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M ui/message_center/views/notification_button.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/message_center/views/notification_button.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/message_center/views/notification_view.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M ui/message_center/views/notification_view.cc View 1 2 6 chunks +6 lines, -6 lines 0 comments Download
M ui/message_center/views/notifier_settings_view.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/message_center/views/notifier_settings_view.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M ui/message_center/views/padded_button.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/message_center/views/padded_button.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/message_center/views/proportional_image_view.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/message_center/views/proportional_image_view.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/message_center/views/toast_contents_view.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/message_center/views/toast_contents_view.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/bubble/bubble_delegate.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/bubble/bubble_delegate.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M ui/views/bubble/bubble_delegate_unittest.cc View 1 chunk +3 lines, -1 line 0 comments Download
M ui/views/bubble/bubble_frame_view.h View 2 chunks +3 lines, -3 lines 0 comments Download
M ui/views/bubble/bubble_frame_view.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M ui/views/bubble/tray_bubble_view.h View 1 2 3 2 chunks +7 lines, -6 lines 0 comments Download
M ui/views/bubble/tray_bubble_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +4 lines, -4 lines 0 comments Download
M ui/views/color_chooser/color_chooser_view.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M ui/views/controls/button/image_button.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/button/image_button.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/button/label_button.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/controls/button/label_button.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/button/menu_button.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/button/menu_button.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/button/text_button.h View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +6 lines, -6 lines 0 comments Download
M ui/views/controls/button/text_button.cc View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +6 lines, -5 lines 0 comments Download
M ui/views/controls/combobox/combobox.h View 3 chunks +4 lines, -3 lines 0 comments Download
M ui/views/controls/combobox/combobox.cc View 2 chunks +2 lines, -5 lines 0 comments Download
M ui/views/controls/image_view.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/controls/image_view.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/controls/label.h View 2 chunks +5 lines, -5 lines 0 comments Download
M ui/views/controls/label.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ui/views/controls/menu/menu_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/menu/menu_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/menu/menu_item_view.h View 6 chunks +12 lines, -12 lines 0 comments Download
M ui/views/controls/menu/menu_item_view.cc View 6 chunks +14 lines, -16 lines 0 comments Download
M ui/views/controls/menu/menu_model_adapter.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/menu/menu_model_adapter.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/menu/menu_scroll_view_container.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/menu/menu_scroll_view_container.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/controls/menu/menu_separator.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/controls/menu/menu_separator_views.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/controls/menu/menu_separator_win.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/menu/submenu_view.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/controls/menu/submenu_view.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M ui/views/controls/native/native_view_host.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/native/native_view_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/progress_bar.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/progress_bar.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/scroll_view.h View 2 chunks +3 lines, -3 lines 0 comments Download
M ui/views/controls/scroll_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/controls/scroll_view_unittest.cc View 1 chunk +3 lines, -1 line 0 comments Download
M ui/views/controls/scrollbar/base_scroll_bar.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/scrollbar/base_scroll_bar_thumb.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/scrollbar/kennedy_scroll_bar.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/scrollbar/kennedy_scroll_bar.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ui/views/controls/scrollbar/native_scroll_bar.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/scrollbar/native_scroll_bar.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/scrollbar/native_scroll_bar_views.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/scrollbar/native_scroll_bar_views.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M ui/views/controls/scrollbar/overlay_scroll_bar.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/scrollbar/overlay_scroll_bar.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ui/views/controls/separator.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/separator.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/single_split_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/single_split_view.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/controls/single_split_view_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/controls/slider.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/slider.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/styled_label.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/controls/styled_label.cc View 1 2 3 1 chunk +9 lines, -3 lines 0 comments Download
M ui/views/controls/tabbed_pane/tabbed_pane.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/tabbed_pane/tabbed_pane.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M ui/views/controls/tabbed_pane/tabbed_pane_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/table/table_header.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/table/table_header.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/table/table_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/table/table_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/textfield/textfield.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/textfield/textfield.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/throbber.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/throbber.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/tree/tree_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/tree/tree_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/webview/web_dialog_view.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/controls/webview/web_dialog_view.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/controls/webview/webview.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/webview/webview.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/examples/double_split_view_example.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/examples/label_example.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M ui/views/examples/multiline_example.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/examples/scroll_view_example.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/examples/single_split_view_example.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M ui/views/examples/throbber_example.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/layout/box_layout.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +6 lines, -4 lines 0 comments Download
M ui/views/layout/box_layout.cc View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +8 lines, -8 lines 0 comments Download
M ui/views/layout/fill_layout.h View 1 chunk +3 lines, -2 lines 0 comments Download
M ui/views/layout/fill_layout.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/layout/grid_layout.h View 5 chunks +14 lines, -10 lines 0 comments Download
M ui/views/layout/grid_layout.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M ui/views/layout/grid_layout_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ui/views/layout/layout_manager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/layout/layout_manager.cc View 1 chunk +2 lines, -1 line 0 comments Download
M ui/views/test/child_modal_window.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/test/test_views.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/test/test_views.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/touchui/touch_selection_controller_impl.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M ui/views/view.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M ui/views/view.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M ui/views/widget/widget.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M ui/views/widget/widget.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M ui/views/widget/widget_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M ui/views/window/client_view.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/window/client_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/window/custom_frame_view.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/window/custom_frame_view.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/window/dialog_client_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/window/dialog_client_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/window/dialog_delegate_unittest.cc View 1 chunk +3 lines, -1 line 0 comments Download
M ui/views/window/native_frame_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/window/native_frame_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/window/non_client_view.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/window/non_client_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 36 (0 generated)
Elliot Glaysher
This is a deceptively simple review; most of it is mechanical and you really only ...
6 years, 7 months ago (2014-05-13 01:11:11 UTC) #1
Elliot Glaysher
+msw, since he mentioned that he wanted to see this patch.
6 years, 7 months ago (2014-05-13 01:12:23 UTC) #2
sky
I think you missed a bunch of places here. For example, you have modified some ...
6 years, 7 months ago (2014-05-13 16:06:06 UTC) #3
sky
Two more. https://codereview.chromium.org/273223002/diff/40001/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc File chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc (right): https://codereview.chromium.org/273223002/diff/40001/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc#newcode667 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc:667: gfx::Size BookmarkBarView::GetPreferredSize() const { The width of ...
6 years, 7 months ago (2014-05-13 16:13:55 UTC) #4
Elliot Glaysher
Recompiled locally with both chromeos=1 and not, catching a whole bunch of compile problems. In ...
6 years, 7 months ago (2014-05-14 00:48:56 UTC) #5
sky
LGTM
6 years, 7 months ago (2014-05-14 16:53:33 UTC) #6
Elliot Glaysher
The CQ bit was checked by erg@chromium.org
6 years, 7 months ago (2014-05-14 20:38:27 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/erg@chromium.org/273223002/160001
6 years, 7 months ago (2014-05-14 20:39:53 UTC) #8
Elliot Glaysher
The CQ bit was unchecked by erg@chromium.org
6 years, 7 months ago (2014-05-14 21:57:50 UTC) #9
Elliot Glaysher
The CQ bit was checked by erg@chromium.org
6 years, 7 months ago (2014-05-14 22:00:11 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/erg@chromium.org/273223002/180001
6 years, 7 months ago (2014-05-14 22:01:45 UTC) #11
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-15 02:11:42 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-15 02:19:02 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/67788)
6 years, 7 months ago (2014-05-15 02:19:03 UTC) #14
Elliot Glaysher
pkasting: please review components/infobars/. This patch is going through, trying to make methods on View ...
6 years, 7 months ago (2014-05-15 17:56:09 UTC) #15
Peter Kasting
https://codereview.chromium.org/273223002/diff/180001/chrome/browser/ui/views/infobars/extension_infobar.cc File chrome/browser/ui/views/infobars/extension_infobar.cc (right): https://codereview.chromium.org/273223002/diff/180001/chrome/browser/ui/views/infobars/extension_infobar.cc#newcode174 chrome/browser/ui/views/infobars/extension_infobar.cc:174: GetDelegate()->extension_view_host()->view()->GetMinimumSize().width(); If you simply inline "delegate()->AsExtensionInfoBarDelegate()" in place of ...
6 years, 7 months ago (2014-05-15 18:30:24 UTC) #16
jam
content lgtm
6 years, 7 months ago (2014-05-15 19:49:46 UTC) #17
Elliot Glaysher
https://codereview.chromium.org/273223002/diff/180001/chrome/browser/ui/views/infobars/extension_infobar.cc File chrome/browser/ui/views/infobars/extension_infobar.cc (right): https://codereview.chromium.org/273223002/diff/180001/chrome/browser/ui/views/infobars/extension_infobar.cc#newcode174 chrome/browser/ui/views/infobars/extension_infobar.cc:174: GetDelegate()->extension_view_host()->view()->GetMinimumSize().width(); On 2014/05/15 18:30:26, Peter Kasting wrote: > If ...
6 years, 7 months ago (2014-05-15 19:56:34 UTC) #18
Peter Kasting
LGTM
6 years, 7 months ago (2014-05-15 20:27:41 UTC) #19
Elliot Glaysher
The CQ bit was checked by erg@chromium.org
6 years, 7 months ago (2014-05-15 22:17:46 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/erg@chromium.org/273223002/220001
6 years, 7 months ago (2014-05-15 22:19:21 UTC) #21
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-16 01:34:31 UTC) #22
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-16 01:47:26 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg_triggered_tests on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg_triggered_tests/builds/154347)
6 years, 7 months ago (2014-05-16 01:47:26 UTC) #24
scheib
apps/* lgtm
6 years, 7 months ago (2014-05-16 16:32:29 UTC) #25
Elliot Glaysher
The CQ bit was checked by erg@chromium.org
6 years, 7 months ago (2014-05-16 17:38:20 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/erg@chromium.org/273223002/220001
6 years, 7 months ago (2014-05-16 17:38:52 UTC) #27
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-16 17:54:04 UTC) #28
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-16 18:08:02 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_clang_dbg/builds/143297) android_dbg_triggered_tests on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg_triggered_tests/builds/154347)
6 years, 7 months ago (2014-05-16 18:08:03 UTC) #30
Elliot Glaysher
The CQ bit was checked by erg@chromium.org
6 years, 7 months ago (2014-05-19 20:47:11 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/erg@chromium.org/273223002/260001
6 years, 7 months ago (2014-05-19 20:48:14 UTC) #32
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-20 00:47:43 UTC) #33
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-20 01:15:05 UTC) #34
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg/builds/185801)
6 years, 7 months ago (2014-05-20 01:15:06 UTC) #35
Elliot Glaysher
6 years, 7 months ago (2014-05-20 17:24:59 UTC) #36
Message was sent while issue was closed.
Committed patchset #14 manually as r271682 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698