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

Issue 6312154: Remove wstring from RVH's run Javascript command.... (Closed)

Created:
9 years, 10 months ago by Avi (use Gerrit)
Modified:
9 years, 7 months ago
Reviewers:
Evan Martin, Nirnimesh
CC:
chromium-reviews, John Grabowski, ajwong+watch_chromium.org, ncarter (slow), nkostylev+cc_chromium.org, idana, Erik does not do reviews, dmaclach+watch_chromium.org, anantha, darin-cc_chromium.org, brettw-cc_chromium.org, tim (not reviewing), wez+watch_chromium.org, Raghu Simha, simonmorris+watch_chromium.org, pam+watch_chromium.org, sergeyu+watch_chromium.org, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, Nirnimesh, garykac+watch_chromium.org, Aaron Boodman, lambroslambrou+watch_chromium.org, dyu1, Paweł Hajdan Jr., davemoore+watch_chromium.org
Visibility:
Public.

Description

Remove wstring from RVH's run Javascript command. BUG=23581 TEST=no visible changes; all tests pass Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=74118

Patch Set 1 #

Total comments: 19

Patch Set 2 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+500 lines, -426 lines) Patch
M chrome/browser/accessibility/browser_accessibility_win_unittest.cc View 1 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/automation/automation_provider_observers.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/automation/automation_provider_observers.cc View 1 4 chunks +12 lines, -7 lines 0 comments Download
M chrome/browser/automation/testing_automation_provider.h View 1 4 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/automation/testing_automation_provider.cc View 1 10 chunks +14 lines, -16 lines 0 comments Download
MM chrome/browser/automation/testing_automation_provider_win.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browser_browsertest.cc View 1 5 chunks +13 lines, -9 lines 0 comments Download
M chrome/browser/browser_signin.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/account_screen.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/views/webui_menu_widget.cc View 1 5 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/debugger/debugger_remote_service.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/debugger/devtools_window.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/debugger/devtools_window.cc View 1 4 chunks +16 lines, -16 lines 0 comments Download
M chrome/browser/default_plugin_uitest.cc View 1 2 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/dom_ui/bookmarks_ui_uitest.cc View 1 2 chunks +8 lines, -7 lines 0 comments Download
M chrome/browser/dom_ui/dom_ui.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/dom_ui/dom_ui_handler_browsertest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/dom_ui/new_tab_ui_uitest.cc View 1 4 chunks +10 lines, -8 lines 0 comments Download
M chrome/browser/dom_ui/options/options_ui_uitest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/dom_ui/print_preview_ui_uitest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/alert_apitest.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/geolocation/geolocation_browsertest.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/history/multipart_uitest.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/history/redirect_uitest.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/notifications/notifications_interactive_uitest.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/printing/cloud_print/cloud_print_setup_flow.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/printing/print_dialog_cloud_uitest.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/remoting/setup_flow.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/renderer_host/render_view_host.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host.cc View 1 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/renderer_host/resource_dispatcher_host_uitest.cc View 1 9 chunks +18 lines, -14 lines 0 comments Download
M chrome/browser/session_history_uitest.cc View 1 4 chunks +19 lines, -8 lines 0 comments Download
M chrome/browser/sync/sync_setup_flow.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/applescript/tab_applescript.mm View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/login/login_prompt.h View 1 5 chunks +12 lines, -12 lines 0 comments Download
M chrome/browser/ui/login/login_prompt.cc View 1 5 chunks +10 lines, -11 lines 0 comments Download
M chrome/browser/ui/login/login_prompt_browsertest.cc View 1 3 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/login/login_prompt_gtk.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/login/login_prompt_mac.mm View 1 4 chunks +7 lines, -6 lines 0 comments Download
M chrome/browser/ui/login/login_prompt_uitest.cc View 1 9 chunks +21 lines, -22 lines 0 comments Download
M chrome/browser/ui/login/login_prompt_win.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/tests/browser_uitest.cc View 1 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/unload_uitest.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/common/automation_messages_internal.h View 1 5 chunks +8 lines, -8 lines 0 comments Download
M chrome/test/automated_ui_tests/automated_ui_test_test.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/test/automation/automation_proxy_uitest.cc View 1 13 chunks +58 lines, -42 lines 0 comments Download
M chrome/test/automation/browser_proxy.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/test/automation/browser_proxy.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/test/automation/extension_proxy_uitest.cc View 1 3 chunks +6 lines, -5 lines 0 comments Download
M chrome/test/automation/tab_proxy.h View 1 3 chunks +12 lines, -12 lines 0 comments Download
M chrome/test/automation/tab_proxy.cc View 1 7 chunks +16 lines, -18 lines 0 comments Download
M chrome/test/page_cycler/page_cycler_test.cc View 1 1 chunk +7 lines, -6 lines 0 comments Download
M chrome/test/pyautolib/pyautolib.h View 1 1 chunk +9 lines, -9 lines 0 comments Download
M chrome/test/pyautolib/pyautolib.cc View 1 6 chunks +24 lines, -19 lines 0 comments Download
M chrome/test/pyautolib/pyautolib.i View 1 3 chunks +9 lines, -9 lines 0 comments Download
M chrome/test/ui/dom_checker_uitest.cc View 1 2 chunks +9 lines, -8 lines 0 comments Download
M chrome/test/ui/dromaeo_benchmark_uitest.cc View 1 2 chunks +12 lines, -11 lines 0 comments Download
M chrome/test/ui/layout_plugin_uitest.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/test/ui/sunspider_uitest.cc View 1 2 chunks +12 lines, -11 lines 0 comments Download
M chrome/test/ui/ui_test.cc View 1 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/test/ui/v8_benchmark_uitest.cc View 1 2 chunks +12 lines, -11 lines 0 comments Download
M chrome/test/ui_test_utils.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/test/url_fetch_test/url_fetch_test.cc View 1 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/test/webdriver/automation.cc View 1 2 chunks +8 lines, -8 lines 2 comments Download
M chrome/tools/convert_dict/convert_dict_unittest.cc View 1 6 chunks +17 lines, -14 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Avi (use Gerrit)
Nirnimesh: pyauto stuff Evan: all else Yeah, sorry, this got out of control.
9 years, 10 months ago (2011-02-04 20:29:33 UTC) #1
Evan Martin
65 files ಠ_ಠ
9 years, 10 months ago (2011-02-04 20:31:51 UTC) #2
Evan Martin
http://codereview.chromium.org/6312154/diff/1/chrome/browser/automation/automation_provider_observers.h File chrome/browser/automation/automation_provider_observers.h (right): http://codereview.chromium.org/6312154/diff/1/chrome/browser/automation/automation_provider_observers.h#newcode911 chrome/browser/automation/automation_provider_observers.h:911: void ExecuteScript(const std::string& javascript); In theory this can be ...
9 years, 10 months ago (2011-02-04 21:37:29 UTC) #3
Nirnimesh
For Pyauto, if it compiles it's fine. http://codereview.chromium.org/6312154/diff/1/chrome/browser/automation/automation_provider_observers.h File chrome/browser/automation/automation_provider_observers.h (right): http://codereview.chromium.org/6312154/diff/1/chrome/browser/automation/automation_provider_observers.h#newcode911 chrome/browser/automation/automation_provider_observers.h:911: void ExecuteScript(const ...
9 years, 10 months ago (2011-02-04 21:59:18 UTC) #4
Avi (use Gerrit)
"if it compiles it's fine" is awesome, but don't I have to worry about the ...
9 years, 10 months ago (2011-02-04 23:02:10 UTC) #5
Nirnimesh
No you don't have to worry. Swig takes care of converting python unicode strings to ...
9 years, 10 months ago (2011-02-04 23:23:33 UTC) #6
Avi (use Gerrit)
Cool. Evan, take another look. The "difference from v1" links should still be useful.
9 years, 10 months ago (2011-02-07 22:45:52 UTC) #7
Evan Martin
LGTM http://codereview.chromium.org/6312154/diff/1076/chrome/test/webdriver/automation.cc File chrome/test/webdriver/automation.cc (right): http://codereview.chromium.org/6312154/diff/1076/chrome/test/webdriver/automation.cc#newcode57 chrome/test/webdriver/automation.cc:57: xpath16, script16, &result16); Maybe fits on one line?
9 years, 10 months ago (2011-02-07 22:52:29 UTC) #8
Avi (use Gerrit)
http://codereview.chromium.org/6312154/diff/1076/chrome/test/webdriver/automation.cc File chrome/test/webdriver/automation.cc (right): http://codereview.chromium.org/6312154/diff/1076/chrome/test/webdriver/automation.cc#newcode57 chrome/test/webdriver/automation.cc:57: xpath16, script16, &result16); On 2011/02/07 22:52:29, Evan Martin wrote: ...
9 years, 10 months ago (2011-02-07 22:55:25 UTC) #9
Avi (use Gerrit)
This is bad; apparently touching automation IPC kills bots. I don't know what I'm doing. ...
9 years, 10 months ago (2011-02-08 19:52:43 UTC) #10
Evan Martin
On 2011/02/08 19:52:43, Avi wrote: > This is bad; apparently touching automation IPC kills bots. ...
9 years, 10 months ago (2011-02-08 19:58:07 UTC) #11
Nirnimesh
9 years, 10 months ago (2011-02-08 22:28:13 UTC) #12
Avi, you might want to run pyauto tests before you commit again.
Build 'pyautolib' target
$ python chrome/test/functional/pyauto_functional.py

Powered by Google App Engine
This is Rietveld 408576698