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

Issue 10411031: Fixing loglevel in chrome driver to accept string rather than an integer. (Closed)

Created:
8 years, 7 months ago by zori
Modified:
8 years, 7 months ago
Reviewers:
kkania
CC:
chromium-reviews, kkania
Visibility:
Public.

Description

Fixing loglevel in chrome driver to accept string rather than an integer. Patch from Zori Kostadinova <zori@chromium.org>; BUG=chromedriver:75 TEST= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=138532

Patch Set 1 #

Total comments: 10

Patch Set 2 : "Changes on LogLevelFromString()." #

Total comments: 1

Patch Set 3 : Added OFF driver logging level. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -5 lines) Patch
M chrome/test/webdriver/webdriver_capabilities_parser.cc View 3 chunks +6 lines, -5 lines 0 comments Download
M chrome/test/webdriver/webdriver_capabilities_parser_unittest.cc View 1 2 chunks +17 lines, -0 lines 0 comments Download
M chrome/test/webdriver/webdriver_logging.h View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/test/webdriver/webdriver_logging.cc View 1 2 3 chunks +26 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
zori
8 years, 7 months ago (2012-05-18 22:47:00 UTC) #1
kkania
https://chromiumcodereview.appspot.com/10411031/diff/1/chrome/test/webdriver/webdriver_capabilities_parser_unittest.cc File chrome/test/webdriver/webdriver_capabilities_parser_unittest.cc (right): https://chromiumcodereview.appspot.com/10411031/diff/1/chrome/test/webdriver/webdriver_capabilities_parser_unittest.cc#newcode275 chrome/test/webdriver/webdriver_capabilities_parser_unittest.cc:275: ASSERT_FALSE(parser.Parse()); i guess you wrote this test to demonstrate ...
8 years, 7 months ago (2012-05-21 17:46:46 UTC) #2
zori
https://chromiumcodereview.appspot.com/10411031/diff/1/chrome/test/webdriver/webdriver_capabilities_parser_unittest.cc File chrome/test/webdriver/webdriver_capabilities_parser_unittest.cc (right): https://chromiumcodereview.appspot.com/10411031/diff/1/chrome/test/webdriver/webdriver_capabilities_parser_unittest.cc#newcode275 chrome/test/webdriver/webdriver_capabilities_parser_unittest.cc:275: ASSERT_FALSE(parser.Parse()); Since CapabilitiesParser::Parse() returns Error*, this is how the ...
8 years, 7 months ago (2012-05-21 23:42:33 UTC) #3
kkania
lgtm after one change http://codereview.chromium.org/10411031/diff/1006/chrome/test/webdriver/webdriver_logging.cc File chrome/test/webdriver/webdriver_logging.cc (right): http://codereview.chromium.org/10411031/diff/1006/chrome/test/webdriver/webdriver_logging.cc#newcode33 chrome/test/webdriver/webdriver_logging.cc:33: level = kSevereLogLevel; I think ...
8 years, 7 months ago (2012-05-22 16:09:01 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zori@chromium.org/10411031/1007
8 years, 7 months ago (2012-05-23 00:48:12 UTC) #5
commit-bot: I haz the power
8 years, 7 months ago (2012-05-23 03:47:35 UTC) #6
Try job failure for 10411031-1007 (retry) on win_rel for step "runhooks".
It's a second try, previously, step "sync_unit_tests" failed.
http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&nu...

Powered by Google App Engine
This is Rietveld 408576698