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

Issue 10831226: Panels refactor: Support browserless panels on Linux. (Closed)

Created:
8 years, 4 months ago by jennb
Modified:
8 years, 4 months ago
Reviewers:
jam, jianli, Evan Stade
CC:
chromium-reviews, jianli, Dmitry Titov, dcheng, Junmin Zhu
Visibility:
Public.

Description

Panels refactor: Support browserless panels on Linux. BUG=127323 TEST=Enabled tests for refactored panels on Linux Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=151526

Patch Set 1 #

Total comments: 16

Patch Set 2 : feedback changes #

Total comments: 2

Patch Set 3 : change namespace #

Patch Set 4 : Synced #

Patch Set 5 : fix clang exit dtor warning #

Patch Set 6 : remove static initializer #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1985 lines, -143 lines) Patch
M chrome/browser/ui/gtk/browser_window_gtk.cc View 1 2 3 7 chunks +9 lines, -50 lines 0 comments Download
M chrome/browser/ui/gtk/gtk_util.h View 1 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/ui/gtk/gtk_util.cc View 1 4 chunks +0 lines, -50 lines 0 comments Download
A chrome/browser/ui/gtk/gtk_window_util.h View 1 2 1 chunk +32 lines, -0 lines 0 comments Download
A chrome/browser/ui/gtk/gtk_window_util.cc View 1 2 1 chunk +97 lines, -0 lines 0 comments Download
M chrome/browser/ui/panels/detached_panel_browsertest.cc View 2 chunks +0 lines, -5 lines 0 comments Download
M chrome/browser/ui/panels/docked_panel_browsertest.cc View 1 2 3 2 chunks +0 lines, -5 lines 0 comments Download
M chrome/browser/ui/panels/panel.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/panels/panel.cc View 1 2 3 3 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/panels/panel_and_desktop_notification_browsertest.cc View 1 2 3 2 chunks +0 lines, -6 lines 0 comments Download
M chrome/browser/ui/panels/panel_browsertest.cc View 1 2 3 4 chunks +4 lines, -7 lines 0 comments Download
M chrome/browser/ui/panels/panel_drag_browsertest.cc View 1 2 3 2 chunks +0 lines, -5 lines 0 comments Download
M chrome/browser/ui/panels/panel_drag_gtk.h View 1 chunk +2 lines, -1 line 0 comments Download
A chrome/browser/ui/panels/panel_gtk.h View 1 2 3 4 1 chunk +235 lines, -0 lines 0 comments Download
M chrome/browser/ui/panels/panel_gtk.cc View 1 2 3 4 5 1 chunk +1181 lines, -2 lines 0 comments Download
M chrome/browser/ui/panels/panel_host.h View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/panels/panel_host.cc View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/ui/panels/panel_resize_browsertest.cc View 2 chunks +0 lines, -5 lines 0 comments Download
A chrome/browser/ui/panels/panel_titlebar_gtk.h View 1 1 chunk +98 lines, -0 lines 0 comments Download
A chrome/browser/ui/panels/panel_titlebar_gtk.cc View 1 1 chunk +311 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 3 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
jennb
jian for panel refactor estade - could you review the browser_window_gtk.cc code that I shifted ...
8 years, 4 months ago (2012-08-09 00:08:40 UTC) #1
jianli
Still reviewing. Some initial comments. http://codereview.chromium.org/10831226/diff/1/chrome/browser/ui/gtk/gtk_util.h File chrome/browser/ui/gtk/gtk_util.h (right): http://codereview.chromium.org/10831226/diff/1/chrome/browser/ui/gtk/gtk_util.h#newcode325 chrome/browser/ui/gtk/gtk_util.h:325: GdkCursorType GdkWindowEdgeToGdkCursorType(GdkWindowEdge edge); nit: ...
8 years, 4 months ago (2012-08-09 00:52:50 UTC) #2
jianli
lgtm http://codereview.chromium.org/10831226/diff/1/chrome/browser/ui/panels/panel_gtk.cc File chrome/browser/ui/panels/panel_gtk.cc (right): http://codereview.chromium.org/10831226/diff/1/chrome/browser/ui/panels/panel_gtk.cc#newcode204 chrome/browser/ui/panels/panel_gtk.cc:204: render_area_event_box_(NULL) { contents_expanded_ and accel_group_ not initialized http://codereview.chromium.org/10831226/diff/1/chrome/browser/ui/panels/panel_gtk.cc#newcode1032 ...
8 years, 4 months ago (2012-08-10 01:07:57 UTC) #3
Evan Stade
gtk lgtm http://codereview.chromium.org/10831226/diff/1/chrome/browser/ui/gtk/gtk_util.cc File chrome/browser/ui/gtk/gtk_util.cc (right): http://codereview.chromium.org/10831226/diff/1/chrome/browser/ui/gtk/gtk_util.cc#newcode1038 chrome/browser/ui/gtk/gtk_util.cc:1038: // Ubuntu patches their verrsion of GTK+ ...
8 years, 4 months ago (2012-08-10 01:52:30 UTC) #4
Evan Stade
actually, could you create a new util file which is just for gtk browser window ...
8 years, 4 months ago (2012-08-10 02:54:25 UTC) #5
jennb
On 2012/08/10 02:54:25, Evan Stade wrote: > actually, could you create a new util file ...
8 years, 4 months ago (2012-08-10 03:43:58 UTC) #6
jennb
Created gtk_window_util file. Was conservative in only moving utils needed by Panels. Junmin can add ...
8 years, 4 months ago (2012-08-10 18:45:42 UTC) #7
Evan Stade
lgtm http://codereview.chromium.org/10831226/diff/8002/chrome/browser/ui/gtk/gtk_window_util.h File chrome/browser/ui/gtk/gtk_window_util.h (right): http://codereview.chromium.org/10831226/diff/8002/chrome/browser/ui/gtk/gtk_window_util.h#newcode14 chrome/browser/ui/gtk/gtk_window_util.h:14: namespace gtk_util { consider giving this namespace a ...
8 years, 4 months ago (2012-08-10 21:16:59 UTC) #8
jennb
http://codereview.chromium.org/10831226/diff/8002/chrome/browser/ui/gtk/gtk_window_util.h File chrome/browser/ui/gtk/gtk_window_util.h (right): http://codereview.chromium.org/10831226/diff/8002/chrome/browser/ui/gtk/gtk_window_util.h#newcode14 chrome/browser/ui/gtk/gtk_window_util.h:14: namespace gtk_util { On 2012/08/10 21:16:59, Evan Stade wrote: ...
8 years, 4 months ago (2012-08-11 05:07:20 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jennb@chromium.org/10831226/5004
8 years, 4 months ago (2012-08-12 03:07:52 UTC) #10
commit-bot: I haz the power
Presubmit check for 10831226-5004 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 4 months ago (2012-08-12 03:07:59 UTC) #11
jam
gyp file lgtm
8 years, 4 months ago (2012-08-13 16:52:14 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jennb@chromium.org/10831226/5004
8 years, 4 months ago (2012-08-13 16:53:03 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jennb@chromium.org/10831226/7006
8 years, 4 months ago (2012-08-13 20:06:59 UTC) #14
commit-bot: I haz the power
Change committed as 151353
8 years, 4 months ago (2012-08-13 21:27:08 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jennb@chromium.org/10831226/29
8 years, 4 months ago (2012-08-13 23:00:49 UTC) #16
commit-bot: I haz the power
Try job failure for 10831226-29 (retry) (retry) on linux_chromeos for steps "browser_tests, content_browsertests". It's a ...
8 years, 4 months ago (2012-08-14 05:47:15 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jennb@chromium.org/10831226/29
8 years, 4 months ago (2012-08-14 16:41:09 UTC) #18
commit-bot: I haz the power
8 years, 4 months ago (2012-08-14 18:54:51 UTC) #19
Change committed as 151526

Powered by Google App Engine
This is Rietveld 408576698