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

Issue 6685099: Removing command_execution_timeout_ms in favor of action_max_timeout_ms. (Closed)

Created:
9 years, 9 months ago by Huyen
Modified:
9 years, 6 months ago
CC:
chromium-reviews, John Grabowski, brettw-cc_chromium.org, kkania, anantha, dyu1
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 3

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 14

Patch Set 4 : '' #

Total comments: 43

Patch Set 5 : '' #

Total comments: 4

Patch Set 6 : '' #

Total comments: 4

Patch Set 7 : '' #

Patch Set 8 : '' #

Total comments: 4

Patch Set 9 : '' #

Patch Set 10 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -92 lines) Patch
M base/test/test_switches.h View 1 2 3 4 5 6 2 chunks +1 line, -2 lines 0 comments Download
M base/test/test_switches.cc View 1 2 3 4 5 6 2 chunks +1 line, -2 lines 0 comments Download
M base/test/test_timeouts.h View 1 2 3 4 5 6 3 chunks +1 line, -8 lines 0 comments Download
M base/test/test_timeouts.cc View 1 2 3 4 5 6 3 chunks +2 lines, -7 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/automation/automation_json_requests.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/automation/automation_json_requests.cc View 1 2 3 4 5 6 7 8 3 chunks +5 lines, -2 lines 0 comments Download
M chrome/test/automation/automation_proxy.h View 1 2 3 4 5 6 7 chunks +10 lines, -7 lines 0 comments Download
M chrome/test/automation/automation_proxy.cc View 1 2 3 4 5 6 7 8 6 chunks +15 lines, -10 lines 0 comments Download
M chrome/test/automation/browser_proxy.h View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M chrome/test/automation/browser_proxy.cc View 1 2 3 4 5 6 7 8 5 chunks +8 lines, -3 lines 0 comments Download
M chrome/test/automation/proxy_launcher.cc View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/test/functional/downloads.py View 1 2 3 4 5 6 3 chunks +3 lines, -10 lines 0 comments Download
M chrome/test/functional/test_utils.py View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/test/interactive_ui/fast_shutdown_interactive_uitest.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
M chrome/test/pyautolib/pyauto.py View 1 2 3 4 5 6 9 chunks +26 lines, -16 lines 0 comments Download
M chrome/test/pyautolib/pyautolib.h View 1 2 3 4 5 6 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/test/pyautolib/pyautolib.cc View 1 2 3 4 5 6 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/test/pyautolib/pyautolib.i View 1 2 3 4 5 6 2 chunks +14 lines, -6 lines 0 comments Download
M chrome/test/ui/ui_test.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/test/ui/ui_test.cc View 1 2 3 4 5 6 2 chunks +8 lines, -4 lines 0 comments Download
M chrome_frame/test/automation_client_mock.h View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (0 generated)
Paweł Hajdan Jr.
Thank you for working on this, looks like a step in right direction. I think ...
9 years, 9 months ago (2011-03-19 10:21:34 UTC) #1
Nirnimesh
http://codereview.chromium.org/6685099/diff/1/chrome/test/pyautolib/pyautolib.i File chrome/test/pyautolib/pyautolib.i (left): http://codereview.chromium.org/6685099/diff/1/chrome/test/pyautolib/pyautolib.i#oldcode197 chrome/test/pyautolib/pyautolib.i:197: %feature("docstring", "Get the timeout (in milli secs) for an ...
9 years, 9 months ago (2011-03-20 07:36:14 UTC) #2
hnguyen
On Sat, Mar 19, 2011 at 3:21 AM, <phajdan.jr@chromium.org> wrote: > Thank you for working ...
9 years, 9 months ago (2011-03-23 01:58:18 UTC) #3
Nirnimesh
> > Can you elaborate on this? It looks like the only place this function ...
9 years, 9 months ago (2011-03-23 06:05:07 UTC) #4
Paweł Hajdan Jr.
On 2011/03/23 01:58:18, hnguyen wrote: > http://codereview.chromium.org/6685099/diff/1/chrome/test/pyautolib/pyautolib.i#newcode201 > > chrome/test/pyautolib/pyautolib.i:201: void > > set_command_execution_timeout_ms(int timeout); ...
9 years, 9 months ago (2011-03-23 18:09:36 UTC) #5
Huyen
Paweł, Please take another look. I've send the CL to try bot as well, will ...
9 years, 9 months ago (2011-03-25 22:03:28 UTC) #6
Paweł Hajdan Jr.
Excellent, set_command_execution_timeout is removed! Now let's just polish it a little bit more. Feel free ...
9 years, 9 months ago (2011-03-26 10:55:12 UTC) #7
Huyen
Thanks for the review. I've address all comments. Please take a look when you have ...
9 years, 9 months ago (2011-03-29 00:11:39 UTC) #8
Paweł Hajdan Jr.
LGTM with comments. Thank you, this change fixes one of the really ugly hacks in ...
9 years, 9 months ago (2011-03-29 18:57:54 UTC) #9
Nirnimesh
This is looking great. I've added my comments. Thanks for doing this. http://codereview.chromium.org/6685099/diff/23001/chrome/test/automation/automation_proxy.cc File chrome/test/automation/automation_proxy.cc ...
9 years, 9 months ago (2011-03-29 20:27:28 UTC) #10
Paweł Hajdan Jr.
http://codereview.chromium.org/6685099/diff/23001/chrome/test/ui/ui_test.cc File chrome/test/ui/ui_test.cc (left): http://codereview.chromium.org/6685099/diff/23001/chrome/test/ui/ui_test.cc#oldcode162 chrome/test/ui/ui_test.cc:162: // TODO(phajdan.jr): get rid of set_command_execution_timeout_ms. On 2011/03/29 20:27:28, ...
9 years, 9 months ago (2011-03-30 07:15:27 UTC) #11
Nirnimesh
http://codereview.chromium.org/6685099/diff/23001/chrome/test/ui/ui_test.cc File chrome/test/ui/ui_test.cc (left): http://codereview.chromium.org/6685099/diff/23001/chrome/test/ui/ui_test.cc#oldcode162 chrome/test/ui/ui_test.cc:162: // TODO(phajdan.jr): get rid of set_command_execution_timeout_ms. On 2011/03/30 07:15:27, ...
9 years, 8 months ago (2011-03-30 10:26:29 UTC) #12
Paweł Hajdan Jr.
http://codereview.chromium.org/6685099/diff/23001/chrome/test/ui/ui_test.cc File chrome/test/ui/ui_test.cc (left): http://codereview.chromium.org/6685099/diff/23001/chrome/test/ui/ui_test.cc#oldcode162 chrome/test/ui/ui_test.cc:162: // TODO(phajdan.jr): get rid of set_command_execution_timeout_ms. On 2011/03/30 10:26:30, ...
9 years, 8 months ago (2011-03-30 16:36:38 UTC) #13
Nirnimesh
http://codereview.chromium.org/6685099/diff/23001/chrome/test/ui/ui_test.cc File chrome/test/ui/ui_test.cc (left): http://codereview.chromium.org/6685099/diff/23001/chrome/test/ui/ui_test.cc#oldcode162 chrome/test/ui/ui_test.cc:162: // TODO(phajdan.jr): get rid of set_command_execution_timeout_ms. On 2011/03/30 16:36:39, ...
9 years, 8 months ago (2011-03-30 18:43:06 UTC) #14
Huyen
http://codereview.chromium.org/6685099/diff/23001/base/test/test_switches.cc File base/test/test_switches.cc (left): http://codereview.chromium.org/6685099/diff/23001/base/test/test_switches.cc#oldcode16 base/test/test_switches.cc:16: const char switches::kUiTestCommandExecutionTimeout[] = "ui-test-timeout"; On 2011/03/29 18:57:54, Paweł ...
9 years, 8 months ago (2011-03-31 02:42:55 UTC) #15
Nirnimesh
LGTM. Please use tryservers and verify pyauto tests on your machine before committing. http://codereview.chromium.org/6685099/diff/34001/chrome/test/automation/browser_proxy.cc File ...
9 years, 8 months ago (2011-03-31 18:37:55 UTC) #16
Huyen
http://codereview.chromium.org/6685099/diff/34001/chrome/test/automation/browser_proxy.cc File chrome/test/automation/browser_proxy.cc (right): http://codereview.chromium.org/6685099/diff/34001/chrome/test/automation/browser_proxy.cc#newcode604 chrome/test/automation/browser_proxy.cc:604: TestTimeouts::action_max_timeout_ms(), &json_response)) { On 2011/03/31 18:37:56, Nirnimesh wrote: > ...
9 years, 8 months ago (2011-03-31 18:52:19 UTC) #17
Paweł Hajdan Jr.
I think this will need a few changes before it can be committed. I'll post ...
9 years, 8 months ago (2011-03-31 19:04:19 UTC) #18
Paweł Hajdan Jr.
Just one remaining issue. http://codereview.chromium.org/6685099/diff/23001/chrome/test/ui/ui_test.cc File chrome/test/ui/ui_test.cc (left): http://codereview.chromium.org/6685099/diff/23001/chrome/test/ui/ui_test.cc#oldcode162 chrome/test/ui/ui_test.cc:162: // TODO(phajdan.jr): get rid of ...
9 years, 8 months ago (2011-03-31 20:11:08 UTC) #19
Nirnimesh
http://codereview.chromium.org/6685099/diff/23001/chrome/test/ui/ui_test.cc File chrome/test/ui/ui_test.cc (left): http://codereview.chromium.org/6685099/diff/23001/chrome/test/ui/ui_test.cc#oldcode162 chrome/test/ui/ui_test.cc:162: // TODO(phajdan.jr): get rid of set_command_execution_timeout_ms. > A possible ...
9 years, 8 months ago (2011-03-31 20:20:26 UTC) #20
Nirnimesh
Huyen, Pawel and I chatted about this. We've resolved that PyAuto still needs to be ...
9 years, 8 months ago (2011-03-31 20:59:25 UTC) #21
Paweł Hajdan Jr.
After thinking about it more, I think it'll be better to just land Patch Set ...
9 years, 8 months ago (2011-04-01 06:57:20 UTC) #22
Paweł Hajdan Jr.
LGTM with two nits, thank you for doing the cleanup. http://codereview.chromium.org/6685099/diff/48004/chrome/test/automation/automation_json_requests.cc File chrome/test/automation/automation_json_requests.cc (right): http://codereview.chromium.org/6685099/diff/48004/chrome/test/automation/automation_json_requests.cc#newcode26 ...
9 years, 8 months ago (2011-04-08 11:04:52 UTC) #23
Huyen
http://codereview.chromium.org/6685099/diff/48004/chrome/test/automation/automation_json_requests.cc File chrome/test/automation/automation_json_requests.cc (right): http://codereview.chromium.org/6685099/diff/48004/chrome/test/automation/automation_json_requests.cc#newcode26 chrome/test/automation/automation_json_requests.cc:26: TestTimeouts::action_max_timeout_ms(), &reply, &success)) On 2011/04/08 11:04:53, Paweł Hajdan Jr. ...
9 years, 8 months ago (2011-04-09 00:08:15 UTC) #24
Huyen
Nirmimesh, Paweł, There were some dependencies on chrome frame which required changing chrome/chrome.gyp and chrome_frame/test/automation_client_mock.h. ...
9 years, 8 months ago (2011-04-11 21:34:23 UTC) #25
Nirnimesh
9 years, 8 months ago (2011-04-11 22:49:57 UTC) #26
LGTM still

Powered by Google App Engine
This is Rietveld 408576698