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

Issue 11639019: [chromedriver] Implement SwitchToFrame command. (Closed)

Created:
8 years ago by kkania
Modified:
7 years, 11 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

[chromedriver] Implement SwitchToFrame command. This doesn't include switching to a frame by element yet. BUG=166797 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175592

Patch Set 1 : . #

Total comments: 6

Patch Set 2 : . #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+560 lines, -38 lines) Patch
M chrome/chrome_tests.gypi View 1 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/chrome.h View 1 1 chunk +26 lines, -2 lines 0 comments Download
M chrome/test/chromedriver/chrome_impl.h View 4 chunks +31 lines, -3 lines 0 comments Download
M chrome/test/chromedriver/chrome_impl.cc View 8 chunks +142 lines, -15 lines 0 comments Download
M chrome/test/chromedriver/chrome_impl_unittest.cc View 3 chunks +67 lines, -15 lines 0 comments Download
M chrome/test/chromedriver/chromedriver.py View 1 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/command_executor_impl.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/commands.h View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/commands.cc View 1 1 chunk +44 lines, -1 line 0 comments Download
M chrome/test/chromedriver/commands_unittest.cc View 1 chunk +10 lines, -2 lines 0 comments Download
A chrome/test/chromedriver/dom_tracker.h View 1 1 chunk +47 lines, -0 lines 0 comments Download
A chrome/test/chromedriver/dom_tracker.cc View 1 1 chunk +99 lines, -0 lines 0 comments Download
A chrome/test/chromedriver/dom_tracker_unittest.cc View 1 chunk +53 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/run_py_tests.py View 1 2 1 chunk +20 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/session.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
kkania
8 years ago (2012-12-19 17:21:00 UTC) #1
chrisgao (Use stgao instead)
lgtm https://codereview.chromium.org/11639019/diff/2001/chrome/test/chromedriver/dom_tracker.cc File chrome/test/chromedriver/dom_tracker.cc (right): https://codereview.chromium.org/11639019/diff/2001/chrome/test/chromedriver/dom_tracker.cc#newcode10 chrome/test/chromedriver/dom_tracker.cc:10: #include "base/logging.h" Remove logging.
8 years ago (2012-12-19 22:29:32 UTC) #2
kkania
https://codereview.chromium.org/11639019/diff/2001/chrome/test/chromedriver/dom_tracker.cc File chrome/test/chromedriver/dom_tracker.cc (right): https://codereview.chromium.org/11639019/diff/2001/chrome/test/chromedriver/dom_tracker.cc#newcode10 chrome/test/chromedriver/dom_tracker.cc:10: #include "base/logging.h" On 2012/12/19 22:29:32, Shuotao Gao wrote: > ...
8 years ago (2012-12-20 00:51:23 UTC) #3
frankf
LGTM with a request. +craigdh I think it'd be easier to have a reviewer added ...
8 years ago (2012-12-20 19:23:53 UTC) #4
craigdh
lgtm with design philosophy question/suggestion. https://codereview.chromium.org/11639019/diff/2001/chrome/test/chromedriver/commands.cc File chrome/test/chromedriver/commands.cc (right): https://codereview.chromium.org/11639019/diff/2001/chrome/test/chromedriver/commands.cc#newcode129 chrome/test/chromedriver/commands.cc:129: " return document.evaluate(xpath, document, ...
8 years ago (2012-12-20 20:03:38 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kkania@chromium.org/11639019/17001
7 years, 11 months ago (2013-01-08 18:09:51 UTC) #6
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 11 months ago (2013-01-08 18:25:25 UTC) #7
kkania
https://codereview.chromium.org/11639019/diff/2001/chrome/test/chromedriver/chrome_impl.h File chrome/test/chromedriver/chrome_impl.h (right): https://codereview.chromium.org/11639019/diff/2001/chrome/test/chromedriver/chrome_impl.h#newcode43 chrome/test/chromedriver/chrome_impl.h:43: virtual Status EvaluateScript(const std::string& frame, On 2012/12/20 19:23:53, frankf ...
7 years, 11 months ago (2013-01-08 18:30:10 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kkania@chromium.org/11639019/32001
7 years, 11 months ago (2013-01-08 18:31:17 UTC) #9
commit-bot: I haz the power
7 years, 11 months ago (2013-01-08 18:33:56 UTC) #10
Step "update" is always a major failure.
Look at the try server FAQ for more details.

Powered by Google App Engine
This is Rietveld 408576698