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

Issue 114403005: Adding a LaunchApp command to Chromedriver (Closed)

Created:
6 years, 11 months ago by bustamante
Modified:
6 years, 11 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, chromium-apps-reviews_chromium.org, chrisgao (Use stgao instead), frankf
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Adding a LaunchApp command to Chromedriver using the Chrome management API in the background extension, this will give developers an improved way to launch apps over having to navigate to the chrome://apps page and click on the app tile. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245167

Patch Set 1 #

Patch Set 2 : Remove erroneous ActivateWebView from copy/paste error #

Patch Set 3 : Rebasing to latest code #

Total comments: 23

Patch Set 4 : Updating code based on feedback. #

Patch Set 5 : More updates #

Patch Set 6 : Reuploading, some files didn't upload correctly #

Patch Set 7 : Removing unused variable #

Patch Set 8 : Reuploading again since some files weren't included #

Total comments: 8

Patch Set 9 : After launching an app don't try to switch to the app window #

Patch Set 10 : Addressing additional comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -1 line) Patch
M chrome/test/chromedriver/chrome/automation_extension.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/chrome/automation_extension.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/extension/background.js View 1 2 3 4 5 6 7 8 9 1 chunk +15 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/extension/manifest.json View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/server/http_handler.cc View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/session_commands.h View 1 2 3 4 5 6 7 8 9 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/session_commands.cc View 1 2 3 4 5 6 7 8 9 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
bustamante
6 years, 11 months ago (2014-01-06 19:54:50 UTC) #1
chrisgao (Use stgao instead)
https://codereview.chromium.org/114403005/diff/70001/chrome/test/chromedriver/chrome/automation_extension.h File chrome/test/chromedriver/chrome/automation_extension.h (right): https://codereview.chromium.org/114403005/diff/70001/chrome/test/chromedriver/chrome/automation_extension.h#newcode30 chrome/test/chromedriver/chrome/automation_extension.h:30: // Launches an app with the specified id nit: ...
6 years, 11 months ago (2014-01-07 23:36:35 UTC) #2
bustamante
Thanks for taking a look! https://codereview.chromium.org/114403005/diff/70001/chrome/test/chromedriver/chrome/automation_extension.h File chrome/test/chromedriver/chrome/automation_extension.h (right): https://codereview.chromium.org/114403005/diff/70001/chrome/test/chromedriver/chrome/automation_extension.h#newcode30 chrome/test/chromedriver/chrome/automation_extension.h:30: // Launches an app ...
6 years, 11 months ago (2014-01-13 21:19:29 UTC) #3
chrisgao (Use stgao instead)
I suggest filing a bug on the issue tracker (https://code.google.com/p/chromedriver/issues/list) with pri=0 and mark it ...
6 years, 11 months ago (2014-01-15 21:39:55 UTC) #4
bustamante
Thanks! I addressed the comments, and I'll create an issue once this is committed. https://codereview.chromium.org/114403005/diff/70001/chrome/test/chromedriver/window_commands.cc ...
6 years, 11 months ago (2014-01-15 23:51:38 UTC) #5
chrisgao (Use stgao instead)
lgtm. Many thanks for the quick patch!
6 years, 11 months ago (2014-01-16 00:05:30 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bustamante@chromium.org/114403005/520001
6 years, 11 months ago (2014-01-16 00:13:04 UTC) #7
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) interactive_ui_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=246967
6 years, 11 months ago (2014-01-16 02:24:38 UTC) #8
bustamante
The failures don't look like they're related to this change (and don't fail consistently), I'm ...
6 years, 11 months ago (2014-01-16 04:08:49 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bustamante@chromium.org/114403005/520001
6 years, 11 months ago (2014-01-16 04:09:53 UTC) #10
commit-bot: I haz the power
6 years, 11 months ago (2014-01-16 06:24:50 UTC) #11
Message was sent while issue was closed.
Change committed as 245167

Powered by Google App Engine
This is Rietveld 408576698