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

Issue 1849563002: Re-order the BookmarkBarView to be behind the ToolbarView (Closed)

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

Description

The Material Design ink drops on the ToolbarView are supposed to expand beyond the bounds of the ToolbarView and should be visible above the BookmarkBarView. BUG=597757 TEST=Manual Committed: https://crrev.com/52ef1ab0da46ea871271a0a2a6fa0ced541b0381 Cr-Commit-Position: refs/heads/master@{#384808}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Polished fix #

Total comments: 7

Patch Set 3 : Added comments to BrowserView::SetBookmarkBarParent(). #

Total comments: 12

Patch Set 4 : Updated comments as per pkasting@'s suggestions. #

Patch Set 5 : Added TODO. #

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

Messages

Total messages: 28 (6 generated)
bruthig
https://codereview.chromium.org/1849563002/diff/1/chrome/browser/ui/views/frame/browser_view.cc File chrome/browser/ui/views/frame/browser_view.cc (right): https://codereview.chromium.org/1849563002/diff/1/chrome/browser/ui/views/frame/browser_view.cc#newcode2230 chrome/browser/ui/views/frame/browser_view.cc:2230: // new_parent->AddChildViewAt(bookmark_bar_view_.get(), 0); This is the actual desired change ...
4 years, 8 months ago (2016-03-30 19:52:43 UTC) #1
bruthig
pkasting@, Can you PTAL?
4 years, 8 months ago (2016-03-30 20:52:20 UTC) #4
Peter Kasting
https://codereview.chromium.org/1849563002/diff/20001/chrome/browser/ui/views/frame/browser_view.cc File chrome/browser/ui/views/frame/browser_view.cc (right): https://codereview.chromium.org/1849563002/diff/20001/chrome/browser/ui/views/frame/browser_view.cc#newcode2228 chrome/browser/ui/views/frame/browser_view.cc:2228: new_parent->AddChildViewAt(bookmark_bar_view_.get(), 0); This may be better for sky than ...
4 years, 8 months ago (2016-03-30 21:15:28 UTC) #5
bruthig
sky@, can you PTAL? https://codereview.chromium.org/1849563002/diff/20001/chrome/browser/ui/views/frame/browser_view.cc File chrome/browser/ui/views/frame/browser_view.cc (right): https://codereview.chromium.org/1849563002/diff/20001/chrome/browser/ui/views/frame/browser_view.cc#newcode2228 chrome/browser/ui/views/frame/browser_view.cc:2228: new_parent->AddChildViewAt(bookmark_bar_view_.get(), 0); On 2016/03/30 21:15:28, ...
4 years, 8 months ago (2016-03-30 21:27:01 UTC) #7
Peter Kasting
https://codereview.chromium.org/1849563002/diff/20001/chrome/browser/ui/views/frame/browser_view.cc File chrome/browser/ui/views/frame/browser_view.cc (right): https://codereview.chromium.org/1849563002/diff/20001/chrome/browser/ui/views/frame/browser_view.cc#newcode2228 chrome/browser/ui/views/frame/browser_view.cc:2228: new_parent->AddChildViewAt(bookmark_bar_view_.get(), 0); On 2016/03/30 21:27:00, bruthig wrote: > On ...
4 years, 8 months ago (2016-03-30 21:28:42 UTC) #8
Evan Stade
On 2016/03/30 21:28:42, Peter Kasting wrote: > https://codereview.chromium.org/1849563002/diff/20001/chrome/browser/ui/views/frame/browser_view.cc > File chrome/browser/ui/views/frame/browser_view.cc (right): > > https://codereview.chromium.org/1849563002/diff/20001/chrome/browser/ui/views/frame/browser_view.cc#newcode2228 ...
4 years, 8 months ago (2016-03-30 21:53:22 UTC) #9
sky
https://codereview.chromium.org/1849563002/diff/20001/chrome/browser/ui/views/frame/browser_view.cc File chrome/browser/ui/views/frame/browser_view.cc (right): https://codereview.chromium.org/1849563002/diff/20001/chrome/browser/ui/views/frame/browser_view.cc#newcode2228 chrome/browser/ui/views/frame/browser_view.cc:2228: new_parent->AddChildViewAt(bookmark_bar_view_.get(), 0); On 2016/03/30 21:27:00, bruthig wrote: > On ...
4 years, 8 months ago (2016-03-31 01:07:16 UTC) #10
bruthig
https://codereview.chromium.org/1849563002/diff/20001/chrome/browser/ui/views/frame/browser_view.cc File chrome/browser/ui/views/frame/browser_view.cc (right): https://codereview.chromium.org/1849563002/diff/20001/chrome/browser/ui/views/frame/browser_view.cc#newcode2228 chrome/browser/ui/views/frame/browser_view.cc:2228: new_parent->AddChildViewAt(bookmark_bar_view_.get(), 0); On 2016/03/31 01:07:16, sky wrote: > On ...
4 years, 8 months ago (2016-03-31 21:12:29 UTC) #11
Peter Kasting
Did you test that before/during/after animation the toolbar divider is not drawn incorrectly atop the ...
4 years, 8 months ago (2016-03-31 21:20:41 UTC) #12
sky
On Thu, Mar 31, 2016 at 2:12 PM, <bruthig@chromium.org> wrote: > > https://codereview.chromium.org/1849563002/diff/20001/chrome/browser/ui/views/frame/browser_view.cc > File ...
4 years, 8 months ago (2016-03-31 21:31:17 UTC) #13
Peter Kasting
On 2016/03/31 21:31:17, sky wrote: > You added me to this review part way through. ...
4 years, 8 months ago (2016-03-31 21:32:51 UTC) #14
bruthig
https://codereview.chromium.org/1849563002/diff/20001/chrome/browser/ui/views/frame/browser_view.cc File chrome/browser/ui/views/frame/browser_view.cc (right): https://codereview.chromium.org/1849563002/diff/20001/chrome/browser/ui/views/frame/browser_view.cc#newcode2228 chrome/browser/ui/views/frame/browser_view.cc:2228: new_parent->AddChildViewAt(bookmark_bar_view_.get(), 0); On 2016/03/31 21:20:41, Peter Kasting wrote: > ...
4 years, 8 months ago (2016-03-31 22:04:24 UTC) #15
Peter Kasting
Cool, these comments helped me understand more. I wrote some suggested improvements. I also proposed ...
4 years, 8 months ago (2016-03-31 22:22:57 UTC) #16
sky
On 2016/03/31 21:32:51, Peter Kasting wrote: > On 2016/03/31 21:31:17, sky wrote: > > You ...
4 years, 8 months ago (2016-04-01 02:10:05 UTC) #17
Peter Kasting
On 2016/04/01 02:10:05, sky wrote: > On 2016/03/31 21:32:51, Peter Kasting wrote: > > On ...
4 years, 8 months ago (2016-04-01 04:55:38 UTC) #18
sky
On 2016/04/01 04:55:38, Peter Kasting wrote: > On 2016/04/01 02:10:05, sky wrote: > > On ...
4 years, 8 months ago (2016-04-01 14:56:13 UTC) #19
sky
On 2016/04/01 14:56:13, sky wrote: > On 2016/04/01 04:55:38, Peter Kasting wrote: > > On ...
4 years, 8 months ago (2016-04-01 16:13:32 UTC) #20
bruthig
> > > Have we considered hosting the ink drops at a higher level so ...
4 years, 8 months ago (2016-04-01 16:15:12 UTC) #21
Peter Kasting
LGTM I can't think of any way to write a test to check that ink ...
4 years, 8 months ago (2016-04-02 02:28:21 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1849563002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1849563002/80001
4 years, 8 months ago (2016-04-02 13:19:47 UTC) #24
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 8 months ago (2016-04-02 13:57:47 UTC) #26
commit-bot: I haz the power
4 years, 8 months ago (2016-04-02 13:59:20 UTC) #28
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/52ef1ab0da46ea871271a0a2a6fa0ced541b0381
Cr-Commit-Position: refs/heads/master@{#384808}

Powered by Google App Engine
This is Rietveld 408576698