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

Issue 7522024: Refactor chromedriver's script execution to reduce amount of custom Value parsing. (Closed)

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

Description

Refactor chromedriver's script execution to reduce amount of custom Value parsing. Also, rename utility_functions to webdriver_util and alphabetize gyp target. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96945

Patch Set 1 : ... #

Total comments: 7

Patch Set 2 : address comments #

Patch Set 3 : rebase #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1234 lines, -788 lines) Patch
M chrome/chrome.gyp View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 5 chunks +66 lines, -53 lines 0 comments Download
M chrome/test/automation/javascript_message_utils.h View 3 chunks +11 lines, -43 lines 0 comments Download
A chrome/test/automation/value_conversion_traits.h View 1 2 1 chunk +78 lines, -0 lines 0 comments Download
A chrome/test/automation/value_conversion_traits.cc View 1 2 1 chunk +99 lines, -0 lines 0 comments Download
A chrome/test/automation/value_conversion_util.h View 1 chunk +104 lines, -0 lines 0 comments Download
M chrome/test/webdriver/automation.h View 1 2 3 chunks +9 lines, -12 lines 0 comments Download
M chrome/test/webdriver/automation.cc View 1 2 9 chunks +25 lines, -19 lines 0 comments Download
M chrome/test/webdriver/commands/mouse_commands.cc View 1 2 7 chunks +18 lines, -24 lines 0 comments Download
M chrome/test/webdriver/commands/webelement_commands.cc View 1 2 4 chunks +4 lines, -5 lines 0 comments Download
M chrome/test/webdriver/dispatch.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/webdriver/server.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/webdriver/session.h View 1 2 11 chunks +36 lines, -24 lines 0 comments Download
M chrome/test/webdriver/session.cc View 1 2 28 chunks +366 lines, -496 lines 0 comments Download
D chrome/test/webdriver/utility_functions.h View 1 2 1 chunk +0 lines, -32 lines 0 comments Download
D chrome/test/webdriver/utility_functions.cc View 1 chunk +0 lines, -28 lines 0 comments Download
D chrome/test/webdriver/utility_functions_mac.mm View 1 2 1 chunk +0 lines, -23 lines 0 comments Download
D chrome/test/webdriver/utility_functions_unittest.cc View 1 chunk +0 lines, -21 lines 0 comments Download
M chrome/test/webdriver/web_element_id.h View 3 chunks +11 lines, -1 line 0 comments Download
M chrome/test/webdriver/web_element_id.cc View 3 chunks +22 lines, -2 lines 0 comments Download
A chrome/test/webdriver/webdriver_basic_types.h View 1 1 chunk +89 lines, -0 lines 0 comments Download
A chrome/test/webdriver/webdriver_basic_types.cc View 1 1 chunk +184 lines, -0 lines 0 comments Download
A chrome/test/webdriver/webdriver_util.h View 1 2 3 1 chunk +88 lines, -0 lines 0 comments Download
A + chrome/test/webdriver/webdriver_util.cc View 3 chunks +17 lines, -1 line 0 comments Download
A + chrome/test/webdriver/webdriver_util_mac.mm View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + chrome/test/webdriver/webdriver_util_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 14 (0 generated)
kkania
sky: chrome/test/automation hnguyen: everything else
9 years, 4 months ago (2011-07-28 19:00:47 UTC) #1
sky
Since Pawel reviewed earlier versions of this I'm swapping him for me. -Scott
9 years, 4 months ago (2011-07-28 19:28:19 UTC) #2
kkania
ping, waiting for phajdan-jr and hnguyen
9 years, 4 months ago (2011-08-02 15:02:26 UTC) #3
Paweł Hajdan Jr.
http://codereview.chromium.org/7522024/diff/8001/chrome/chrome_tests.gypi File chrome/chrome_tests.gypi (right): http://codereview.chromium.org/7522024/diff/8001/chrome/chrome_tests.gypi#newcode920 chrome/chrome_tests.gypi:920: '../third_party/mongoose/mongoose.c', How about making a separate target for it? ...
9 years, 4 months ago (2011-08-02 20:04:47 UTC) #4
kkania
http://codereview.chromium.org/7522024/diff/8001/chrome/chrome_tests.gypi File chrome/chrome_tests.gypi (right): http://codereview.chromium.org/7522024/diff/8001/chrome/chrome_tests.gypi#newcode920 chrome/chrome_tests.gypi:920: '../third_party/mongoose/mongoose.c', On 2011/08/02 20:04:47, Paweł Hajdan Jr. wrote: > ...
9 years, 4 months ago (2011-08-03 17:07:56 UTC) #5
Paweł Hajdan Jr.
http://codereview.chromium.org/7522024/diff/8001/chrome/test/webdriver/web_element_id.h File chrome/test/webdriver/web_element_id.h (right): http://codereview.chromium.org/7522024/diff/8001/chrome/test/webdriver/web_element_id.h#newcode66 chrome/test/webdriver/web_element_id.h:66: struct ValueConversionTraits<webdriver::WebElementId> { On 2011/08/03 17:07:56, kkania wrote: > ...
9 years, 4 months ago (2011-08-04 17:51:36 UTC) #6
kkania
+mark, just for a question Mark, I have a templated struct ValueConversionTraits, with specializations in ...
9 years, 4 months ago (2011-08-04 18:01:23 UTC) #7
kkania
ping; waiting for mmentovai
9 years, 4 months ago (2011-08-08 19:59:58 UTC) #8
kkania
+jcivelli, not for review, just for a question Can you answer Pawel's concern? I have ...
9 years, 4 months ago (2011-08-11 22:14:16 UTC) #9
Jay Civelli
> Can you answer Pawel's concern? Sorry, I don't think I qualify as a C++ ...
9 years, 4 months ago (2011-08-12 00:00:17 UTC) #10
Peter Kasting
On 2011/08/11 22:14:16, kkania wrote: > Do you have any recommendations here? Is it prudent ...
9 years, 4 months ago (2011-08-12 01:18:06 UTC) #11
Paweł Hajdan Jr.
LGTM, thanks Peter!
9 years, 4 months ago (2011-08-12 16:40:14 UTC) #12
Huyen
lgtm
9 years, 4 months ago (2011-08-12 23:24:51 UTC) #13
commit-bot: I haz the power
9 years, 4 months ago (2011-08-15 18:43:54 UTC) #14
Can't process patch for file chrome/test/webdriver/webdriver_util_mac.mm.
A +

Powered by Google App Engine
This is Rietveld 408576698