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

Issue 8806030: Add commands to Chrome WebDriver for installing and manipulating extensions. (Closed)

Created:
9 years ago by kkania
Modified:
9 years ago
Reviewers:
Huyen
CC:
chromium-reviews, Nirnimesh, John Grabowski, kkania, anantha, robertshield, dyu1, Paweł Hajdan Jr., dennis_jeffrey, frankf
Visibility:
Public.

Description

Add commands to custom Chrome WebDriver for installing and manipulating extensions. BUG=93571 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113726

Patch Set 1 : ... #

Total comments: 12

Patch Set 2 : ... #

Patch Set 3 : ... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1568 lines, -456 lines) Patch
M chrome/test/automation/automation_json_requests.h View 10 chunks +194 lines, -72 lines 0 comments Download
M chrome/test/automation/automation_json_requests.cc View 18 chunks +275 lines, -119 lines 0 comments Download
M chrome/test/automation/tab_proxy.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/test/webdriver/commands/chrome_commands.h View 1 2 chunks +48 lines, -0 lines 0 comments Download
M chrome/test/webdriver/commands/chrome_commands.cc View 1 3 chunks +204 lines, -9 lines 0 comments Download
M chrome/test/webdriver/commands/target_locator_commands.cc View 4 chunks +15 lines, -8 lines 0 comments Download
A chrome/test/webdriver/test/chromedriver.py View 1 chunk +204 lines, -0 lines 0 comments Download
M chrome/test/webdriver/test/chromedriver_factory.py View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/test/webdriver/test/chromedriver_tests.py View 3 chunks +80 lines, -2 lines 0 comments Download
A chrome/test/webdriver/test/infobar_browser_action_extension/bg.html View 1 chunk +18 lines, -0 lines 0 comments Download
A chrome/test/webdriver/test/infobar_browser_action_extension/manifest.json View 1 chunk +12 lines, -0 lines 0 comments Download
A chrome/test/webdriver/test/infobar_browser_action_extension/view_checks.html View 1 chunk +12 lines, -0 lines 0 comments Download
A chrome/test/webdriver/test/page_action_extension/bg.html View 1 chunk +5 lines, -0 lines 0 comments Download
A chrome/test/webdriver/test/page_action_extension/manifest.json View 1 chunk +9 lines, -0 lines 0 comments Download
A chrome/test/webdriver/test/page_action_extension/view_checks.html View 1 chunk +12 lines, -0 lines 0 comments Download
M chrome/test/webdriver/webdriver_automation.h View 6 chunks +63 lines, -29 lines 0 comments Download
M chrome/test/webdriver/webdriver_automation.cc View 1 2 7 chunks +186 lines, -126 lines 0 comments Download
M chrome/test/webdriver/webdriver_server.cc View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/test/webdriver/webdriver_session.h View 4 chunks +28 lines, -14 lines 0 comments Download
M chrome/test/webdriver/webdriver_session.cc View 24 chunks +144 lines, -72 lines 0 comments Download
M chrome/test/webdriver/webdriver_util.h View 2 chunks +11 lines, -0 lines 0 comments Download
M chrome/test/webdriver/webdriver_util.cc View 2 chunks +40 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
kkania
9 years ago (2011-12-07 01:03:29 UTC) #1
Huyen
http://codereview.chromium.org/8806030/diff/9008/chrome/test/automation/automation_json_requests.cc File chrome/test/automation/automation_json_requests.cc (right): http://codereview.chromium.org/8806030/diff/9008/chrome/test/automation/automation_json_requests.cc#newcode804 chrome/test/automation/automation_json_requests.cc:804: *error_msg = "Extension uninstall not permitted"; is there any ...
9 years ago (2011-12-08 02:10:31 UTC) #2
kkania
http://codereview.chromium.org/8806030/diff/9008/chrome/test/automation/automation_json_requests.cc File chrome/test/automation/automation_json_requests.cc (right): http://codereview.chromium.org/8806030/diff/9008/chrome/test/automation/automation_json_requests.cc#newcode804 chrome/test/automation/automation_json_requests.cc:804: *error_msg = "Extension uninstall not permitted"; On 2011/12/08 02:10:32, ...
9 years ago (2011-12-08 17:31:20 UTC) #3
Huyen
lgtm
9 years ago (2011-12-08 18:36:59 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kkania@chromium.org/8806030/19001
9 years ago (2011-12-08 19:29:50 UTC) #5
commit-bot: I haz the power
Try job failure for 8806030-19001 (retry) (previous was lost) on mac_rel for steps "browser_tests, ui_tests". ...
9 years ago (2011-12-08 23:08:04 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kkania@chromium.org/8806030/19001
9 years ago (2011-12-08 23:16:28 UTC) #7
commit-bot: I haz the power
9 years ago (2011-12-09 01:30:33 UTC) #8
Change committed as 113726

Powered by Google App Engine
This is Rietveld 408576698