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

Issue 2439693002: MacViews: Use bullets for displaying obscured text. (Closed)

Created:
4 years, 2 months ago by karandeepb
Modified:
4 years, 1 month ago
Reviewers:
tapted, sky
CC:
chromium-reviews, tfarina, chrome-apps-syd-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MacViews: Use bullets for displaying obscured text. BUG=657562 TEST=Enable chrome://flags/#mac-views-webui-dialogs. Go to an http auth dialog. Verify bullets are used for displaying obscured text on Mac. Committed: https://crrev.com/d7ca7598545ba71a7d7297675b889d7d96b54a0d Cr-Commit-Position: refs/heads/master@{#427540}

Patch Set 1 #

Patch Set 2 : Fix tests. #

Total comments: 4

Patch Set 3 : Make kPasswordReplacementChar static member of RenderText. #

Total comments: 4

Patch Set 4 : Address nits. #

Patch Set 5 : Make kPasswordReplacementChar constexpr. #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -34 lines) Patch
M ui/gfx/render_text.h View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
M ui/gfx/render_text.cc View 1 2 3 4 3 chunks +5 lines, -6 lines 3 comments Download
M ui/gfx/render_text_unittest.cc View 1 2 3 8 chunks +55 lines, -25 lines 0 comments Download
M ui/views/controls/label_unittest.cc View 1 2 3 chunks +8 lines, -3 lines 0 comments Download

Messages

Total messages: 34 (22 generated)
karandeepb
PTAL sky@.
4 years, 2 months ago (2016-10-21 05:52:13 UTC) #7
sky
https://codereview.chromium.org/2439693002/diff/20001/ui/gfx/render_text_unittest.cc File ui/gfx/render_text_unittest.cc (right): https://codereview.chromium.org/2439693002/diff/20001/ui/gfx/render_text_unittest.cc#newcode127 ui/gfx/render_text_unittest.cc:127: #if defined(OS_MACOSX) Move kPasswordReplacementChar to header so you aren't ...
4 years, 2 months ago (2016-10-21 15:06:41 UTC) #8
karandeepb
PTAL sky@. https://codereview.chromium.org/2439693002/diff/20001/ui/gfx/render_text_unittest.cc File ui/gfx/render_text_unittest.cc (right): https://codereview.chromium.org/2439693002/diff/20001/ui/gfx/render_text_unittest.cc#newcode127 ui/gfx/render_text_unittest.cc:127: #if defined(OS_MACOSX) On 2016/10/21 15:06:41, sky wrote: ...
4 years, 1 month ago (2016-10-24 12:09:54 UTC) #15
sky
LGTM https://codereview.chromium.org/2439693002/diff/80001/ui/gfx/render_text.h File ui/gfx/render_text.h (right): https://codereview.chromium.org/2439693002/diff/80001/ui/gfx/render_text.h#newcode215 ui/gfx/render_text.h:215: static const base::char16 kPasswordReplacementChar; Style const says constants ...
4 years, 1 month ago (2016-10-24 16:13:25 UTC) #16
karandeepb
https://codereview.chromium.org/2439693002/diff/80001/ui/gfx/render_text.h File ui/gfx/render_text.h (right): https://codereview.chromium.org/2439693002/diff/80001/ui/gfx/render_text.h#newcode215 ui/gfx/render_text.h:215: static const base::char16 kPasswordReplacementChar; On 2016/10/24 16:13:25, sky wrote: ...
4 years, 1 month ago (2016-10-25 03:31:03 UTC) #20
karandeepb
PTAL sky@ in case you have any more comments related to the constexpr changes.
4 years, 1 month ago (2016-10-25 03:55:18 UTC) #21
sky
SLGTM - but I'm surprised you still need the definition. https://codereview.chromium.org/2439693002/diff/140001/ui/gfx/render_text.cc File ui/gfx/render_text.cc (right): https://codereview.chromium.org/2439693002/diff/140001/ui/gfx/render_text.cc#newcode425 ...
4 years, 1 month ago (2016-10-25 16:40:16 UTC) #24
tapted
https://codereview.chromium.org/2439693002/diff/140001/ui/gfx/render_text.cc File ui/gfx/render_text.cc (right): https://codereview.chromium.org/2439693002/diff/140001/ui/gfx/render_text.cc#newcode425 ui/gfx/render_text.cc:425: constexpr base::char16 RenderText::kPasswordReplacementChar; On 2016/10/25 16:40:16, sky wrote: > ...
4 years, 1 month ago (2016-10-25 23:09:39 UTC) #26
karandeepb
https://codereview.chromium.org/2439693002/diff/140001/ui/gfx/render_text.cc File ui/gfx/render_text.cc (right): https://codereview.chromium.org/2439693002/diff/140001/ui/gfx/render_text.cc#newcode425 ui/gfx/render_text.cc:425: constexpr base::char16 RenderText::kPasswordReplacementChar; On 2016/10/25 23:09:39, tapted wrote: > ...
4 years, 1 month ago (2016-10-26 00:02:45 UTC) #27
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/2439693002/140001
4 years, 1 month ago (2016-10-26 00:03:34 UTC) #30
commit-bot: I haz the power
Committed patchset #5 (id:140001)
4 years, 1 month ago (2016-10-26 00:10:01 UTC) #32
commit-bot: I haz the power
4 years, 1 month ago (2016-10-26 00:12:29 UTC) #34
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/d7ca7598545ba71a7d7297675b889d7d96b54a0d
Cr-Commit-Position: refs/heads/master@{#427540}

Powered by Google App Engine
This is Rietveld 408576698