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

Issue 7582005: Add chrome.loadAsync capability to ChromeDriver, which allows the user not to (Closed)

Created:
9 years, 4 months ago by kkania
Modified:
9 years, 4 months ago
CC:
chromium-reviews, kkania, Paweł Hajdan Jr.
Visibility:
Public.

Description

Add chrome.loadAsync capability to ChromeDriver, which allows the user not to wait for page loads. Also, be able to launch chromium and chrome regardless of what branding we're built with. BUG=89757 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96265

Patch Set 1 #

Patch Set 2 : ... #

Total comments: 1

Patch Set 3 : address comment #

Total comments: 6

Patch Set 4 : fix mac #

Unified diffs Side-by-side diffs Delta from patch set Stats (+245 lines, -99 lines) Patch
M chrome/chrome_tests.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/webdriver/automation.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/webdriver/automation.cc View 1 2 3 9 chunks +110 lines, -22 lines 0 comments Download
M chrome/test/webdriver/commands/create_session.cc View 1 2 3 4 chunks +30 lines, -20 lines 0 comments Download
M chrome/test/webdriver/commands/session_with_id.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/test/webdriver/commands/set_timeout_commands_unittest.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/test/webdriver/commands/webdriver_command.cc View 1 chunk +1 line, -9 lines 0 comments Download
M chrome/test/webdriver/session.h View 5 chunks +23 lines, -16 lines 0 comments Download
M chrome/test/webdriver/session.cc View 5 chunks +44 lines, -27 lines 0 comments Download
M chrome/test/webdriver/utility_functions.h View 1 2 3 2 chunks +8 lines, -0 lines 0 comments Download
A chrome/test/webdriver/utility_functions_mac.mm View 1 2 3 1 chunk +23 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
kkania
9 years, 4 months ago (2011-08-05 15:18:57 UTC) #1
Huyen
http://codereview.chromium.org/7582005/diff/2002/chrome/test/webdriver/automation.cc File chrome/test/webdriver/automation.cc (right): http://codereview.chromium.org/7582005/diff/2002/chrome/test/webdriver/automation.cc#newcode164 chrome/test/webdriver/automation.cc:164: // Loop through the browser executable paths (|browser_exes|). For ...
9 years, 4 months ago (2011-08-08 17:53:12 UTC) #2
kkania
9 years, 4 months ago (2011-08-08 19:57:47 UTC) #3
Huyen
http://codereview.chromium.org/7582005/diff/8001/chrome/test/webdriver/commands/create_session.cc File chrome/test/webdriver/commands/create_session.cc (right): http://codereview.chromium.org/7582005/diff/8001/chrome/test/webdriver/commands/create_session.cc#newcode50 chrome/test/webdriver/commands/create_session.cc:50: if (dict->GetWithoutPathExpansion(key, &value)) { Did you mean to do ...
9 years, 4 months ago (2011-08-08 20:51:18 UTC) #4
kkania
http://codereview.chromium.org/7582005/diff/8001/chrome/test/webdriver/commands/create_session.cc File chrome/test/webdriver/commands/create_session.cc (right): http://codereview.chromium.org/7582005/diff/8001/chrome/test/webdriver/commands/create_session.cc#newcode50 chrome/test/webdriver/commands/create_session.cc:50: if (dict->GetWithoutPathExpansion(key, &value)) { On 2011/08/08 20:51:18, Huyen wrote: ...
9 years, 4 months ago (2011-08-09 17:10:24 UTC) #5
Huyen
lgtm http://codereview.chromium.org/7582005/diff/8001/chrome/test/webdriver/commands/create_session.cc File chrome/test/webdriver/commands/create_session.cc (right): http://codereview.chromium.org/7582005/diff/8001/chrome/test/webdriver/commands/create_session.cc#newcode50 chrome/test/webdriver/commands/create_session.cc:50: if (dict->GetWithoutPathExpansion(key, &value)) { Per offline conversation, please ...
9 years, 4 months ago (2011-08-09 18:10:02 UTC) #6
commit-bot: I haz the power
Try job failure for 7582005-15002 (retry) on mac for step "compile" (clobber build). It's a ...
9 years, 4 months ago (2011-08-09 23:55:37 UTC) #7
commit-bot: I haz the power
9 years, 4 months ago (2011-08-11 00:04:58 UTC) #8
Change committed as 96265

Powered by Google App Engine
This is Rietveld 408576698