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

Issue 23467010: [chromedriver] Logging tweaks and fixes. (Closed)

Created:
7 years, 3 months ago by kkania
Modified:
7 years, 3 months ago
CC:
chromium-reviews, vsevik, kkania, frankf, yurys, paulirish+reviews_chromium.org, devtools-reviews_chromium.org, aandrey+blink_chromium.org, pfeldman
Visibility:
Public.

Description

[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

Patch Set 1 : . #

Total comments: 16

Patch Set 2 : . #

Patch Set 3 : rebase #

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

Messages

Total messages: 5 (0 generated)
kkania
7 years, 3 months ago (2013-09-05 21:19:28 UTC) #1
chrisgao (Use stgao instead)
lgtm with nits. https://codereview.chromium.org/23467010/diff/3001/chrome/test/chromedriver/chrome_launcher.cc File chrome/test/chromedriver/chrome_launcher.cc (right): https://codereview.chromium.org/23467010/diff/3001/chrome/test/chromedriver/chrome_launcher.cc#newcode283 chrome/test/chromedriver/chrome_launcher.cc:283: Status status = chrome_desktop->WaitForPageToLoad( Will this ...
7 years, 3 months ago (2013-09-06 21:20:13 UTC) #2
kkania
https://codereview.chromium.org/23467010/diff/3001/chrome/test/chromedriver/chrome_launcher.cc File chrome/test/chromedriver/chrome_launcher.cc (right): https://codereview.chromium.org/23467010/diff/3001/chrome/test/chromedriver/chrome_launcher.cc#newcode283 chrome/test/chromedriver/chrome_launcher.cc:283: Status status = chrome_desktop->WaitForPageToLoad( On 2013/09/06 21:20:13, chrisgao wrote: ...
7 years, 3 months ago (2013-09-06 23:09:29 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kkania@chromium.org/23467010/16001
7 years, 3 months ago (2013-09-06 23:25:46 UTC) #4
commit-bot: I haz the power
7 years, 3 months ago (2013-09-07 02:57:37 UTC) #5
Message was sent while issue was closed.
Change committed as 221868

Powered by Google App Engine
This is Rietveld 408576698