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

Issue 16294002: Make docked panel always on top for Linux (Closed)

Created:
7 years, 6 months ago by jianli
Modified:
7 years, 6 months ago
Reviewers:
Dmitry Titov
CC:
chromium-reviews, jennb, dcheng
Visibility:
Public.

Description

Make docked panel always on top for Linux This is caused by always_on_top_ is set to true in PanelGtk constructor and later on calling SetPanelAlwaysOnTop become no-op. The fix is to make the window always on top in PanelGtk::Initialize. BUG=245934 TEST=Manual test by launching a docked panel and checking if it is always on top R=dimich@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203793

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fix per feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -2 lines) Patch
M chrome/browser/ui/gtk/panels/panel_gtk.cc View 1 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
jianli
7 years, 6 months ago (2013-06-01 00:51:13 UTC) #1
Dmitry Titov
https://codereview.chromium.org/16294002/diff/1/chrome/browser/ui/gtk/panels/panel_gtk.cc File chrome/browser/ui/gtk/panels/panel_gtk.cc (right): https://codereview.chromium.org/16294002/diff/1/chrome/browser/ui/gtk/panels/panel_gtk.cc#newcode212 chrome/browser/ui/gtk/panels/panel_gtk.cc:212: always_on_top_(always_on_top), How about you initialize this to 'false', and ...
7 years, 6 months ago (2013-06-01 01:01:54 UTC) #2
jianli
On 2013/06/01 01:01:54, Dmitry Titov wrote: > https://codereview.chromium.org/16294002/diff/1/chrome/browser/ui/gtk/panels/panel_gtk.cc > File chrome/browser/ui/gtk/panels/panel_gtk.cc (right): > > https://codereview.chromium.org/16294002/diff/1/chrome/browser/ui/gtk/panels/panel_gtk.cc#newcode212 ...
7 years, 6 months ago (2013-06-01 02:47:03 UTC) #3
Dmitry Titov
On 2013/06/01 02:47:03, jianli wrote: > On 2013/06/01 01:01:54, Dmitry Titov wrote: > > > ...
7 years, 6 months ago (2013-06-03 17:47:14 UTC) #4
jianli
Changed as suggested.
7 years, 6 months ago (2013-06-03 21:14:36 UTC) #5
Dmitry Titov
lgtm, thanks!
7 years, 6 months ago (2013-06-03 23:12:33 UTC) #6
jianli
7 years, 6 months ago (2013-06-03 23:49:54 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 manually as r203793 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698