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

Issue 650011: windows: Show an icon to the right indicating if the host is valid or not.... (Closed)

Created:
10 years, 10 months ago by tfarina (gmail-do not use)
Modified:
9 years, 7 months ago
Reviewers:
Peter Kasting, sky
CC:
chromium-reviews, ben+cc_chromium.org
Visibility:
Public.

Description

windows: Show an icon to the right indicating if the host is valid or not. BUG=34181 TEST=open the exceptions editor, type some text in the host textfield, see the indication. Committed: src.chromium.org/viewvc/chrome?view=rev&revision=39931

Patch Set 1 #

Total comments: 8

Patch Set 2 : '' #

Total comments: 4

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -15 lines) Patch
M chrome/browser/views/options/exception_editor_view.h View 1 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/views/options/exception_editor_view.cc View 1 2 7 chunks +35 lines, -15 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
tfarina (gmail-do not use)
Hi Scott, Peter, could you review this to me? Screenshots below: http://imgur.com/R8R5A http://imgur.com/3o9FZ
10 years, 10 months ago (2010-02-19 03:58:35 UTC) #1
sky
http://codereview.chromium.org/650011/diff/1/2 File chrome/browser/views/options/exception_editor_view.cc (right): http://codereview.chromium.org/650011/diff/1/2#newcode138 chrome/browser/views/options/exception_editor_view.cc:138: UpdateImageView(host_iv_, ValidHost(UTF16ToUTF8(host_tf_->text()))); This needs to have the same logic ...
10 years, 10 months ago (2010-02-19 17:05:57 UTC) #2
Peter Kasting
http://codereview.chromium.org/650011/diff/1/2 File chrome/browser/views/options/exception_editor_view.cc (right): http://codereview.chromium.org/650011/diff/1/2#newcode195 chrome/browser/views/options/exception_editor_view.cc:195: if (is_valid) { Nit: Rewrite as: image_view->SetImage(ResourceBundle::GetSharedInstance().GetBitmapNamed( is_valid ? ...
10 years, 10 months ago (2010-02-19 20:51:06 UTC) #3
tfarina (gmail-do not use)
New snapshot uploaded. Comments addressed. http://codereview.chromium.org/650011/diff/1/2 File chrome/browser/views/options/exception_editor_view.cc (right): http://codereview.chromium.org/650011/diff/1/2#newcode138 chrome/browser/views/options/exception_editor_view.cc:138: UpdateImageView(host_iv_, ValidHost(UTF16ToUTF8(host_tf_->text()))); On 2010/02/19 ...
10 years, 10 months ago (2010-02-19 23:10:29 UTC) #4
Peter Kasting
LGTM http://codereview.chromium.org/650011/diff/12/13 File chrome/browser/views/options/exception_editor_view.cc (right): http://codereview.chromium.org/650011/diff/12/13#newcode22 chrome/browser/views/options/exception_editor_view.cc:22: namespace { Nit: If you're going to add ...
10 years, 10 months ago (2010-02-19 23:20:06 UTC) #5
tfarina (gmail-do not use)
http://codereview.chromium.org/650011/diff/12/13 File chrome/browser/views/options/exception_editor_view.cc (right): http://codereview.chromium.org/650011/diff/12/13#newcode22 chrome/browser/views/options/exception_editor_view.cc:22: namespace { On 2010/02/19 23:20:06, Peter Kasting wrote: > ...
10 years, 10 months ago (2010-02-19 23:52:26 UTC) #6
tfarina (gmail-do not use)
On 2010/02/19 23:20:06, Peter Kasting wrote: > LGTM > Peter, could you land this to ...
10 years, 10 months ago (2010-02-24 00:43:19 UTC) #7
Peter Kasting
10 years, 10 months ago (2010-02-24 22:01:35 UTC) #8
Landed in r39931.

Powered by Google App Engine
This is Rietveld 408576698