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

Issue 7373006: When the chrome window is maximized, make sure the new tab button extends (Closed)

Created:
9 years, 5 months ago by Roger Tawa OOO till Jul 10th
Modified:
9 years, 5 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

When the chrome window is maximized, make sure the new tab button extends right to the top of the screen. BUG=48727 TEST=When the chrome window is maximized, you should be able to click on the area above the new tab button, and it should create a new tab. When the window is not maximized, you need to click in the visible portion of the button to create a new tab. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=92738

Patch Set 1 #

Total comments: 1

Patch Set 2 : Removing browser dependency from tab strip #

Total comments: 6

Patch Set 3 : Addressed review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -26 lines) Patch
M chrome/browser/ui/views/tabs/browser_tab_strip_controller.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc View 1 2 chunks +12 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/tabs/fake_base_tab_strip_controller.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/tabs/fake_base_tab_strip_controller.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_strip.h View 1 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_strip.cc View 1 2 9 chunks +32 lines, -23 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_strip_controller.h View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Roger Tawa OOO till Jul 10th
9 years, 5 months ago (2011-07-14 19:42:24 UTC) #1
sky
http://codereview.chromium.org/7373006/diff/1/chrome/browser/ui/views/tabs/tab_strip.h File chrome/browser/ui/views/tabs/tab_strip.h (right): http://codereview.chromium.org/7373006/diff/1/chrome/browser/ui/views/tabs/tab_strip.h#newcode43 chrome/browser/ui/views/tabs/tab_strip.h:43: explicit TabStrip(Browser* browser, TabStripController* controller); TabStrip shouldn't depend on ...
9 years, 5 months ago (2011-07-14 19:51:08 UTC) #2
Roger Tawa OOO till Jul 10th
Thanks Scott, much better as you suggest. Changes uploaded, please take another look.
9 years, 5 months ago (2011-07-14 20:23:49 UTC) #3
sky
LGTM http://codereview.chromium.org/7373006/diff/11001/chrome/browser/ui/views/tabs/tab_strip.cc File chrome/browser/ui/views/tabs/tab_strip.cc (right): http://codereview.chromium.org/7373006/diff/11001/chrome/browser/ui/views/tabs/tab_strip.cc#newcode80 chrome/browser/ui/views/tabs/tab_strip.cc:80: : views::ImageButton(listener), tab_strip_(tab_strip) { When you can't fit ...
9 years, 5 months ago (2011-07-14 20:38:20 UTC) #4
Roger Tawa OOO till Jul 10th
Thanks Scott. Comments addressed, changes uploaded. Will wait for trybots before committing. http://codereview.chromium.org/7373006/diff/11001/chrome/browser/ui/views/tabs/tab_strip.cc File chrome/browser/ui/views/tabs/tab_strip.cc ...
9 years, 5 months ago (2011-07-14 21:09:28 UTC) #5
commit-bot: I haz the power
9 years, 5 months ago (2011-07-15 21:31:23 UTC) #6
Change committed as 92738

Powered by Google App Engine
This is Rietveld 408576698