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

Issue 119273002: Clean-up: Retires obsolete methods in views::Label and views::TextButtonBase. (Closed)

Created:
7 years ago by Yuki
Modified:
6 years, 11 months ago
Reviewers:
sadrul
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, extensions-reviews_chromium.org, msw+watch_chromium.org, dyu1, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, tfarina, yoshiki+watch_chromium.org, yuzo+watch_chromium.org, benquan, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, chromium-apps-reviews_chromium.org, estade+watch_chromium.org, markusheintz_, alicet1, Ilya Sherman, rouslan+autofillwatch_chromium.org, Dane Wallinga
Visibility:
Public.

Description

As part of effort to support multiple fonts, this CL changes methods which are now taking gfx::Font so they will take gfx::FontList instead. See https://docs.google.com/a/chromium.org/document/d/1D_25fp9B8b9aZJORfAjDIFq61NWvUquZ5xmKH-VcC4k/view BUG=265485 TEST=Run unit_tests, ui_unittests, views_unittests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245118

Patch Set 1 : #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : Synced. #

Patch Set 5 : Synced. #

Patch Set 6 : Synced. #

Patch Set 7 : Synced. #

Patch Set 8 : Synced. #

Patch Set 9 : Synced. #

Patch Set 10 : Synced. #

Patch Set 11 : Merged. #

Total comments: 5

Patch Set 12 : Synced. #

Patch Set 13 : Synced. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -46 lines) Patch
M ui/views/controls/button/label_button.h View 1 2 3 4 5 1 chunk +0 lines, -3 lines 0 comments Download
M ui/views/controls/button/label_button.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -8 lines 0 comments Download
M ui/views/controls/button/text_button.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +1 line, -4 lines 0 comments Download
M ui/views/controls/button/text_button.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -8 lines 0 comments Download
M ui/views/controls/label.h View 1 chunk +0 lines, -4 lines 0 comments Download
M ui/views/controls/label.cc View 1 2 3 3 chunks +2 lines, -19 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Yuki
Now I believe all the client code of Label and TextButton are rewritten to use ...
6 years, 11 months ago (2014-01-06 07:59:40 UTC) #1
sadrul
https://codereview.chromium.org/119273002/diff/830001/ui/views/controls/label.cc File ui/views/controls/label.cc (right): https://codereview.chromium.org/119273002/diff/830001/ui/views/controls/label.cc#newcode41 ui/views/controls/label.cc:41: Init(base::string16(), gfx::FontList()); Is this gfx::FontList() equivalent to the default ...
6 years, 11 months ago (2014-01-06 18:41:04 UTC) #2
Yuki
https://codereview.chromium.org/119273002/diff/830001/ui/views/controls/label.cc File ui/views/controls/label.cc (right): https://codereview.chromium.org/119273002/diff/830001/ui/views/controls/label.cc#newcode41 ui/views/controls/label.cc:41: Init(base::string16(), gfx::FontList()); On 2014/01/06 18:41:04, sadrul wrote: > Is ...
6 years, 11 months ago (2014-01-07 02:28:35 UTC) #3
sadrul
https://codereview.chromium.org/119273002/diff/830001/ui/views/controls/label.cc File ui/views/controls/label.cc (right): https://codereview.chromium.org/119273002/diff/830001/ui/views/controls/label.cc#newcode41 ui/views/controls/label.cc:41: Init(base::string16(), gfx::FontList()); On 2014/01/07 02:28:36, Yuki wrote: > On ...
6 years, 11 months ago (2014-01-07 02:35:32 UTC) #4
Yuki
https://codereview.chromium.org/119273002/diff/830001/ui/views/controls/label.cc File ui/views/controls/label.cc (right): https://codereview.chromium.org/119273002/diff/830001/ui/views/controls/label.cc#newcode41 ui/views/controls/label.cc:41: Init(base::string16(), gfx::FontList()); On 2014/01/07 02:35:32, sadrul wrote: > On ...
6 years, 11 months ago (2014-01-07 02:41:32 UTC) #5
Yuki
https://codereview.chromium.org/119273002/diff/830001/ui/views/controls/label.cc File ui/views/controls/label.cc (right): https://codereview.chromium.org/119273002/diff/830001/ui/views/controls/label.cc#newcode41 ui/views/controls/label.cc:41: Init(base::string16(), gfx::FontList()); On 2014/01/07 02:41:32, Yuki wrote: > On ...
6 years, 11 months ago (2014-01-07 13:00:53 UTC) #6
sadrul
On 2014/01/07 13:00:53, Yuki wrote: > https://codereview.chromium.org/119273002/diff/830001/ui/views/controls/label.cc > File ui/views/controls/label.cc (right): > > https://codereview.chromium.org/119273002/diff/830001/ui/views/controls/label.cc#newcode41 > ...
6 years, 11 months ago (2014-01-07 17:02:01 UTC) #7
sadrul
On 2014/01/07 17:02:01, sadrul wrote: > On 2014/01/07 13:00:53, Yuki wrote: > > > https://codereview.chromium.org/119273002/diff/830001/ui/views/controls/label.cc ...
6 years, 11 months ago (2014-01-08 06:39:32 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yukishiino@chromium.org/119273002/830001
6 years, 11 months ago (2014-01-14 04:51:19 UTC) #9
commit-bot: I haz the power
Retried try job too often on linux_aura for step(s) app_list_unittests, aura_unittests, browser_tests, compositor_unittests, content_browsertests, content_unittests, ...
6 years, 11 months ago (2014-01-14 08:35:03 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yukishiino@chromium.org/119273002/1370001
6 years, 11 months ago (2014-01-16 03:21:15 UTC) #11
commit-bot: I haz the power
6 years, 11 months ago (2014-01-16 04:50:20 UTC) #12
Message was sent while issue was closed.
Change committed as 245118

Powered by Google App Engine
This is Rietveld 408576698