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

Issue 270032: Password style support for gtk's textfield impl.... (Closed)

Created:
11 years, 2 months ago by oshima
Modified:
9 years, 6 months ago
Reviewers:
brettw
CC:
chromium-reviews_googlegroups.com, ben+cc_chromium.org, sosa
Visibility:
Public.

Description

* Password style support for gtk's textfield impl. * Added x11 dependency to view_examples. Looks like dependency has changed a bit. BUG=none TEST=build & run view_examples target. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=28501

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 6

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -0 lines) Patch
M views/controls/textfield/native_textfield_gtk.cc View 1 2 3 4 5 2 chunks +7 lines, -0 lines 0 comments Download
M views/examples/examples_main_base.cc View 2 chunks +2 lines, -0 lines 0 comments Download
A views/examples/textfield_example.h View 1 2 3 4 5 1 chunk +76 lines, -0 lines 0 comments Download
M views/views.gyp View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
oshima
11 years, 2 months ago (2009-10-08 21:57:15 UTC) #1
brettw
http://codereview.chromium.org/270032/diff/6006/6008 File views/controls/textfield/native_textfield_gtk.cc (right): http://codereview.chromium.org/270032/diff/6006/6008#newcode16 Line 16: const gunichar kPasswordChar = g_utf8_get_char("*"); We don't want ...
11 years, 2 months ago (2009-10-08 22:37:00 UTC) #2
oshima
http://codereview.chromium.org/270032/diff/6006/6008 File views/controls/textfield/native_textfield_gtk.cc (right): http://codereview.chromium.org/270032/diff/6006/6008#newcode16 Line 16: const gunichar kPasswordChar = g_utf8_get_char("*"); On 2009/10/08 22:37:01, ...
11 years, 2 months ago (2009-10-08 23:18:32 UTC) #3
brettw
11 years, 2 months ago (2009-10-08 23:49:00 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698