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

Issue 164371: Checkpoint for event automation porting.... (Closed)

Created:
11 years, 4 months ago by Evan Stade
Modified:
9 years, 6 months ago
Reviewers:
tony, dank
CC:
chromium-reviews_googlegroups.com, Ben Goodger (Google)
Visibility:
Public.

Description

Checkpoint for event automation porting. Partially based on patch by Dan Kegel. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=23209

Patch Set 1 #

Total comments: 8

Patch Set 2 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+153 lines, -415 lines) Patch
M chrome/browser/automation/automation_provider.cc View 1 6 chunks +19 lines, -1 line 0 comments Download
M chrome/browser/automation/ui_controls.h View 1 2 chunks +7 lines, -4 lines 1 comment Download
D chrome/browser/automation/ui_controls.cc View 1 chunk +0 lines, -345 lines 0 comments Download
A chrome/browser/automation/ui_controls_linux.cc View 1 chunk +16 lines, -0 lines 0 comments Download
A + chrome/browser/automation/ui_controls_win.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/chrome.gyp View 4 chunks +41 lines, -34 lines 0 comments Download
M chrome/common/temp_scaffolding_stubs.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/automated_ui_tests/automated_ui_tests.cc View 1 11 chunks +49 lines, -28 lines 0 comments Download
M chrome/test/automation/automation_constants.h View 2 chunks +20 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Evan Stade
(new issue)
11 years, 4 months ago (2009-08-12 02:54:25 UTC) #1
tony
Overall, LG, just some nits. http://codereview.chromium.org/164371/diff/1/2 File chrome/browser/automation/automation_provider.cc (right): http://codereview.chromium.org/164371/diff/1/2#newcode1734 Line 1734: ui_controls::SendKeyPress(key, Does this ...
11 years, 4 months ago (2009-08-12 18:23:23 UTC) #2
Evan Stade
http://codereview.chromium.org/164371/diff/1/2 File chrome/browser/automation/automation_provider.cc (right): http://codereview.chromium.org/164371/diff/1/2#newcode1734 Line 1734: ui_controls::SendKeyPress(key, On 2009/08/12 18:23:23, tony wrote: > Does ...
11 years, 4 months ago (2009-08-12 18:54:02 UTC) #3
tony
11 years, 4 months ago (2009-08-12 19:04:13 UTC) #4
LGTM with one nit

http://codereview.chromium.org/164371/diff/18/21
File chrome/browser/automation/ui_controls.h (right):

http://codereview.chromium.org/164371/diff/18/21#newcode59
Line 59: bool SendMouseClick(MouseButton type);
Nit: Can you add stub functions in ui_controls_linux.cc for the methods that
aren't implemented yet?  The shared object build would need them.

Powered by Google App Engine
This is Rietveld 408576698