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

Issue 7139001: In chromedriver, add /log url (Closed)

Created:
9 years, 6 months ago by kkania
Modified:
9 years, 6 months ago
CC:
chromium-reviews, kkania, Paweł Hajdan Jr., Jason Leyba
Visibility:
Public.

Description

In chromedriver, add /log url to get the contents of the chromedriver log remotely. Also add a 'chrome.verbose' boolean startup option. Remove usage of VLOG(1) in chromedriver. We do not need as complicated logging as in Chrome. BUG=85241 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=88492

Patch Set 1 #

Total comments: 11

Patch Set 2 : fixes #

Patch Set 3 : ... #

Patch Set 4 : ... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+234 lines, -176 lines) Patch
M chrome/chrome_tests.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/automation/automation_json_requests.h View 1 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/test/automation/automation_json_requests.cc View 1 2 chunks +23 lines, -28 lines 0 comments Download
M chrome/test/webdriver/automation.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/test/webdriver/chromedriver_tests.py View 1 chunk +25 lines, -0 lines 0 comments Download
M chrome/test/webdriver/commands/create_session.cc View 3 chunks +16 lines, -1 line 0 comments Download
M chrome/test/webdriver/commands/webdriver_command.cc View 2 chunks +10 lines, -9 lines 0 comments Download
M chrome/test/webdriver/dispatch.h View 1 2 3 3 chunks +11 lines, -2 lines 0 comments Download
M chrome/test/webdriver/dispatch.cc View 1 6 chunks +56 lines, -15 lines 0 comments Download
M chrome/test/webdriver/keymap.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/webdriver/server.cc View 6 chunks +13 lines, -32 lines 0 comments Download
M chrome/test/webdriver/session_manager.cc View 2 chunks +2 lines, -6 lines 0 comments Download
M chrome/test/webdriver/utility_functions.h View 2 chunks +1 line, -16 lines 0 comments Download
M chrome/test/webdriver/utility_functions.cc View 1 chunk +0 lines, -63 lines 0 comments Download
A chrome/test/webdriver/webdriver_logging.h View 1 1 chunk +22 lines, -0 lines 0 comments Download
A chrome/test/webdriver/webdriver_logging.cc View 1 1 chunk +41 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
kkania
9 years, 6 months ago (2011-06-08 18:40:04 UTC) #1
Huyen
http://codereview.chromium.org/7139001/diff/1/chrome/test/webdriver/dispatch.cc File chrome/test/webdriver/dispatch.cc (right): http://codereview.chromium.org/7139001/diff/1/chrome/test/webdriver/dispatch.cc#newcode66 chrome/test/webdriver/dispatch.cc:66: const std::string& content) { line up indentation of parameters. ...
9 years, 6 months ago (2011-06-08 19:17:54 UTC) #2
Huyen
http://codereview.chromium.org/7139001/diff/1/chrome/test/webdriver/dispatch.cc File chrome/test/webdriver/dispatch.cc (right): http://codereview.chromium.org/7139001/diff/1/chrome/test/webdriver/dispatch.cc#newcode25 chrome/test/webdriver/dispatch.cc:25: #include "chrome/test/webdriver/webdriver_logging.h" Oh, did you forget to add webdriver_logging ...
9 years, 6 months ago (2011-06-08 19:55:52 UTC) #3
kkania
http://codereview.chromium.org/7139001/diff/1/chrome/test/webdriver/dispatch.cc File chrome/test/webdriver/dispatch.cc (right): http://codereview.chromium.org/7139001/diff/1/chrome/test/webdriver/dispatch.cc#newcode66 chrome/test/webdriver/dispatch.cc:66: const std::string& content) { On 2011/06/08 19:17:54, Huyen wrote: ...
9 years, 6 months ago (2011-06-08 21:10:49 UTC) #4
Huyen
LGTM. Will you also add the timeout change to this issue?
9 years, 6 months ago (2011-06-09 00:07:14 UTC) #5
commit-bot: I haz the power
Commit queue patch verification failed
9 years, 6 months ago (2011-06-09 01:55:37 UTC) #6
commit-bot: I haz the power
9 years, 6 months ago (2011-06-09 05:06:29 UTC) #7
Change committed as 88492

Powered by Google App Engine
This is Rietveld 408576698