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

Issue 743003: Send mouse events to the renderer before changing mouse capture, so that the ... (Closed)

Created:
10 years, 9 months ago by jam
Modified:
9 years, 7 months ago
CC:
chromium-reviews, brettw+cc_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

Send mouse events to the renderer before changing mouse capture, so that the mousecapturelost arrives after mouseup. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=41113

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -2 lines) Patch
M chrome/browser/renderer_host/render_widget_host_view_win.cc View 1 2 chunks +5 lines, -2 lines 2 comments Download

Messages

Total messages: 3 (0 generated)
jam
10 years, 9 months ago (2010-03-09 22:25:57 UTC) #1
darin (slow to review)
http://codereview.chromium.org/743003/diff/3001/4001 File chrome/browser/renderer_host/render_widget_host_view_win.cc (right): http://codereview.chromium.org/743003/diff/3001/4001#newcode1563 chrome/browser/renderer_host/render_widget_host_view_win.cc:1563: render_widget_host_->ForwardMouseEvent(event); LGTM I think you should make a similar ...
10 years, 9 months ago (2010-03-10 00:14:05 UTC) #2
jam
10 years, 9 months ago (2010-03-10 01:51:19 UTC) #3
http://codereview.chromium.org/743003/diff/3001/4001
File chrome/browser/renderer_host/render_widget_host_view_win.cc (right):

http://codereview.chromium.org/743003/diff/3001/4001#newcode1563
chrome/browser/renderer_host/render_widget_host_view_win.cc:1563:
render_widget_host_->ForwardMouseEvent(event);
On 2010/03/10 00:14:06, darin wrote:
> LGTM
> 
> I think you should make a similar change to WebWidgetHost::MouseEvent.

good idea, thanks.  will add it and commit.

Powered by Google App Engine
This is Rietveld 408576698