|
[chromedriver] Logging tweaks and fix thread leak bug.
-move command logging from http_handler to execute session command
-fix bug where didn't delete thread if session creation failed
-add logging for prefs
-LOG to driver log if on appropriate thread
BUG=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221868
Total comments: 16
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+524 lines, -406 lines) |
Patch |
 |
M |
chrome/test/chromedriver/chrome/devtools_client_impl.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/test/chromedriver/chrome_launcher.cc
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/test/chromedriver/commands.h
|
View
|
|
4 chunks |
+4 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chrome/test/chromedriver/commands.cc
|
View
|
1
|
9 chunks |
+28 lines, -110 lines |
0 comments
|
Download
|
 |
M |
chrome/test/chromedriver/commands_unittest.cc
|
View
|
|
4 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/test/chromedriver/logging.h
|
View
|
1
|
3 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/test/chromedriver/logging.cc
|
View
|
1
2
|
5 chunks |
+40 lines, -45 lines |
0 comments
|
Download
|
 |
M |
chrome/test/chromedriver/logging_unittest.cc
|
View
|
1
|
3 chunks |
+3 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/test/chromedriver/server/http_handler.h
|
View
|
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/test/chromedriver/server/http_handler.cc
|
View
|
1
|
8 chunks |
+253 lines, -181 lines |
0 comments
|
Download
|
 |
M |
chrome/test/chromedriver/session.h
|
View
|
|
2 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/test/chromedriver/session.cc
|
View
|
1
|
4 chunks |
+28 lines, -21 lines |
0 comments
|
Download
|
 |
M |
chrome/test/chromedriver/session_commands.h
|
View
|
|
1 chunk |
+21 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/chromedriver/session_commands.cc
|
View
|
1
|
4 chunks |
+119 lines, -9 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|