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

Issue 23493022: Don't pass in WS_EX_TRANSPARENT in the window style in classic mode in AURA as that causes the wind… (Closed)

Created:
7 years, 3 months ago by ananta
Modified:
7 years, 3 months ago
Reviewers:
sky
CC:
chromium-reviews, tfarina, ben+watch_chromium.org
Visibility:
Public.

Description

Set accept_events to true when we create top level windowsin desktop AURA. This ensures that we don't end up using WS_EX_TRANSPARENT when the actual window is created. This causes painting and flickering issues in AURA. Will investigate that later. BUG=282628 R=sky@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221833

Patch Set 1 #

Patch Set 2 : #

Total comments: 3

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -2 lines) Patch
M ui/views/widget/desktop_aura/desktop_native_widget_aura.cc View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
ananta
7 years, 3 months ago (2013-09-06 20:16:41 UTC) #1
sky
https://codereview.chromium.org/23493022/diff/4001/ui/views/widget/widget_hwnd_utils.cc File ui/views/widget/widget_hwnd_utils.cc (right): https://codereview.chromium.org/23493022/diff/4001/ui/views/widget/widget_hwnd_utils.cc#newcode71 ui/views/widget/widget_hwnd_utils.cc:71: *ex_style &= ~WS_EX_TRANSPARENT; Won't this cause bad things to ...
7 years, 3 months ago (2013-09-06 21:03:46 UTC) #2
ananta
https://codereview.chromium.org/23493022/diff/4001/ui/views/widget/widget_hwnd_utils.cc File ui/views/widget/widget_hwnd_utils.cc (right): https://codereview.chromium.org/23493022/diff/4001/ui/views/widget/widget_hwnd_utils.cc#newcode71 ui/views/widget/widget_hwnd_utils.cc:71: *ex_style &= ~WS_EX_TRANSPARENT; On 2013/09/06 21:03:47, sky wrote: > ...
7 years, 3 months ago (2013-09-06 21:23:26 UTC) #3
ananta
https://codereview.chromium.org/23493022/diff/4001/ui/views/widget/widget_hwnd_utils.cc File ui/views/widget/widget_hwnd_utils.cc (right): https://codereview.chromium.org/23493022/diff/4001/ui/views/widget/widget_hwnd_utils.cc#newcode71 ui/views/widget/widget_hwnd_utils.cc:71: *ex_style &= ~WS_EX_TRANSPARENT; On 2013/09/06 21:03:47, sky wrote: > ...
7 years, 3 months ago (2013-09-06 22:08:50 UTC) #4
sky
LGTM with the following change https://codereview.chromium.org/23493022/diff/19001/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc File ui/views/widget/desktop_aura/desktop_native_widget_aura.cc (right): https://codereview.chromium.org/23493022/diff/19001/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc#newcode80 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc:80: init_params.accept_events = true; You ...
7 years, 3 months ago (2013-09-06 22:11:12 UTC) #5
ananta
https://codereview.chromium.org/23493022/diff/19001/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc File ui/views/widget/desktop_aura/desktop_native_widget_aura.cc (right): https://codereview.chromium.org/23493022/diff/19001/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc#newcode80 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc:80: init_params.accept_events = true; On 2013/09/06 22:11:12, sky wrote: > ...
7 years, 3 months ago (2013-09-06 22:21:49 UTC) #6
ananta
7 years, 3 months ago (2013-09-07 00:36:08 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 manually as r221833 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698