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

Issue 23566018: [chromedriver] Remove Logger and just use base LOG. (Closed)

Created:
7 years, 3 months ago by kkania
Modified:
7 years, 3 months ago
CC:
chromium-reviews, frankf
Visibility:
Public.

Description

[chromedriver] Remove Logger and just use base LOG. BUG=none R=chrisgao@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221521

Patch Set 1 #

Total comments: 24

Patch Set 2 : rebase #

Patch Set 3 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+525 lines, -562 lines) Patch
M chrome/chrome_tests.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/capabilities.h View 5 chunks +5 lines, -3 lines 0 comments Download
M chrome/test/chromedriver/capabilities.cc View 1 6 chunks +19 lines, -17 lines 0 comments Download
M chrome/test/chromedriver/capabilities_unittest.cc View 21 chunks +24 lines, -49 lines 0 comments Download
M chrome/test/chromedriver/chrome/adb_impl.h View 1 2 2 chunks +1 line, -3 lines 0 comments Download
M chrome/test/chromedriver/chrome/adb_impl.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/test/chromedriver/chrome/chrome_android_impl.h View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/test/chromedriver/chrome/chrome_android_impl.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/test/chromedriver/chrome/chrome_desktop_impl.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/chromedriver/chrome/chrome_desktop_impl.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/test/chromedriver/chrome/chrome_existing_impl.h View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/test/chromedriver/chrome/chrome_existing_impl.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/test/chromedriver/chrome/chrome_impl.h View 2 chunks +1 line, -4 lines 0 comments Download
M chrome/test/chromedriver/chrome/chrome_impl.cc View 3 chunks +3 lines, -6 lines 0 comments Download
M chrome/test/chromedriver/chrome/console_logger.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/chrome/console_logger_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/chrome/devtools_client_impl.h View 4 chunks +1 line, -5 lines 0 comments Download
M chrome/test/chromedriver/chrome/devtools_client_impl.cc View 1 2 8 chunks +40 lines, -19 lines 0 comments Download
M chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc View 24 chunks +23 lines, -48 lines 0 comments Download
M chrome/test/chromedriver/chrome/devtools_http_client.h View 3 chunks +1 line, -4 lines 0 comments Download
M chrome/test/chromedriver/chrome/devtools_http_client.cc View 4 chunks +10 lines, -13 lines 0 comments Download
M chrome/test/chromedriver/chrome/log.h View 1 2 2 chunks +19 lines, -16 lines 0 comments Download
M chrome/test/chromedriver/chrome/log.cc View 1 2 3 chunks +37 lines, -72 lines 0 comments Download
chrome/test/chromedriver/chrome/performance_logger.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/chrome/performance_logger_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A chrome/test/chromedriver/chrome/util.h View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
A chrome/test/chromedriver/chrome/util.cc View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/chrome/web_view_impl.h View 3 chunks +1 line, -4 lines 0 comments Download
M chrome/test/chromedriver/chrome/web_view_impl.cc View 5 chunks +5 lines, -8 lines 0 comments Download
M chrome/test/chromedriver/chrome_launcher.h View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/test/chromedriver/chrome_launcher.cc View 12 chunks +9 lines, -18 lines 0 comments Download
M chrome/test/chromedriver/commands.h View 2 chunks +1 line, -4 lines 0 comments Download
M chrome/test/chromedriver/commands.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/test/chromedriver/logging.h View 1 2 2 chunks +13 lines, -19 lines 0 comments Download
M chrome/test/chromedriver/logging.cc View 1 2 2 chunks +199 lines, -82 lines 0 comments Download
M chrome/test/chromedriver/logging_unittest.cc View 7 chunks +30 lines, -54 lines 0 comments Download
M chrome/test/chromedriver/server/chromedriver_server.cc View 5 chunks +6 lines, -46 lines 0 comments Download
M chrome/test/chromedriver/server/http_handler.h View 3 chunks +1 line, -4 lines 0 comments Download
M chrome/test/chromedriver/server/http_handler.cc View 1 2 5 chunks +12 lines, -17 lines 0 comments Download
M chrome/test/chromedriver/server/http_handler_unittest.cc View 6 chunks +6 lines, -12 lines 0 comments Download
M chrome/test/chromedriver/session_commands.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
kkania
7 years, 3 months ago (2013-09-04 23:17:31 UTC) #1
kkania
https://codereview.chromium.org/23566018/diff/1/chrome/test/chromedriver/capabilities.cc File chrome/test/chromedriver/capabilities.cc (right): https://codereview.chromium.org/23566018/diff/1/chrome/test/chromedriver/capabilities.cc#newcode226 chrome/test/chromedriver/capabilities.cc:226: return Status(kUnknownError, "capability must be a dictionary"); revert
7 years, 3 months ago (2013-09-04 23:39:30 UTC) #2
chrisgao (Use stgao instead)
lgtm with nits. https://codereview.chromium.org/23566018/diff/1/chrome/test/chromedriver/chrome/adb_impl.cc File chrome/test/chromedriver/chrome/adb_impl.cc (right): https://codereview.chromium.org/23566018/diff/1/chrome/test/chromedriver/chrome/adb_impl.cc#newcode228 chrome/test/chromedriver/chrome/adb_impl.cc:228: VLOG(1) << "Received adb response: " ...
7 years, 3 months ago (2013-09-05 01:20:46 UTC) #3
kkania
https://codereview.chromium.org/23566018/diff/1/chrome/test/chromedriver/capabilities.cc File chrome/test/chromedriver/capabilities.cc (right): https://codereview.chromium.org/23566018/diff/1/chrome/test/chromedriver/capabilities.cc#newcode226 chrome/test/chromedriver/capabilities.cc:226: return Status(kUnknownError, "capability must be a dictionary"); On 2013/09/04 ...
7 years, 3 months ago (2013-09-05 15:15:10 UTC) #4
kkania
7 years, 3 months ago (2013-09-05 21:21:44 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r221521 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698