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

Issue 2156423002: Adjust width of find in page bar. (Closed)

Created:
4 years, 5 months ago by Evan Stade
Modified:
4 years, 5 months ago
Reviewers:
Peter Kasting, sky
CC:
chromium-reviews, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adjust width of find in page bar. The text area now approximately fits "DesignDesignDesignDesign". BUG=629217 Committed: https://crrev.com/043095f529a06276651d87e1f503c0d8f9867ace Cr-Commit-Position: refs/heads/master@{#406356}

Patch Set 1 #

Patch Set 2 : attempt to explain code #

Total comments: 13

Patch Set 3 : better comment #

Total comments: 2

Patch Set 4 : adopy sky's comment wording #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -6 lines) Patch
M chrome/browser/ui/views/find_bar_view.cc View 1 2 3 4 chunks +19 lines, -6 lines 0 comments Download

Messages

Total messages: 23 (8 generated)
Evan Stade
4 years, 5 months ago (2016-07-18 23:41:08 UTC) #2
Peter Kasting
https://codereview.chromium.org/2156423002/diff/20001/chrome/browser/ui/views/find_bar_view.cc File chrome/browser/ui/views/find_bar_view.cc (right): https://codereview.chromium.org/2156423002/diff/20001/chrome/browser/ui/views/find_bar_view.cc#newcode408 chrome/browser/ui/views/find_bar_view.cc:408: return size; Still seems like we should be including ...
4 years, 5 months ago (2016-07-18 23:44:54 UTC) #3
Evan Stade
https://codereview.chromium.org/2156423002/diff/20001/chrome/browser/ui/views/find_bar_view.cc File chrome/browser/ui/views/find_bar_view.cc (right): https://codereview.chromium.org/2156423002/diff/20001/chrome/browser/ui/views/find_bar_view.cc#newcode408 chrome/browser/ui/views/find_bar_view.cc:408: return size; On 2016/07/18 23:44:54, Peter Kasting (slow) wrote: ...
4 years, 5 months ago (2016-07-18 23:48:51 UTC) #4
sky
https://codereview.chromium.org/2156423002/diff/20001/chrome/browser/ui/views/find_bar_view.cc File chrome/browser/ui/views/find_bar_view.cc (right): https://codereview.chromium.org/2156423002/diff/20001/chrome/browser/ui/views/find_bar_view.cc#newcode94 chrome/browser/ui/views/find_bar_view.cc:94: const int kDefaultCharWidthMd = 26; Even though this constant ...
4 years, 5 months ago (2016-07-18 23:56:04 UTC) #5
Peter Kasting
LGTM https://codereview.chromium.org/2156423002/diff/20001/chrome/browser/ui/views/find_bar_view.cc File chrome/browser/ui/views/find_bar_view.cc (right): https://codereview.chromium.org/2156423002/diff/20001/chrome/browser/ui/views/find_bar_view.cc#newcode94 chrome/browser/ui/views/find_bar_view.cc:94: const int kDefaultCharWidthMd = 26; When you gave ...
4 years, 5 months ago (2016-07-18 23:58:27 UTC) #6
Evan Stade
https://codereview.chromium.org/2156423002/diff/20001/chrome/browser/ui/views/find_bar_view.cc File chrome/browser/ui/views/find_bar_view.cc (right): https://codereview.chromium.org/2156423002/diff/20001/chrome/browser/ui/views/find_bar_view.cc#newcode94 chrome/browser/ui/views/find_bar_view.cc:94: const int kDefaultCharWidthMd = 26; On 2016/07/18 23:58:27, Peter ...
4 years, 5 months ago (2016-07-19 00:05:18 UTC) #7
sky
https://codereview.chromium.org/2156423002/diff/20001/chrome/browser/ui/views/find_bar_view.cc File chrome/browser/ui/views/find_bar_view.cc (right): https://codereview.chromium.org/2156423002/diff/20001/chrome/browser/ui/views/find_bar_view.cc#newcode110 chrome/browser/ui/views/find_bar_view.cc:110: // to jump in size when the contents switch ...
4 years, 5 months ago (2016-07-19 02:51:50 UTC) #12
Evan Stade
https://codereview.chromium.org/2156423002/diff/20001/chrome/browser/ui/views/find_bar_view.cc File chrome/browser/ui/views/find_bar_view.cc (right): https://codereview.chromium.org/2156423002/diff/20001/chrome/browser/ui/views/find_bar_view.cc#newcode110 chrome/browser/ui/views/find_bar_view.cc:110: // to jump in size when the contents switch ...
4 years, 5 months ago (2016-07-19 13:44:54 UTC) #13
sky
Got it, it would be better if the comment more clearly indicated this. LGTM
4 years, 5 months ago (2016-07-19 17:52:58 UTC) #14
Evan Stade
On 2016/07/19 17:52:58, sky wrote: > Got it, it would be better if the comment ...
4 years, 5 months ago (2016-07-19 17:54:36 UTC) #15
sky
https://codereview.chromium.org/2156423002/diff/40001/chrome/browser/ui/views/find_bar_view.cc File chrome/browser/ui/views/find_bar_view.cc (right): https://codereview.chromium.org/2156423002/diff/40001/chrome/browser/ui/views/find_bar_view.cc#newcode108 chrome/browser/ui/views/find_bar_view.cc:108: // Always reserve at least 1dp for the match ...
4 years, 5 months ago (2016-07-19 18:11:41 UTC) #16
Evan Stade
https://codereview.chromium.org/2156423002/diff/40001/chrome/browser/ui/views/find_bar_view.cc File chrome/browser/ui/views/find_bar_view.cc (right): https://codereview.chromium.org/2156423002/diff/40001/chrome/browser/ui/views/find_bar_view.cc#newcode108 chrome/browser/ui/views/find_bar_view.cc:108: // Always reserve at least 1dp for the match ...
4 years, 5 months ago (2016-07-19 19:17:44 UTC) #17
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/2156423002/60001
4 years, 5 months ago (2016-07-19 19:18:40 UTC) #20
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 5 months ago (2016-07-19 19:55:23 UTC) #21
commit-bot: I haz the power
4 years, 5 months ago (2016-07-19 19:57:11 UTC) #23
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/043095f529a06276651d87e1f503c0d8f9867ace
Cr-Commit-Position: refs/heads/master@{#406356}

Powered by Google App Engine
This is Rietveld 408576698