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

Issue 9129013: Panel Overflow on Mac. (Closed)

Created:
8 years, 11 months ago by Dmitry Titov
Modified:
8 years, 10 months ago
Reviewers:
jennb, prasadt
CC:
chromium-reviews, jennb, jianli, dcheng, prasadt
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : more #

Patch Set 3 : can be landed #

Patch Set 4 : change naming #

Total comments: 7

Patch Set 5 : enabled tests #

Patch Set 6 : cr feedback #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -12 lines) Patch
M chrome/browser/ui/panels/docked_panel_strip.cc View 1 2 3 4 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/ui/panels/native_panel.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/panels/overflow_panel_strip.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/panels/panel.h View 1 2 3 2 chunks +12 lines, -0 lines 0 comments Download
M chrome/browser/ui/panels/panel.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/panels/panel_browser_view.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/panels/panel_browser_view.cc View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/panels/panel_browser_window_cocoa.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/panels/panel_browser_window_cocoa.mm View 1 2 3 1 chunk +9 lines, -3 lines 0 comments Download
M chrome/browser/ui/panels/panel_browser_window_gtk.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/panels/panel_browser_window_gtk.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/panels/panel_overflow_browsertest.cc View 1 2 3 4 3 chunks +11 lines, -5 lines 2 comments Download
M chrome/browser/ui/panels/panel_titlebar_view_cocoa.h View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/panels/panel_titlebar_view_cocoa.mm View 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/ui/panels/panel_window_controller_cocoa.h View 1 2 3 4 5 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/panels/panel_window_controller_cocoa.mm View 1 2 3 2 chunks +11 lines, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
Dmitry Titov
This is first patch, does not have correct rendering of titlebars yet and no overflow ...
8 years, 11 months ago (2012-01-25 07:28:32 UTC) #1
Dmitry Titov
Please don't review it yet. I'll fix trybot issues and rename couple of things.
8 years, 11 months ago (2012-01-25 17:26:38 UTC) #2
Dmitry Titov
I think this can be landed. I've implemented minimal support for overflow and enabled it ...
8 years, 10 months ago (2012-02-04 01:29:33 UTC) #3
jennb
http://codereview.chromium.org/9129013/diff/11001/chrome/browser/ui/panels/docked_panel_strip.cc File chrome/browser/ui/panels/docked_panel_strip.cc (right): http://codereview.chromium.org/9129013/diff/11001/chrome/browser/ui/panels/docked_panel_strip.cc#newcode366 chrome/browser/ui/panels/docked_panel_strip.cc:366: if (old_state == Panel::IN_OVERFLOW) { Note that we do ...
8 years, 10 months ago (2012-02-07 00:15:31 UTC) #4
Dmitry Titov
Also enabled tests that don't depend on overflow counter. http://codereview.chromium.org/9129013/diff/11001/chrome/browser/ui/panels/docked_panel_strip.cc File chrome/browser/ui/panels/docked_panel_strip.cc (right): http://codereview.chromium.org/9129013/diff/11001/chrome/browser/ui/panels/docked_panel_strip.cc#newcode366 chrome/browser/ui/panels/docked_panel_strip.cc:366: ...
8 years, 10 months ago (2012-02-07 00:28:26 UTC) #5
jennb
LGTM unless Prasad has a complaint about test enabling. http://codereview.chromium.org/9129013/diff/11001/chrome/browser/ui/panels/docked_panel_strip.cc File chrome/browser/ui/panels/docked_panel_strip.cc (right): http://codereview.chromium.org/9129013/diff/11001/chrome/browser/ui/panels/docked_panel_strip.cc#newcode366 chrome/browser/ui/panels/docked_panel_strip.cc:366: ...
8 years, 10 months ago (2012-02-07 00:50:31 UTC) #6
Dmitry Titov
http://codereview.chromium.org/9129013/diff/19020/chrome/browser/ui/panels/panel_overflow_browsertest.cc#newcode190 > chrome/browser/ui/panels/panel_overflow_browsertest.cc:190: #if defined(OS_WIN) > || defined(OS_MACOSX) > I wonder if this will make ...
8 years, 10 months ago (2012-02-07 00:53:09 UTC) #7
prasadt
lgtm for Jenn's query. http://codereview.chromium.org/9129013/diff/19020/chrome/browser/ui/panels/panel_overflow_browsertest.cc File chrome/browser/ui/panels/panel_overflow_browsertest.cc (right): http://codereview.chromium.org/9129013/diff/19020/chrome/browser/ui/panels/panel_overflow_browsertest.cc#newcode190 chrome/browser/ui/panels/panel_overflow_browsertest.cc:190: #if defined(OS_WIN) || defined(OS_MACOSX) On ...
8 years, 10 months ago (2012-02-07 00:54:21 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dimich@chromium.org/9129013/19020
8 years, 10 months ago (2012-02-07 01:03:47 UTC) #9
commit-bot: I haz the power
8 years, 10 months ago (2012-02-07 04:34:25 UTC) #10
The commit queue went berserk retrying too often for a
seemingly flaky test. Builder is mac_rel, revision is 120677, job name
was 9129013-19020 (retry) (previous was lost) (previous was lost) (previous was
lost).

Powered by Google App Engine
This is Rietveld 408576698