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

Issue 11746025: [chromedriver]Implement command: title. (Closed)

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

Description

[chromedriver]Implement command: title. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175699

Patch Set 1 : . #

Total comments: 8

Patch Set 2 : Address comments. #

Total comments: 12

Patch Set 3 : Address new comments. #

Patch Set 4 : Resolved merge conflict. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+145 lines, -29 lines) Patch
M chrome/test/chromedriver/chromedriver.py View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/command_executor_impl.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/commands.h View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/commands.cc View 1 2 3 1 chunk +16 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/run_py_tests.py View 1 2 3 1 chunk +45 lines, -30 lines 0 comments Download
A chrome/test/chromedriver/webserver.py View 1 2 1 chunk +65 lines, -0 lines 0 comments Download
A + chrome/test/data/chromedriver/empty.html View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/test/data/chromedriver/page_test.html View 1 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
chrisgao (Use stgao instead)
7 years, 11 months ago (2013-01-03 23:34:10 UTC) #1
kkania
lgtm after fix https://codereview.chromium.org/11746025/diff/2001/chrome/test/chromedriver/command_executor_impl.cc File chrome/test/chromedriver/command_executor_impl.cc (right): https://codereview.chromium.org/11746025/diff/2001/chrome/test/chromedriver/command_executor_impl.cc#newcode48 chrome/test/chromedriver/command_executor_impl.cc:48: command_map_.Set("title", base::Bind(execute_session_command, i think it should ...
7 years, 11 months ago (2013-01-04 04:35:33 UTC) #2
chrisgao (Use stgao instead)
As command Get to load a page returns before the page is completely loaded, testcase ...
7 years, 11 months ago (2013-01-05 01:19:09 UTC) #3
kkania
https://codereview.chromium.org/11746025/diff/20001/chrome/test/chromedriver/test.py File chrome/test/chromedriver/test.py (right): https://codereview.chromium.org/11746025/diff/20001/chrome/test/chromedriver/test.py#newcode66 chrome/test/chromedriver/test.py:66: self.assertEqual('page test', self._driver.GetTitle()) On 2013/01/05 01:19:10, Shuotao Gao wrote: ...
7 years, 11 months ago (2013-01-08 21:26:29 UTC) #4
chrisgao (Use stgao instead)
https://chromiumcodereview.appspot.com/11746025/diff/20001/chrome/test/chromedriver/test.py File chrome/test/chromedriver/test.py (right): https://chromiumcodereview.appspot.com/11746025/diff/20001/chrome/test/chromedriver/test.py#newcode66 chrome/test/chromedriver/test.py:66: self.assertEqual('page test', self._driver.GetTitle()) On 2013/01/08 21:26:29, kkania wrote: > ...
7 years, 11 months ago (2013-01-08 22:23:34 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/11746025/27001
7 years, 11 months ago (2013-01-08 22:24:57 UTC) #6
commit-bot: I haz the power
Failed to apply patch for chrome/test/chromedriver/command_executor_impl.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 11 months ago (2013-01-08 22:25:00 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/chrisgao@chromium.org/11746025/32001
7 years, 11 months ago (2013-01-09 00:04:30 UTC) #8
commit-bot: I haz the power
7 years, 11 months ago (2013-01-09 03:50:05 UTC) #9
Message was sent while issue was closed.
Change committed as 175699

Powered by Google App Engine
This is Rietveld 408576698