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

Issue 8788002: Fixes 105886 (Closed)

Created:
9 years ago by pkotwicz
Modified:
9 years ago
CC:
chromium-reviews
Visibility:
Public.

Description

Added code to propagate clicks to parents of the target as well. Tested using html5 drag demo and bookmark dragging to make sure that the patch didn't break dragging BUG = 105886 Test = Manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114117

Patch Set 1 #

Patch Set 2 : Different approach #

Total comments: 3

Patch Set 3 : Changes as requested #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
pkotwicz
This fixes the issue. I am not sure what dragging you mean in the code ...
9 years ago (2011-12-02 22:39:25 UTC) #1
pkotwicz
This fixes the issue. I am not sure what dragging you mean in the code ...
9 years ago (2011-12-02 22:39:37 UTC) #2
Ben Goodger (Google)
Why is this needed? We don't do anything like this in views. http://codereview.chromium.org/8788002/diff/2001/content/browser/renderer_host/render_widget_host_view_aura.cc File content/browser/renderer_host/render_widget_host_view_aura.cc ...
9 years ago (2011-12-06 04:31:59 UTC) #3
pkotwicz
This is to fix the problem with the status bubble not moving out of the ...
9 years ago (2011-12-06 15:18:26 UTC) #4
Ben Goodger (Google)
On Tue, Dec 6, 2011 at 7:18 AM, <pkotwicz@chromium.org> wrote: > This is to fix ...
9 years ago (2011-12-06 17:06:56 UTC) #5
Ben Goodger (Google)
Oops, didn't mean to send. How is this implemented on Windows? -Ben On Tue, Dec ...
9 years ago (2011-12-06 17:07:17 UTC) #6
pkotwicz
In render_widget_host_view_win we return false unless native_tab_contents_view_win processes the mouse event. In render_widget_host_view_win we always ...
9 years ago (2011-12-06 18:12:14 UTC) #7
pkotwicz
http://codereview.chromium.org/8788002/diff/2001/content/browser/renderer_host/render_widget_host_view_aura.cc File content/browser/renderer_host/render_widget_host_view_aura.cc (right): http://codereview.chromium.org/8788002/diff/2001/content/browser/renderer_host/render_widget_host_view_aura.cc#newcode511 content/browser/renderer_host/render_widget_host_view_aura.cc:511: return false; Which event handling in particular does it ...
9 years ago (2011-12-06 18:12:35 UTC) #8
Ben Goodger (Google)
The desktop harness expects this to return a specific value that determines how windows then ...
9 years ago (2011-12-08 18:00:05 UTC) #9
Ben Goodger (Google)
How is this feature implemented I mean
9 years ago (2011-12-08 18:00:15 UTC) #10
Ben Goodger (Google)
http://codereview.chromium.org/8788002/diff/2001/ui/aura/desktop.cc File ui/aura/desktop.cc (right): http://codereview.chromium.org/8788002/diff/2001/ui/aura/desktop.cc#newcode472 ui/aura/desktop.cc:472: for (Window* window = target; !handled && window; window ...
9 years ago (2011-12-08 19:10:26 UTC) #11
pkotwicz
Hacked it the same way its done on Windows. Using an aura::EventFilter would feel a ...
9 years ago (2011-12-10 23:15:26 UTC) #12
Ben Goodger (Google)
LGTM
9 years ago (2011-12-11 21:49:40 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pkotwicz@chromium.org/8788002/14001
9 years ago (2011-12-12 22:47:14 UTC) #14
commit-bot: I haz the power
9 years ago (2011-12-12 23:48:46 UTC) #15
Change committed as 114117

Powered by Google App Engine
This is Rietveld 408576698