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

Issue 2620003: Cleanup of about box (Closed)

Created:
10 years, 6 months ago by Sean Parent
Modified:
9 years, 7 months ago
Reviewers:
DaveMoore
CC:
chromium-reviews, ben+cc_chromium.org
Base URL:
http://src.chromium.org/git/chromium.git
Visibility:
Public.

Description

Cleanup of about box Removed redundent version from update string. Added a line break to the ChromeOS version on test builds to improve appearence (select and drag to see complete version). Added margins to multiline edit fields without borders to make them match single line edit fields in positioning. Fixed an issue with setting the initial focus for GTK based windows. This fixes the problem of the cursor showing up in the version field. BUG=chromium-os:3571 1589 2967 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=49322

Patch Set 1 #

Total comments: 5

Patch Set 2 : Fix brace indent. #

Patch Set 3 : Split conditional #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -2 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/views/about_chrome_view.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/views/about_chrome_view.cc View 1 2 4 chunks +23 lines, -1 line 0 comments Download
M views/controls/textfield/native_textfield_gtk.cc View 1 1 chunk +6 lines, -1 line 0 comments Download
M views/window/window_gtk.h View 1 chunk +1 line, -0 lines 0 comments Download
M views/window/window_gtk.cc View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Sean Parent
10 years, 6 months ago (2010-06-04 19:58:19 UTC) #1
DaveMoore
Isn't this going to still have the update say "Chrome is up to date" and ...
10 years, 6 months ago (2010-06-04 21:49:57 UTC) #2
Sean Parent
Regarding Chrome vs. Chrome OS - Cole has gone back and forth on this, and ...
10 years, 6 months ago (2010-06-04 22:05:13 UTC) #3
DaveMoore
http://codereview.chromium.org/2620003/diff/1/3 File chrome/browser/views/about_chrome_view.cc (right): http://codereview.chromium.org/2620003/diff/1/3#newcode671 chrome/browser/views/about_chrome_view.cc:671: if (pos != std::string::npos) version.replace(pos, 1, "\n"); I don't ...
10 years, 6 months ago (2010-06-04 22:48:22 UTC) #4
DaveMoore
10 years, 6 months ago (2010-06-09 16:51:50 UTC) #5
LGTM

Powered by Google App Engine
This is Rietveld 408576698