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

Issue 266643003: linux_aura: Add a flag for experimenting with ARGB windows. (Closed)

Created:
6 years, 7 months ago by Elliot Glaysher
Modified:
6 years, 7 months ago
Reviewers:
sky, piman
CC:
chromium-reviews, tfarina, ben+views_chromium.org, tdanderson+views_chromium.org
Visibility:
Public.

Description

linux_aura: Add a flag for experimenting with ARGB windows. We have many windows that assume a transparent background, such as drag windows. Using an ARGB visual means that drag representations can mostly be transparent, with nicer rounded corners, and windows which draw their own shadows. However, we can't turn this on by default as is. While this works with --disable_gpu and theoretically on the open source drivers, it won't work with NVidia's drivers. Put this behind a flag so we can do further experimenting. BUG=347333, 369209 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267718

Patch Set 1 #

Total comments: 1

Patch Set 2 : Add crbug links. #

Total comments: 3

Patch Set 3 : USE_X11 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -13 lines) Patch
M ui/views/views_switches.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M ui/views/views_switches.cc View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h View 2 chunks +9 lines, -0 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc View 1 8 chunks +73 lines, -2 lines 0 comments Download
M ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc View 1 chunk +3 lines, -11 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Elliot Glaysher
6 years, 7 months ago (2014-05-01 18:06:44 UTC) #1
piman
https://codereview.chromium.org/266643003/diff/1/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc File ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc (right): https://codereview.chromium.org/266643003/diff/1/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc#newcode1290 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc:1290: // NVidia's binaries currently.) nit: file a bug so ...
6 years, 7 months ago (2014-05-01 19:17:27 UTC) #2
piman
lgtm
6 years, 7 months ago (2014-05-01 19:17:44 UTC) #3
Elliot Glaysher
sky: owners stamp
6 years, 7 months ago (2014-05-01 20:23:47 UTC) #4
sky
https://codereview.chromium.org/266643003/diff/20001/ui/views/views_switches.h File ui/views/views_switches.h (right): https://codereview.chromium.org/266643003/diff/20001/ui/views/views_switches.h#newcode18 ui/views/views_switches.h:18: #if defined(OS_LINUX) && !defined(OS_CHROMEOS) Should this be USE_X11?
6 years, 7 months ago (2014-05-01 22:30:20 UTC) #5
sky
https://codereview.chromium.org/266643003/diff/20001/ui/views/views_switches.h File ui/views/views_switches.h (right): https://codereview.chromium.org/266643003/diff/20001/ui/views/views_switches.h#newcode18 ui/views/views_switches.h:18: #if defined(OS_LINUX) && !defined(OS_CHROMEOS) On 2014/05/01 22:30:20, sky wrote: ...
6 years, 7 months ago (2014-05-01 22:30:51 UTC) #6
Elliot Glaysher
https://codereview.chromium.org/266643003/diff/20001/ui/views/views_switches.h File ui/views/views_switches.h (right): https://codereview.chromium.org/266643003/diff/20001/ui/views/views_switches.h#newcode18 ui/views/views_switches.h:18: #if defined(OS_LINUX) && !defined(OS_CHROMEOS) On 2014/05/01 22:30:52, sky wrote: ...
6 years, 7 months ago (2014-05-01 22:42:22 UTC) #7
sky
LGTM
6 years, 7 months ago (2014-05-01 22:58:27 UTC) #8
Elliot Glaysher
The CQ bit was checked by erg@chromium.org
6 years, 7 months ago (2014-05-01 22:59:27 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/erg@chromium.org/266643003/40001
6 years, 7 months ago (2014-05-01 23:00:13 UTC) #10
commit-bot: I haz the power
6 years, 7 months ago (2014-05-02 01:25:45 UTC) #11
Message was sent while issue was closed.
Change committed as 267718

Powered by Google App Engine
This is Rietveld 408576698