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

Issue 605143002: [chromedriver] Accept git hashes in blink version strings from devtools (Closed)

Created:
6 years, 2 months ago by samuong
Modified:
6 years, 2 months ago
Reviewers:
stgao
CC:
chromium-reviews, vsevik, yurys, paulirish+reviews_chromium.org, devtools-reviews_chromium.org, stgao, aandrey+blink_chromium.org, pfeldman, cliffordcheng
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[chromedriver] Accept git hashes in blink version strings from devtools BUG=chromedriver:906 Committed: https://crrev.com/1bfa9a7b7ba1233055cfb8449b9e7b9b3ce364c9 Cr-Commit-Position: refs/heads/master@{#297496}

Patch Set 1 #

Total comments: 14

Patch Set 2 : Fix nits #

Patch Set 3 : Move struct BrowserInfo and related functions to browser_info(_unittest).(cc|h) #

Patch Set 4 : Forgot to git add new files #

Total comments: 4

Patch Set 5 : Fix review nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+284 lines, -189 lines) Patch
M chrome/chrome_tests.gypi View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
A chrome/test/chromedriver/chrome/browser_info.h View 1 2 3 1 chunk +44 lines, -0 lines 0 comments Download
A chrome/test/chromedriver/chrome/browser_info.cc View 1 2 3 4 1 chunk +120 lines, -0 lines 0 comments Download
A chrome/test/chromedriver/chrome/browser_info_unittest.cc View 1 2 3 4 1 chunk +94 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/chrome/chrome_impl.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/chromedriver/chrome/devtools_http_client.h View 1 2 3 4 3 chunks +1 line, -5 lines 0 comments Download
M chrome/test/chromedriver/chrome/devtools_http_client.cc View 1 2 3 4 5 chunks +8 lines, -94 lines 0 comments Download
M chrome/test/chromedriver/chrome/devtools_http_client_unittest.cc View 1 2 1 chunk +0 lines, -36 lines 0 comments Download
M chrome/test/chromedriver/chrome/mobile_emulation_override_manager.cc View 1 2 3 4 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/test/chromedriver/chrome/mobile_emulation_override_manager_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/chrome/navigation_tracker.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/chrome/navigation_tracker_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/chrome/stub_chrome.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/chrome/stub_chrome.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/chromedriver/chrome/version.h View 1 2 1 chunk +0 lines, -13 lines 0 comments Download
M chrome/test/chromedriver/chrome/version.cc View 1 2 1 chunk +0 lines, -25 lines 0 comments Download
M chrome/test/chromedriver/chrome/web_view_impl.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/commands.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/element_commands.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/element_util.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/performance_logger.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/session.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/chromedriver/session_commands.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/util.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (2 generated)
samuong
ChromeDriver ToT is currently broken when running with Chrome OS ToT, because Chrome OS now ...
6 years, 2 months ago (2014-09-26 06:41:50 UTC) #2
stgao
Either version.cc /version.h or new browser_info.cc/h are fine to me. https://codereview.chromium.org/605143002/diff/1/chrome/test/chromedriver/chrome/devtools_http_client.cc File chrome/test/chromedriver/chrome/devtools_http_client.cc (right): https://codereview.chromium.org/605143002/diff/1/chrome/test/chromedriver/chrome/devtools_http_client.cc#newcode80 ...
6 years, 2 months ago (2014-09-29 23:09:54 UTC) #3
samuong
OK, I've moved BrowserInfo and related functions into browser_info.cc/h. https://codereview.chromium.org/605143002/diff/1/chrome/test/chromedriver/chrome/devtools_http_client.cc File chrome/test/chromedriver/chrome/devtools_http_client.cc (right): https://codereview.chromium.org/605143002/diff/1/chrome/test/chromedriver/chrome/devtools_http_client.cc#newcode80 chrome/test/chromedriver/chrome/devtools_http_client.cc:80: ...
6 years, 2 months ago (2014-09-30 04:03:49 UTC) #4
stgao
lgtm if comments are addressed. https://codereview.chromium.org/605143002/diff/1/chrome/test/chromedriver/chrome/devtools_http_client.cc File chrome/test/chromedriver/chrome/devtools_http_client.cc (right): https://codereview.chromium.org/605143002/diff/1/chrome/test/chromedriver/chrome/devtools_http_client.cc#newcode373 chrome/test/chromedriver/chrome/devtools_http_client.cc:373: const int kGitHashLength = ...
6 years, 2 months ago (2014-09-30 18:13:38 UTC) #5
samuong
https://codereview.chromium.org/605143002/diff/60001/chrome/test/chromedriver/chrome/browser_info_unittest.cc File chrome/test/chromedriver/chrome/browser_info_unittest.cc (right): https://codereview.chromium.org/605143002/diff/60001/chrome/test/chromedriver/chrome/browser_info_unittest.cc#newcode85 chrome/test/chromedriver/chrome/browser_info_unittest.cc:85: ASSERT_TRUE(IsGitHash("28f741cfcabffe68a9c12c4e7152569c906bd88f")); On 2014/09/30 18:13:37, Shuotao wrote: > Please also ...
6 years, 2 months ago (2014-09-30 19:03:17 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/605143002/80001
6 years, 2 months ago (2014-09-30 19:04:56 UTC) #8
commit-bot: I haz the power
Committed patchset #5 (id:80001) as 4c40f336120d63d1a9231f023d998462402b097a
6 years, 2 months ago (2014-09-30 20:56:10 UTC) #9
commit-bot: I haz the power
6 years, 2 months ago (2014-09-30 20:56:58 UTC) #10
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/1bfa9a7b7ba1233055cfb8449b9e7b9b3ce364c9
Cr-Commit-Position: refs/heads/master@{#297496}

Powered by Google App Engine
This is Rietveld 408576698