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

Issue 429693003: [ChromeDriver] Implementing PerfLoggingPrefs for perf log (Closed)

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

Description

[ChromeDriver] Implementing PerfLoggingPrefs for perf log BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287613

Patch Set 1 #

Patch Set 2 : Increasing test coverage #

Total comments: 22

Patch Set 3 : Fixing style issues #

Total comments: 4

Patch Set 4 : Fixing memory leak #

Unified diffs Side-by-side diffs Delta from patch set Stats (+272 lines, -28 lines) Patch
M chrome/test/chromedriver/capabilities.h View 1 2 2 chunks +23 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/capabilities.cc View 1 2 3 4 chunks +64 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/capabilities_unittest.cc View 2 chunks +87 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/chrome/devtools_client_impl.cc View 1 2 3 1 chunk +9 lines, -6 lines 0 comments Download
M chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc View 1 chunk +5 lines, -1 line 0 comments Download
M chrome/test/chromedriver/chrome_launcher.cc View 1 2 6 chunks +18 lines, -11 lines 0 comments Download
M chrome/test/chromedriver/logging.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/test/chromedriver/performance_logger.h View 1 2 3 chunks +9 lines, -2 lines 0 comments Download
M chrome/test/chromedriver/performance_logger.cc View 1 2 4 chunks +36 lines, -7 lines 0 comments Download
M chrome/test/chromedriver/performance_logger_unittest.cc View 1 1 chunk +19 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
johnmoore
Hi Sam, Shuotao, I have decided to break the last ChromeDriver tracing CL into two ...
6 years, 4 months ago (2014-07-29 20:37:59 UTC) #1
samuong
The CQ bit was checked by samuong@chromium.org
6 years, 4 months ago (2014-07-30 00:01:23 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/johnmoore@google.com/429693003/20001
6 years, 4 months ago (2014-07-30 00:03:41 UTC) #3
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-07-30 00:03:42 UTC) #4
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
6 years, 4 months ago (2014-07-30 00:03:43 UTC) #5
samuong
Thanks John, comments are below. Also, we should document the changes you're making to the ...
6 years, 4 months ago (2014-08-04 06:08:23 UTC) #6
johnmoore
Thanks for the review, Sam! I have addressed your comments. https://codereview.chromium.org/429693003/diff/20001/chrome/test/chromedriver/capabilities.cc File chrome/test/chromedriver/capabilities.cc (right): https://codereview.chromium.org/429693003/diff/20001/chrome/test/chromedriver/capabilities.cc#newcode311 ...
6 years, 4 months ago (2014-08-04 17:37:58 UTC) #7
samuong
On 2014/08/04 17:37:58, johnmoore wrote: > Thanks for the review, Sam! I have addressed your ...
6 years, 4 months ago (2014-08-04 18:18:22 UTC) #8
stgao
lgtm if the memory leak issue is fixed. https://codereview.chromium.org/429693003/diff/40001/chrome/test/chromedriver/capabilities.cc File chrome/test/chromedriver/capabilities.cc (right): https://codereview.chromium.org/429693003/diff/40001/chrome/test/chromedriver/capabilities.cc#newcode338 chrome/test/chromedriver/capabilities.cc:338: return ...
6 years, 4 months ago (2014-08-04 21:15:09 UTC) #9
johnmoore
Fixed memory leak. Shuotao, could you let me know if you approve of my fix? ...
6 years, 4 months ago (2014-08-04 21:40:49 UTC) #10
stgao
John, thanks for the quick fix! lgtm
6 years, 4 months ago (2014-08-04 22:15:06 UTC) #11
johnmoore
The CQ bit was checked by johnmoore@google.com
6 years, 4 months ago (2014-08-05 15:41:43 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/429693003/60001
6 years, 4 months ago (2014-08-05 15:42:51 UTC) #13
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_gpu on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-08-05 18:36:17 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-05 18:52:27 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: win_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu/builds/42698)
6 years, 4 months ago (2014-08-05 18:52:28 UTC) #16
johnmoore
The CQ bit was checked by johnmoore@google.com
6 years, 4 months ago (2014-08-05 20:45:51 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/johnmoore@google.com/429693003/60001
6 years, 4 months ago (2014-08-05 20:47:25 UTC) #18
commit-bot: I haz the power
6 years, 4 months ago (2014-08-05 22:17:36 UTC) #19
Message was sent while issue was closed.
Change committed as 287613

Powered by Google App Engine
This is Rietveld 408576698