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

Issue 14263024: Logging API in chromedriver2. (Closed)

Created:
7 years, 8 months ago by klm
Modified:
7 years, 8 months ago
Reviewers:
kkania
CC:
chromium-reviews, craigdh, klundberg
Base URL:
https://src.chromium.org/chrome/trunk/src/
Visibility:
Public.

Description

Logging API in chromedriver2. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=195198

Patch Set 1 : #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 28

Patch Set 5 : #

Patch Set 6 : #

Total comments: 11

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+623 lines, -37 lines) Patch
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 4 chunks +6 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/capabilities.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/chromedriver/capabilities.cc View 1 2 3 4 5 6 7 2 chunks +19 lines, -1 line 0 comments Download
M chrome/test/chromedriver/capabilities_unittest.cc View 1 2 3 4 5 6 7 1 chunk +24 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/chrome/chrome_android_impl.h View 1 2 3 4 5 6 7 8 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/test/chromedriver/chrome/chrome_android_impl.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/test/chromedriver/chrome/chrome_desktop_impl.h View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/chrome/chrome_desktop_impl.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download
M chrome/test/chromedriver/chrome/chrome_impl.h View 1 2 3 4 5 6 7 3 chunks +4 lines, -1 line 0 comments Download
M chrome/test/chromedriver/chrome/chrome_impl.cc View 1 2 3 4 5 6 7 3 chunks +15 lines, -3 lines 0 comments Download
A chrome/test/chromedriver/chrome/devtools_event_logger.h View 1 2 3 4 1 chunk +61 lines, -0 lines 0 comments Download
A chrome/test/chromedriver/chrome/devtools_event_logger.cc View 1 2 3 4 5 6 1 chunk +112 lines, -0 lines 0 comments Download
A chrome/test/chromedriver/chrome/devtools_event_logger_unittest.cc View 1 2 3 4 1 chunk +173 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/chrome_launcher.h View 1 2 3 4 5 6 7 3 chunks +9 lines, -5 lines 0 comments Download
M chrome/test/chromedriver/chrome_launcher.cc View 1 2 3 4 5 6 7 3 chunks +28 lines, -20 lines 0 comments Download
M chrome/test/chromedriver/command_executor_impl.cc View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/commands.cc View 1 2 3 4 5 6 7 4 chunks +14 lines, -1 line 0 comments Download
A chrome/test/chromedriver/logging.h View 1 2 3 4 5 6 1 chunk +17 lines, -0 lines 0 comments Download
A chrome/test/chromedriver/logging.cc View 1 2 3 4 5 6 1 chunk +37 lines, -0 lines 0 comments Download
A chrome/test/chromedriver/logging_unittest.cc View 1 2 3 4 5 6 1 chunk +34 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/server/chromedriver_server.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/session.h View 1 2 3 4 5 6 7 3 chunks +3 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/session.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/chromedriver/session_commands.h View 1 2 3 4 5 6 7 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/session_commands.cc View 1 2 3 4 5 6 7 2 chunks +35 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
klm
Ken, you'll likely want to reshuffle things, let me know what your preferences are. I ...
7 years, 8 months ago (2013-04-15 21:00:30 UTC) #1
klm
Ken, I would actually appreciate even partial comments especially if they are about refactoring the ...
7 years, 8 months ago (2013-04-16 00:29:24 UTC) #2
kkania
Just a few high-level comments: -revert changes to webdriver_server.cc (which I suppose were accidental) -add ...
7 years, 8 months ago (2013-04-16 22:51:30 UTC) #3
klm
On 2013/04/16 22:51:30, kkania wrote: > Just a few high-level comments: > -revert changes to ...
7 years, 8 months ago (2013-04-17 05:18:01 UTC) #4
kkania
On 2013/04/17 05:18:01, klm wrote: > On 2013/04/16 22:51:30, kkania wrote: > > Just a ...
7 years, 8 months ago (2013-04-17 17:03:06 UTC) #5
klm
PTAL
7 years, 8 months ago (2013-04-18 01:08:31 UTC) #6
kkania
https://codereview.chromium.org/14263024/diff/3003/chrome/test/chromedriver/chrome/chrome_impl.cc File chrome/test/chromedriver/chrome/chrome_impl.cc (right): https://codereview.chromium.org/14263024/diff/3003/chrome/test/chromedriver/chrome/chrome_impl.cc#newcode63 chrome/test/chromedriver/chrome/chrome_impl.cc:63: Status add_status((*logger)->AddDevToolsClient(client.get())); get rid of AddDevToolsClient, and just do ...
7 years, 8 months ago (2013-04-18 17:34:39 UTC) #7
klm
Thanks! PTAL. https://codereview.chromium.org/14263024/diff/3003/chrome/test/chromedriver/chrome/chrome_impl.cc File chrome/test/chromedriver/chrome/chrome_impl.cc (right): https://codereview.chromium.org/14263024/diff/3003/chrome/test/chromedriver/chrome/chrome_impl.cc#newcode63 chrome/test/chromedriver/chrome/chrome_impl.cc:63: Status add_status((*logger)->AddDevToolsClient(client.get())); On 2013/04/18 17:34:39, kkania wrote: ...
7 years, 8 months ago (2013-04-18 19:11:31 UTC) #8
kkania
lgtm https://codereview.chromium.org/14263024/diff/46004/chrome/test/chromedriver/capabilities.cc File chrome/test/chromedriver/capabilities.cc (right): https://codereview.chromium.org/14263024/diff/46004/chrome/test/chromedriver/capabilities.cc#newcode15 chrome/test/chromedriver/capabilities.cc:15: #include "chrome/test/chromedriver/logging.h" you can drop this now https://codereview.chromium.org/14263024/diff/46004/chrome/test/chromedriver/commands.cc ...
7 years, 8 months ago (2013-04-18 20:27:54 UTC) #9
klm
Note how I changed the parsing call in capabilities.cc -- wasn't working with Android. https://codereview.chromium.org/14263024/diff/46004/chrome/test/chromedriver/capabilities.cc ...
7 years, 8 months ago (2013-04-18 22:53:34 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/klm@google.com/14263024/68001
7 years, 8 months ago (2013-04-19 03:19:36 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/klm@google.com/14263024/71006
7 years, 8 months ago (2013-04-19 03:51:16 UTC) #12
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 8 months ago (2013-04-19 03:53:02 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/klm@google.com/14263024/71006
7 years, 8 months ago (2013-04-19 03:56:37 UTC) #14
commit-bot: I haz the power
7 years, 8 months ago (2013-04-19 15:06:52 UTC) #15
Message was sent while issue was closed.
Change committed as 195198

Powered by Google App Engine
This is Rietveld 408576698