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

Issue 6591120: Update MouseEvent (initial pass). (Closed)

Created:
9 years, 9 months ago by msw
Modified:
9 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Add new MouseEvent ctors; update WidgetWin & WindowWin usage. BUG=72040 TEST=Manual mouse event testing. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=77221

Patch Set 1 : Update MouseEvent (initial pass). #

Total comments: 2

Patch Set 2 : Cleanup more MouseEvent related code. #

Total comments: 12

Patch Set 3 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+431 lines, -474 lines) Patch
M ui/views/events/event_win.cc View 1 4 chunks +17 lines, -25 lines 0 comments Download
M views/events/event.h View 1 2 8 chunks +38 lines, -41 lines 0 comments Download
M views/events/event.cc View 1 2 4 chunks +13 lines, -13 lines 0 comments Download
M views/events/event_gtk.cc View 1 2 2 chunks +19 lines, -2 lines 0 comments Download
M views/events/event_win.cc View 1 5 chunks +103 lines, -31 lines 0 comments Download
M views/events/event_x.cc View 1 1 chunk +7 lines, -4 lines 0 comments Download
M views/widget/root_view.cc View 1 2 chunks +1 line, -12 lines 0 comments Download
M views/widget/widget_gtk.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M views/widget/widget_gtk.cc View 1 1 chunk +0 lines, -5 lines 0 comments Download
M views/widget/widget_win.h View 1 2 8 chunks +17 lines, -56 lines 0 comments Download
M views/widget/widget_win.cc View 1 2 9 chunks +91 lines, -151 lines 0 comments Download
M views/window/window_win.h View 1 2 5 chunks +65 lines, -67 lines 0 comments Download
M views/window/window_win.cc View 1 2 6 chunks +60 lines, -65 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
msw
Hey Ben, this is a mess right now, but is it going in the right ...
9 years, 9 months ago (2011-03-02 23:57:56 UTC) #1
Ben Goodger (Google)
In general very excited by this approach. http://codereview.chromium.org/6591120/diff/2001/views/events/event.h File views/events/event.h (right): http://codereview.chromium.org/6591120/diff/2001/views/events/event.h#newcode345 views/events/event.h:345: //explicit DropTargetEvent(NativeEvent ...
9 years, 9 months ago (2011-03-03 00:13:41 UTC) #2
msw
Please review this CL for landing; I feel this is a good intermediary step. Updating ...
9 years, 9 months ago (2011-03-07 19:37:55 UTC) #3
Ben Goodger (Google)
http://codereview.chromium.org/6591120/diff/12001/views/events/event.cc File views/events/event.cc (right): http://codereview.chromium.org/6591120/diff/12001/views/events/event.cc#newcode105 views/events/event.cc:105: target), indent this to under type. http://codereview.chromium.org/6591120/diff/12001/views/events/event_gtk.cc File views/events/event_gtk.cc ...
9 years, 9 months ago (2011-03-07 22:08:42 UTC) #4
msw
Please double-check my updated indentation. http://codereview.chromium.org/6591120/diff/12001/views/events/event.cc File views/events/event.cc (right): http://codereview.chromium.org/6591120/diff/12001/views/events/event.cc#newcode105 views/events/event.cc:105: target), On 2011/03/07 22:08:42, ...
9 years, 9 months ago (2011-03-07 23:57:21 UTC) #5
Ben Goodger (Google)
LGTM
9 years, 9 months ago (2011-03-08 00:53:41 UTC) #6
msw
9 years, 9 months ago (2011-03-08 01:24:21 UTC) #7
On 2011/03/08 00:53:41, Ben Goodger wrote:
> LGTM

FYI, Windows ran clean:
http://build.chromium.org/p/tryserver.chromium/builders/win/builds/19732
Also, browser_tests re-ran clean on linux with:
http://build.chromium.org/p/tryserver.chromium/builders/linux/builds/15721

Powered by Google App Engine
This is Rietveld 408576698