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

Issue 23643005: [chromedriver] Load the automation extension as a component extension. (Closed)

Created:
7 years, 3 months ago by kkania
Modified:
7 years, 3 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, vsevik, kkania, frankf, yurys, paulirish+reviews_chromium.org, devtools-reviews_chromium.org, chromium-apps-reviews_chromium.org, aandrey+blink_chromium.org, pfeldman
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

[chromedriver] Use single path for handling android/desktop args. -also allow extensions to be loaded via --load-extension -change useExistingBrowser to debuggerAddress BUG=chromedriver:488 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=220610

Patch Set 1 : . #

Total comments: 1

Patch Set 2 : . #

Total comments: 18

Patch Set 3 : . #

Total comments: 1

Patch Set 4 : . #

Total comments: 7

Patch Set 5 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+455 lines, -258 lines) Patch
M chrome/test/chromedriver/capabilities.h View 1 2 3 3 chunks +62 lines, -17 lines 0 comments Download
M chrome/test/chromedriver/capabilities.cc View 1 2 3 13 chunks +172 lines, -83 lines 0 comments Download
M chrome/test/chromedriver/capabilities_unittest.cc View 1 2 3 9 chunks +115 lines, -74 lines 0 comments Download
M chrome/test/chromedriver/chrome/adb_impl.cc View 1 2 3 4 2 chunks +6 lines, -5 lines 0 comments Download
M chrome/test/chromedriver/chrome_launcher.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/chrome_launcher.cc View 1 2 3 4 8 chunks +60 lines, -58 lines 0 comments Download
M chrome/test/chromedriver/chrome_launcher_unittest.cc View 1 2 3 4 5 chunks +29 lines, -12 lines 0 comments Download
M chrome/test/chromedriver/client/chromedriver.py View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/test/chromedriver/test/run_java_tests.py View 1 2 3 4 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/test/chromedriver/test/run_py_tests.py View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
kkania
7 years, 3 months ago (2013-08-28 16:17:44 UTC) #1
chrisgao (Use stgao instead)
https://codereview.chromium.org/23643005/diff/3001/chrome/test/chromedriver/chrome_launcher.cc File chrome/test/chromedriver/chrome_launcher.cc (right): https://codereview.chromium.org/23643005/diff/3001/chrome/test/chromedriver/chrome_launcher.cc#newcode523 chrome/test/chromedriver/chrome_launcher.cc:523: command->AppendSwitchNative("load-component-extension", If the users pass in an argument "--load-component-extension=path", ...
7 years, 3 months ago (2013-08-28 17:01:58 UTC) #2
kkania
7 years, 3 months ago (2013-08-29 22:07:27 UTC) #3
kkania
7 years, 3 months ago (2013-08-29 22:08:05 UTC) #4
chrisgao (Use stgao instead)
https://codereview.chromium.org/23643005/diff/8001/chrome/test/chromedriver/capabilities.cc File chrome/test/chromedriver/capabilities.cc (right): https://codereview.chromium.org/23643005/diff/8001/chrome/test/chromedriver/capabilities.cc#newcode53 chrome/test/chromedriver/capabilities.cc:53: if (str.empty()) I remember one webdriver client pass empty ...
7 years, 3 months ago (2013-08-29 22:53:32 UTC) #5
chrisgao (Use stgao instead)
lgtm Fix issues discussed offline. https://codereview.chromium.org/23643005/diff/19001/chrome/test/chromedriver/chrome_launcher.cc File chrome/test/chromedriver/chrome_launcher.cc (right): https://codereview.chromium.org/23643005/diff/19001/chrome/test/chromedriver/chrome_launcher.cc#newcode129 chrome/test/chromedriver/chrome_launcher.cc:129: switches->SetFromSwitches(capabilities.switches); including excludeSwitches, automation-extension ...
7 years, 3 months ago (2013-08-30 02:12:55 UTC) #6
kkania
https://codereview.chromium.org/23643005/diff/8001/chrome/test/chromedriver/capabilities.cc File chrome/test/chromedriver/capabilities.cc (right): https://codereview.chromium.org/23643005/diff/8001/chrome/test/chromedriver/capabilities.cc#newcode53 chrome/test/chromedriver/capabilities.cc:53: if (str.empty()) On 2013/08/29 22:53:32, chrisgao wrote: > I ...
7 years, 3 months ago (2013-08-30 03:14:56 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kkania@chromium.org/23643005/41001
7 years, 3 months ago (2013-08-30 04:21:09 UTC) #8
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=163986
7 years, 3 months ago (2013-08-30 07:55:53 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kkania@chromium.org/23643005/41001
7 years, 3 months ago (2013-08-30 17:07:03 UTC) #10
commit-bot: I haz the power
7 years, 3 months ago (2013-08-30 18:16:46 UTC) #11
Message was sent while issue was closed.
Change committed as 220610

Powered by Google App Engine
This is Rietveld 408576698