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

Issue 2255313004: Fix the toolbar bottom border being 2 pixels w/ a detached bookmark bar. (Closed)

Created:
4 years, 4 months ago by Bret
Modified:
4 years, 4 months ago
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

Fix the toolbar bottom border being 2 pixels w/ a detached bookmark bar. The toolbar draws a 1 pixel line as its bottom border. The detached bookmark bar also draws a 1 pixel line as its top border. At 1x and 2x those lines always overlap. But the bookmark bar top stroke was not laid out properly so at fractional dsfs it would be pushed down 1 pixel and cause the border to look like it was 2 pixels. I removed the bookmark bar top stroke since it was redundant anyway. R=pkasting BUG=636120 Committed: https://crrev.com/af9ecebdf6e165d4e0742c14bd16ec380124bb91 Cr-Commit-Position: refs/heads/master@{#413211}

Patch Set 1 #

Patch Set 2 : don't change the compiler lol #

Total comments: 4

Patch Set 3 : nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -8 lines) Patch
M chrome/browser/ui/views/frame/browser_view.cc View 1 2 1 chunk +2 lines, -8 lines 0 comments Download

Messages

Total messages: 12 (6 generated)
Bret
4 years, 4 months ago (2016-08-19 00:51:37 UTC) #1
Peter Kasting
I think you mean "I removed the bookmark bar top stroke". LGTM https://codereview.chromium.org/2255313004/diff/20001/chrome/browser/ui/views/frame/browser_view.cc File chrome/browser/ui/views/frame/browser_view.cc ...
4 years, 4 months ago (2016-08-19 01:32:59 UTC) #3
Bret
https://codereview.chromium.org/2255313004/diff/20001/chrome/browser/ui/views/frame/browser_view.cc File chrome/browser/ui/views/frame/browser_view.cc (right): https://codereview.chromium.org/2255313004/diff/20001/chrome/browser/ui/views/frame/browser_view.cc#newcode240 chrome/browser/ui/views/frame/browser_view.cc:240: if (!ui::MaterialDesignController::IsModeMaterial()) { On 2016/08/19 01:32:59, Peter Kasting wrote: ...
4 years, 4 months ago (2016-08-19 18:02:00 UTC) #5
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/2255313004/40001
4 years, 4 months ago (2016-08-19 18:03:07 UTC) #8
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 4 months ago (2016-08-19 19:36:52 UTC) #10
commit-bot: I haz the power
4 years, 4 months ago (2016-08-19 19:40:58 UTC) #12
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/af9ecebdf6e165d4e0742c14bd16ec380124bb91
Cr-Commit-Position: refs/heads/master@{#413211}

Powered by Google App Engine
This is Rietveld 408576698