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

Issue 12088015: Add ability for EventGenerator to generate Scroll events asynchronously (Closed)

Created:
7 years, 11 months ago by DaveMoore
Modified:
7 years, 10 months ago
Reviewers:
sadrul, sky
CC:
chromium-reviews, Raman Kakilate, sadrul, ben+watch_chromium.org, tfarina, benquan, dhollowa+watch_chromium.org, ahutter, dbeam+watch-autofill_chromium.org, Dane Wallinga, dyu1, Albert Bodenhamer, estade+watch_chromium.org, Ilya Sherman
Visibility:
Public.

Description

Add ability for EventGenerator to generate Scroll events asynchronously This has been split out from https://codereview.chromium.org/11881042 BUG=124830 TEST=None Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=179348

Patch Set 1 #

Total comments: 5

Patch Set 2 : Addressed review concerns #

Total comments: 1

Patch Set 3 : Free any leftover events in destructor #

Unified diffs Side-by-side diffs Delta from patch set Stats (+268 lines, -91 lines) Patch
M ui/aura/root_window.cc View 1 2 1 chunk +13 lines, -12 lines 0 comments Download
M ui/aura/root_window_unittest.cc View 3 chunks +7 lines, -5 lines 0 comments Download
M ui/aura/test/event_generator.h View 1 6 chunks +34 lines, -2 lines 0 comments Download
M ui/aura/test/event_generator.cc View 1 2 20 chunks +171 lines, -51 lines 0 comments Download
M ui/base/events/event.h View 1 9 chunks +17 lines, -16 lines 0 comments Download
M ui/base/events/event.cc View 1 2 chunks +11 lines, -3 lines 0 comments Download
M ui/views/widget/widget_unittest.cc View 3 chunks +15 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
DaveMoore
7 years, 11 months ago (2013-01-27 20:56:56 UTC) #1
sadrul
LGTM https://codereview.chromium.org/12088015/diff/1/ui/aura/test/event_generator.h File ui/aura/test/event_generator.h (right): https://codereview.chromium.org/12088015/diff/1/ui/aura/test/event_generator.h#newcode85 ui/aura/test/event_generator.h:85: void set_post_events(bool post_events) { post_events_ = post_events; } ...
7 years, 10 months ago (2013-01-28 17:51:17 UTC) #2
sky
https://codereview.chromium.org/12088015/diff/1/chrome/browser/ui/views/autofill/autofill_dialog_views.cc File chrome/browser/ui/views/autofill/autofill_dialog_views.cc (right): https://codereview.chromium.org/12088015/diff/1/chrome/browser/ui/views/autofill/autofill_dialog_views.cc#newcode169 chrome/browser/ui/views/autofill/autofill_dialog_views.cc:169: ui::MouseEvent event_copy(event); Is there a reason for doing these ...
7 years, 10 months ago (2013-01-28 19:10:55 UTC) #3
DaveMoore
https://codereview.chromium.org/12088015/diff/1/chrome/browser/ui/views/autofill/autofill_dialog_views.cc File chrome/browser/ui/views/autofill/autofill_dialog_views.cc (right): https://codereview.chromium.org/12088015/diff/1/chrome/browser/ui/views/autofill/autofill_dialog_views.cc#newcode169 chrome/browser/ui/views/autofill/autofill_dialog_views.cc:169: ui::MouseEvent event_copy(event); When I made the MouseEvent() constructor explicit ...
7 years, 10 months ago (2013-01-28 23:25:20 UTC) #4
sky
7 years, 10 months ago (2013-01-29 15:42:56 UTC) #5
LGTM

https://codereview.chromium.org/12088015/diff/10004/ui/aura/test/event_genera...
File ui/aura/test/event_generator.cc (right):

https://codereview.chromium.org/12088015/diff/10004/ui/aura/test/event_genera...
ui/aura/test/event_generator.cc:111: }
delete events in pending_events_.

Powered by Google App Engine
This is Rietveld 408576698