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

Issue 12978003: [chromedriver] Fix 3 bugs about web view, window handle and target window. (Closed)

Created:
7 years, 9 months ago by chrisgao (Use stgao instead)
Modified:
7 years, 9 months ago
Reviewers:
craigdh
CC:
chromium-reviews, kkania
Visibility:
Public.

Description

[chromedriver] Fix 3 bugs about web view, window handle and target window. Main change is the interface of chrome.h BUG=chromedriver:241, chromedriver:248, chromedriver:254 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=190537

Patch Set 1 #

Total comments: 1

Patch Set 2 : Rebase. #

Patch Set 3 : Fix one bug in command SwitchToWindow. #

Patch Set 4 : Use only a list to hold web views in order. #

Total comments: 2

Patch Set 5 : Address comments. #

Patch Set 6 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+137 lines, -96 lines) Patch
M chrome/test/chromedriver/chrome/chrome.h View 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/test/chromedriver/chrome/chrome_android_impl.cc View 2 chunks +0 lines, -8 lines 0 comments Download
M chrome/test/chromedriver/chrome/chrome_impl.h View 1 2 3 4 chunks +6 lines, -4 lines 0 comments Download
M chrome/test/chromedriver/chrome/chrome_impl.cc View 1 2 3 4 3 chunks +67 lines, -27 lines 0 comments Download
M chrome/test/chromedriver/chrome/stub_chrome.h View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/test/chromedriver/chrome/stub_chrome.cc View 1 chunk +5 lines, -1 line 0 comments Download
M chrome/test/chromedriver/commands.cc View 1 2 chunks +4 lines, -5 lines 0 comments Download
M chrome/test/chromedriver/run_py_tests.py View 1 1 chunk +3 lines, -5 lines 0 comments Download
M chrome/test/chromedriver/session.cc View 1 1 chunk +3 lines, -12 lines 0 comments Download
M chrome/test/chromedriver/session_commands.cc View 1 2 5 chunks +34 lines, -27 lines 0 comments Download
M chrome/test/chromedriver/session_unittest.cc View 1 chunk +7 lines, -4 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
chrisgao (Use stgao instead)
ptal https://codereview.chromium.org/12978003/diff/1/chrome/test/chromedriver/chrome/chrome_impl.h File chrome/test/chromedriver/chrome/chrome_impl.h (right): https://codereview.chromium.org/12978003/diff/1/chrome/test/chromedriver/chrome/chrome_impl.h#newcode62 chrome/test/chromedriver/chrome/chrome_impl.h:62: // Ids in this list are in the ...
7 years, 9 months ago (2013-03-22 23:29:46 UTC) #1
chrisgao (Use stgao instead)
Hi Craig, Would you please take a look at my new patch? Best wishes, Shuotao ...
7 years, 9 months ago (2013-03-25 18:15:44 UTC) #2
craigdh1
Yep, it's on my plate as soon as I get a moment. I've got a ...
7 years, 9 months ago (2013-03-25 18:43:17 UTC) #3
craigdh
lgtm with nit. https://codereview.chromium.org/12978003/diff/12001/chrome/test/chromedriver/chrome/chrome_impl.cc File chrome/test/chromedriver/chrome/chrome_impl.cc (right): https://codereview.chromium.org/12978003/diff/12001/chrome/test/chromedriver/chrome/chrome_impl.cc#newcode269 chrome/test/chromedriver/chrome/chrome_impl.cc:269: for (WebViewList::iterator it= web_views_.begin(); space between ...
7 years, 9 months ago (2013-03-25 22:21:40 UTC) #4
chrisgao (Use stgao instead)
Thanks Craig! https://codereview.chromium.org/12978003/diff/12001/chrome/test/chromedriver/chrome/chrome_impl.cc File chrome/test/chromedriver/chrome/chrome_impl.cc (right): https://codereview.chromium.org/12978003/diff/12001/chrome/test/chromedriver/chrome/chrome_impl.cc#newcode269 chrome/test/chromedriver/chrome/chrome_impl.cc:269: for (WebViewList::iterator it= web_views_.begin(); On 2013/03/25 22:21:40, ...
7 years, 9 months ago (2013-03-25 23:02:19 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/chrisgao@chromium.org/12978003/23001
7 years, 9 months ago (2013-03-26 00:54:47 UTC) #6
commit-bot: I haz the power
7 years, 9 months ago (2013-03-26 01:01:29 UTC) #7
Message was sent while issue was closed.
Change committed as 190537

Powered by Google App Engine
This is Rietveld 408576698