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

Issue 353063005: [ChromeDriver] Subscribe PerformanceLogger to CommandListener interface (Closed)

Created:
6 years, 6 months ago by johnmoore
Modified:
6 years, 5 months ago
Reviewers:
samuong, wrightt, stgao, klm
CC:
chromium-reviews, stgao
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[ChromeDriver] Subscribe PerformanceLogger to CommandListener interface BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283835

Patch Set 1 #

Total comments: 13

Patch Set 2 : Use ScopedVector instead of std::list #

Patch Set 3 : Removed unintentional debug output #

Total comments: 29

Patch Set 4 : Fixing style issues #

Patch Set 5 : Fixing forward declaration #

Patch Set 6 : Fixing use-after-free memory error #

Patch Set 7 : Removing unnecessary check in test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+327 lines, -323 lines) Patch
M chrome/chrome_tests.gypi View 1 2 3 5 chunks +7 lines, -3 lines 0 comments Download
D chrome/test/chromedriver/chrome/performance_logger.h View 1 chunk +0 lines, -40 lines 0 comments Download
D chrome/test/chromedriver/chrome/performance_logger.cc View 1 chunk +0 lines, -65 lines 0 comments Download
D chrome/test/chromedriver/chrome/performance_logger_unittest.cc View 1 chunk +0 lines, -190 lines 0 comments Download
A chrome/test/chromedriver/command_listener.h View 1 chunk +22 lines, -0 lines 0 comments Download
A chrome/test/chromedriver/command_listener_proxy.h View 1 2 3 1 chunk +30 lines, -0 lines 0 comments Download
A chrome/test/chromedriver/command_listener_proxy.cc View 1 1 chunk +19 lines, -0 lines 0 comments Download
A chrome/test/chromedriver/command_listener_proxy_unittest.cc View 1 chunk +47 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/commands.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/commands_unittest.cc View 1 2 3 4 5 6 2 chunks +111 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/logging.h View 1 2 3 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/test/chromedriver/logging.cc View 1 2 3 4 chunks +16 lines, -6 lines 0 comments Download
M chrome/test/chromedriver/logging_unittest.cc View 1 3 chunks +19 lines, -9 lines 0 comments Download
A + chrome/test/chromedriver/performance_logger.h View 3 chunks +7 lines, -4 lines 0 comments Download
A + chrome/test/chromedriver/performance_logger.cc View 1 2 2 chunks +6 lines, -1 line 0 comments Download
A + chrome/test/chromedriver/performance_logger_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/session.h View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/session_commands.cc View 1 2 chunks +7 lines, -1 line 0 comments Download
M chrome/test/chromedriver/session_unittest.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/chromedriver/util.h View 1 2 3 4 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/util.cc View 1 3 chunks +15 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
johnmoore
Hi all, This is a preview of the second of four proposed CLs for ChromeDriver ...
6 years, 6 months ago (2014-06-26 22:58:52 UTC) #1
stgao
Hi John, Overall, the CL looks quite good. Let's meet and discuss pending issues if ...
6 years, 5 months ago (2014-06-27 16:48:25 UTC) #2
johnmoore
Hi Shuotao, Thanks for meeting with me today. I've addressed your comments on this CL, ...
6 years, 5 months ago (2014-06-27 21:58:04 UTC) #3
stgao
Hi John, Thanks for the new patch. I typed in some more comments on styles ...
6 years, 5 months ago (2014-07-01 19:02:27 UTC) #4
johnmoore
Hi Shuotao, I have made most of the edits you suggested. The remaining issues are ...
6 years, 5 months ago (2014-07-02 22:17:45 UTC) #5
stgao
lgtm with a nit on MockCommandListener. It could be addressed in a separate CL if ...
6 years, 5 months ago (2014-07-11 21:36:07 UTC) #6
johnmoore
The CQ bit was checked by johnmoore@google.com
6 years, 5 months ago (2014-07-14 14:52:08 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/johnmoore@google.com/353063005/50001
6 years, 5 months ago (2014-07-14 14:53:04 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_clang_dbg on tryserver.chromium ...
6 years, 5 months ago (2014-07-14 16:04:02 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-14 16:10:03 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_rel/builds/51243)
6 years, 5 months ago (2014-07-14 16:10:04 UTC) #11
johnmoore
The CQ bit was checked by johnmoore@google.com
6 years, 5 months ago (2014-07-14 16:29:22 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/johnmoore@google.com/353063005/70001
6 years, 5 months ago (2014-07-14 16:30:41 UTC) #13
commit-bot: I haz the power
Change committed as 283003
6 years, 5 months ago (2014-07-14 19:57:43 UTC) #14
johnmoore
An ASAN trybot caught a use-after-free memory error in a unit test after I committed ...
6 years, 5 months ago (2014-07-15 00:45:41 UTC) #15
stgao
This CL could be reused, and you don't have to upload a new CL. But ...
6 years, 5 months ago (2014-07-16 17:39:42 UTC) #16
johnmoore
SGTM. Sam, please note that the CL now passes the linux_asan trybot, and chromedriver_unittests passes ...
6 years, 5 months ago (2014-07-16 17:57:24 UTC) #17
samuong
On 2014/07/16 17:57:24, johnmoore wrote: > SGTM. Sam, please note that the CL now passes ...
6 years, 5 months ago (2014-07-16 21:25:29 UTC) #18
johnmoore
The CQ bit was checked by johnmoore@google.com
6 years, 5 months ago (2014-07-17 16:27:13 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/johnmoore@google.com/353063005/110001
6 years, 5 months ago (2014-07-17 16:28:54 UTC) #20
commit-bot: I haz the power
6 years, 5 months ago (2014-07-17 19:18:13 UTC) #21
Message was sent while issue was closed.
Change committed as 283835

Powered by Google App Engine
This is Rietveld 408576698