|
[ChromeDriver] Added CommandListener interface
Added CommandListener interface and updated Session implementation to use it. When WebDriver commands are issued, CommandListener::OnCommand is called. This is a first step toward tracing support in ChromeDriver. PerformanceLogger will need OnCommand in order to request trace logs at appropriate points (e.g. when "GetLog" command is issued).
BUG=
Total comments: 13
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+223 lines, -304 lines) |
Patch |
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
2
|
5 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
D |
chrome/test/chromedriver/chrome/performance_logger.h
|
View
|
1
2
|
1 chunk |
+0 lines, -40 lines |
0 comments
|
Download
|
 |
D |
chrome/test/chromedriver/chrome/performance_logger.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -65 lines |
0 comments
|
Download
|
 |
D |
chrome/test/chromedriver/chrome/performance_logger_unittest.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -190 lines |
0 comments
|
Download
|
 |
A |
chrome/test/chromedriver/command_listener.h
|
View
|
1
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/test/chromedriver/commands.cc
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/test/chromedriver/commands_unittest.cc
|
View
|
1
|
1 chunk |
+121 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/test/chromedriver/logging.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
chrome/test/chromedriver/performance_logger.h
|
View
|
1
2
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
chrome/test/chromedriver/performance_logger.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
chrome/test/chromedriver/performance_logger_unittest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/chromedriver/session.h
|
View
|
1
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/test/chromedriver/session.cc
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/test/chromedriver/session_unittest.cc
|
View
|
1
|
3 chunks |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/test/chromedriver/util.h
|
View
|
1
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/test/chromedriver/util.cc
|
View
|
1
|
3 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|