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

Issue 13584010: views: Migrate the cases of "new .*NativeTextButton(" to LabelButton. (Closed)

Created:
7 years, 8 months ago by tfarina
Modified:
7 years, 8 months ago
CC:
chromium-reviews, asanka, akalin, hashimoto+watch_chromium.org, Aaron Boodman, aboxhall+watch_chromium.org, tfarina, yoshiki+watch_chromium.org, Randy Smith (Not in Mondays), yuzo+watch_chromium.org, davidbarr+watch_chromium.org, benjhayden+dwatch_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, Raghu Simha, chromium-apps-reviews_chromium.org, haitaol1, ctguil+watch_chromium.org, tim (not reviewing), zork+watch_chromium.org, Mike Wittman
Visibility:
Public.

Description

views: Migrate the cases of "new .*NativeTextButton(" to LabelButton. BUG=155363 R=msw@chromium.org TBR=ben@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=192722

Patch Set 1 #

Patch Set 2 : fixes #

Patch Set 3 : fix linux_aura - one_click_signin_bubble_view.cc #

Patch Set 4 : one more fix in one_click_signin_bubble_view.cc #

Total comments: 11

Patch Set 5 : Back out changes to accessibility_event_router_views_unittest.cc and focus_traversal_unittest.cc #

Patch Set 6 : review #

Patch Set 7 : fix #

Total comments: 8

Patch Set 8 : fixes #

Patch Set 9 : fix win? #

Patch Set 10 : fix #

Patch Set 11 : fix2? #

Patch Set 12 : back out the changes to one_click_signin_bubble_view.* #

Unified diffs Side-by-side diffs Delta from patch set Stats (+128 lines, -144 lines) Patch
M chrome/browser/first_run/try_chrome_dialog_view.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/accessibility/accessibility_event_router_views_unittest.cc View 1 2 3 4 5 6 7 8 4 chunks +6 lines, -11 lines 0 comments Download
M chrome/browser/ui/views/chrome_to_mobile_bubble_view.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc View 1 2 3 4 5 6 7 4 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/content_setting_bubble_contents.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/content_setting_bubble_contents.cc View 1 2 3 4 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/critical_notification_bubble_view.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/critical_notification_bubble_view.cc View 1 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/download/download_item_view.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/download/download_item_view.cc View 1 2 3 4 5 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/extensions/disabled_extensions_view.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/extensions/disabled_extensions_view.cc View 1 2 3 4 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/fullscreen_exit_bubble_views.cc View 1 2 3 4 5 6 7 4 chunks +16 lines, -10 lines 0 comments Download
M chrome/browser/ui/views/global_error_bubble_view.cc View 1 2 3 4 2 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/location_bar/zoom_bubble_view.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/zoom_bubble_view.cc View 1 2 3 4 5 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/network_profile_bubble_view.cc View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/views/open_pdf_in_reader_bubble_view.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/open_pdf_in_reader_bubble_view.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/outdated_upgrade_bubble_view.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/outdated_upgrade_bubble_view.cc View 1 2 3 4 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/password_generation_bubble_view.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/password_generation_bubble_view.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/speech_recognition_bubble_views.cc View 4 chunks +10 lines, -10 lines 0 comments Download
M ui/views/focus/focus_manager_unittest_win.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M ui/views/focus/focus_traversal_unittest.cc View 1 2 3 4 5 6 7 8 7 chunks +12 lines, -18 lines 0 comments Download
M ui/views/test/child_modal_window.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/test/child_modal_window.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/view_unittest.cc View 1 chunk +0 lines, -28 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
tfarina
7 years, 8 months ago (2013-04-03 23:11:00 UTC) #1
tfarina
Should be ready now Mike. Please, take a look.
7 years, 8 months ago (2013-04-04 00:33:13 UTC) #2
msw
+oshima for ui/views/view_unittest.cc Thanks for tackling this so quickly, Thiago! https://codereview.chromium.org/13584010/diff/4033/chrome/browser/ui/views/download/download_item_view.cc File chrome/browser/ui/views/download/download_item_view.cc (right): https://codereview.chromium.org/13584010/diff/4033/chrome/browser/ui/views/download/download_item_view.cc#newcode1050 ...
7 years, 8 months ago (2013-04-04 02:31:02 UTC) #3
tfarina
Note that views_unittests and unit_tests are both not very happy with these changes, looks like ...
7 years, 8 months ago (2013-04-04 02:34:20 UTC) #4
msw
On 2013/04/04 02:34:20, tfarina wrote: > Note that views_unittests and unit_tests are both not very ...
7 years, 8 months ago (2013-04-04 02:44:22 UTC) #5
tfarina
Mike, I backed out the changes and filed crbug.com/226814
7 years, 8 months ago (2013-04-04 22:28:44 UTC) #6
msw
On 2013/04/04 22:28:44, tfarina wrote: > Mike, I backed out the changes and filed crbug.com/226814 ...
7 years, 8 months ago (2013-04-04 22:31:55 UTC) #7
tfarina
Sorry, somehow I missed them. https://codereview.chromium.org/13584010/diff/4033/chrome/browser/ui/views/download/download_item_view.cc File chrome/browser/ui/views/download/download_item_view.cc (right): https://codereview.chromium.org/13584010/diff/4033/chrome/browser/ui/views/download/download_item_view.cc#newcode1050 chrome/browser/ui/views/download/download_item_view.cc:1050: save_button_->set_min_size(gfx::Size()); On 2013/04/04 02:31:03, ...
7 years, 8 months ago (2013-04-04 22:36:52 UTC) #8
msw
https://codereview.chromium.org/13584010/diff/4033/chrome/browser/ui/views/fullscreen_exit_bubble_views.cc File chrome/browser/ui/views/fullscreen_exit_bubble_views.cc (right): https://codereview.chromium.org/13584010/diff/4033/chrome/browser/ui/views/fullscreen_exit_bubble_views.cc#newcode221 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc:221: button_view_->deny_button()->set_max_size(gfx::Size()); On 2013/04/04 22:36:52, tfarina wrote: > On 2013/04/04 ...
7 years, 8 months ago (2013-04-04 22:41:16 UTC) #9
tfarina
https://codereview.chromium.org/13584010/diff/4033/chrome/browser/ui/views/fullscreen_exit_bubble_views.cc File chrome/browser/ui/views/fullscreen_exit_bubble_views.cc (right): https://codereview.chromium.org/13584010/diff/4033/chrome/browser/ui/views/fullscreen_exit_bubble_views.cc#newcode221 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc:221: button_view_->deny_button()->set_max_size(gfx::Size()); On 2013/04/04 22:41:16, msw wrote: > On 2013/04/04 ...
7 years, 8 months ago (2013-04-05 00:10:38 UTC) #10
msw
https://codereview.chromium.org/13584010/diff/26001/chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc File chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc (right): https://codereview.chromium.org/13584010/diff/26001/chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc#newcode285 chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc:285: this, l10n_util::GetStringUTF16(IDS_CANCEL)); optional nit: fits on the line above. ...
7 years, 8 months ago (2013-04-05 00:45:08 UTC) #11
tfarina
https://codereview.chromium.org/13584010/diff/26001/chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc File chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc (right): https://codereview.chromium.org/13584010/diff/26001/chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc#newcode285 chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc:285: this, l10n_util::GetStringUTF16(IDS_CANCEL)); On 2013/04/05 00:45:09, msw wrote: > optional ...
7 years, 8 months ago (2013-04-05 13:09:32 UTC) #12
msw
LGTM; thanks!
7 years, 8 months ago (2013-04-05 15:02:05 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/13584010/37001
7 years, 8 months ago (2013-04-05 22:39:04 UTC) #14
commit-bot: I haz the power
Presubmit check for 13584010-37001 failed and returned exit status 1. INFO:root:Found 32 file(s). Running presubmit ...
7 years, 8 months ago (2013-04-05 22:39:13 UTC) #15
tfarina
TBRing Ben for this.
7 years, 8 months ago (2013-04-05 22:40:31 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/13584010/37001
7 years, 8 months ago (2013-04-05 22:42:05 UTC) #17
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 8 months ago (2013-04-05 23:07:25 UTC) #18
Ben Goodger (Google)
lgtm
7 years, 8 months ago (2013-04-05 23:18:57 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/13584010/39003
7 years, 8 months ago (2013-04-06 00:18:39 UTC) #20
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 8 months ago (2013-04-06 00:45:09 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/13584010/47001
7 years, 8 months ago (2013-04-06 01:57:23 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/13584010/57001
7 years, 8 months ago (2013-04-06 02:12:18 UTC) #23
commit-bot: I haz the power
7 years, 8 months ago (2013-04-06 07:00:02 UTC) #24
Message was sent while issue was closed.
Change committed as 192722

Powered by Google App Engine
This is Rietveld 408576698