|
Implement UI automation on the Mac.
Code is untested. From gChat:
me: do you have a good test I can use to make sure mac impl of
ui_controls for sending events works OK? Or would you prefer I send
you CLs to play with and we iterate by hand?
Joe: I would like the CL to play with to see if I can get it to work
with the code I wrote
Warning to Joe: mouse moved events currently use the Mac coordinate
frame (0,0 is bottom-left not top-left). That's easy to switch; I'd
like to do whatever is easiest to get WebDriver working.
BUG= 26102
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=46005
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Stats (+344 lines, -56 lines) |
 |
M |
base/keyboard_codes_win.h
|
View
|
1 chunk |
+2 lines, -1 line |
0 comments
|
 |
M |
chrome/browser/autocomplete/autocomplete_edit_view_browsertest.cc
|
View
|
1 chunk |
+1 line, -0 lines |
0 comments
|
 |
M |
chrome/browser/automation/automation_provider.cc
|
View
|
7 chunks |
+6 lines, -12 lines |
0 comments
|
 |
M |
chrome/browser/automation/automation_provider_win.cc
|
View
|
1 chunk |
+2 lines, -1 line |
0 comments
|
 |
M |
chrome/browser/automation/ui_controls.h
|
View
|
2 chunks |
+5 lines, -1 line |
0 comments
|
 |
M |
chrome/browser/automation/ui_controls_linux.cc
|
View
|
3 chunks |
+7 lines, -3 lines |
0 comments
|
 |
A |
chrome/browser/automation/ui_controls_mac.mm
|
View
|
1 chunk |
+240 lines, -0 lines |
0 comments
|
 |
M |
chrome/browser/automation/ui_controls_win.cc
|
View
|
1 chunk |
+4 lines, -1 line |
0 comments
|
 |
M |
chrome/browser/browser_focus_uitest.cc
|
View
|
9 chunks |
+10 lines, -9 lines |
0 comments
|
 |
M |
chrome/browser/browser_keyevents_browsertest.cc
|
View
|
1 chunk |
+3 lines, -1 line |
0 comments
|
 |
M |
chrome/browser/chromeos/compact_location_bar_host_browsertest.cc
|
View
|
4 chunks |
+6 lines, -5 lines |
0 comments
|
 |
M |
chrome/browser/chromeos/compact_navigation_bar_browsertest.cc
|
View
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
 |
M |
chrome/browser/views/bookmark_bar_view_test.cc
|
View
|
10 chunks |
+10 lines, -10 lines |
0 comments
|
 |
M |
chrome/browser/views/find_bar_host_interactive_uitest.cc
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
chrome/browser/views/frame/browser_view.cc
|
View
|
1 chunk |
+25 lines, -6 lines |
0 comments
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1 chunk |
+1 line, -0 lines |
0 comments
|
 |
M |
chrome/test/ui_test_utils_mac.cc
|
View
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
 |
M |
views/event.h
|
View
|
1 chunk |
+7 lines, -2 lines |
0 comments
|
Total messages: 11 (0 generated)
|