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

Issue 2881028: GTTF: test server cleanup: (Closed)

Created:
10 years, 5 months ago by Paweł Hajdan Jr.
Modified:
9 years, 7 months ago
Reviewers:
cbentzel, huanr, eroman, ananta
CC:
chromium-reviews, cbentzel+watch_chromium.org, ben+cc_chromium.org, Raghu Simha, Erik does not do reviews, Paweł Hajdan Jr., jam, ncarter (slow), idana, darin-cc_chromium.org, brettw-cc_chromium.org, pam+watch_chromium.org, tim (not reviewing), Aaron Boodman, dpranke+watch_chromium.org, amit
Visibility:
Public.

Description

GTTF: test server cleanup: - simplify the public interface - remove unneeded methods - make it easier to understand TEST=none BUG=49680 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=53509

Patch Set 1 #

Total comments: 18

Patch Set 2 : fixes #

Patch Set 3 : need to keep the server's directory path #

Patch Set 4 : final #

Unified diffs Side-by-side diffs Delta from patch set Stats (+217 lines, -458 lines) Patch
M chrome/browser/browser_browsertest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/browser_uitest.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/chrome_plugin_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/collected_cookies_uitest.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/errorpage_uitest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/gtk/bookmark_bar_gtk_interactive_uitest.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/history/multipart_uitest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/redirect_uitest.cc View 8 chunks +8 lines, -16 lines 0 comments Download
M chrome/browser/login_prompt_uitest.cc View 6 chunks +6 lines, -12 lines 0 comments Download
M chrome/browser/net/connection_tester_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/notifications/notifications_interactive_uitest.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/printing/printing_layout_uitest.cc View 4 chunks +4 lines, -8 lines 0 comments Download
M chrome/browser/renderer_host/resource_dispatcher_host_uitest.cc View 5 chunks +5 lines, -10 lines 0 comments Download
M chrome/browser/renderer_host/test/render_view_host_manager_browsertest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/repost_form_warning_uitest.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/session_history_uitest.cc View 9 chunks +9 lines, -18 lines 0 comments Download
M chrome/browser/sessions/session_restore_uitest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ssl/ssl_browser_tests.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/http_bridge_unittest.cc View 4 chunks +4 lines, -8 lines 0 comments Download
M chrome/browser/tab_contents/view_source_uitest.cc View 4 chunks +4 lines, -8 lines 0 comments Download
M chrome/browser/tab_restore_uitest.cc View 3 chunks +3 lines, -6 lines 0 comments Download
M chrome/browser/views/find_bar_host_interactive_uitest.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/views/find_bar_host_uitest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/net/url_fetcher_unittest.cc View 8 chunks +12 lines, -19 lines 0 comments Download
M chrome/renderer/external_extension_uitest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/automation/automation_proxy_uitest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/test/in_process_browser_test.cc View 1 chunk +1 line, -3 lines 0 comments Download
M chrome/test/interactive_ui/infobars_uitest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/test/ui/ppapi_uitest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/worker/worker_uitest.cc View 1 2 3 2 chunks +2 lines, -4 lines 0 comments Download
M chrome_frame/test/http_server.cc View 2 1 chunk +1 line, -1 line 0 comments Download
D net/base/net_test_constants.h View 1 chunk +0 lines, -18 lines 0 comments Download
M net/net.gyp View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M net/proxy/proxy_resolver_perftest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_script_fetcher_unittest.cc View 7 chunks +7 lines, -14 lines 0 comments Download
M net/test/test_server.h View 1 2 9 chunks +6 lines, -20 lines 0 comments Download
M net/test/test_server.cc View 1 2 7 chunks +19 lines, -26 lines 0 comments Download
M net/tools/testserver/run_testserver.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/testserver/testserver.py View 1 3 chunks +2 lines, -23 lines 0 comments Download
M net/url_request/url_request_unittest.h View 1 2 7 chunks +4 lines, -166 lines 0 comments Download
M net/url_request/url_request_unittest.cc View 1 12 chunks +84 lines, -27 lines 0 comments Download
M webkit/tools/test_shell/test_shell_main.cc View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
Paweł Hajdan Jr.
I don't have trybot results yet, it migh need few updates, but rather trivial ones.
10 years, 5 months ago (2010-07-22 02:17:13 UTC) #1
eroman
nice simplification. http://codereview.chromium.org/2881028/diff/1/19 File chrome/test/in_process_browser_test.cc (left): http://codereview.chromium.org/2881028/diff/1/19#oldcode246 chrome/test/in_process_browser_test.cc:246: g_browser_process->io_thread()->message_loop()); Why is this no longer an ...
10 years, 5 months ago (2010-07-22 03:14:50 UTC) #2
Paweł Hajdan Jr.
Patch updated, contains some trybot fixes. Please take another look. ananta, I modified some ChromeFrame ...
10 years, 5 months ago (2010-07-22 19:01:51 UTC) #3
eroman
LGTM http://codereview.chromium.org/2881028/diff/1/28 File net/url_request/url_request_unittest.cc (right): http://codereview.chromium.org/2881028/diff/1/28#newcode290 net/url_request/url_request_unittest.cc:290: URLRequest* request = new URLRequest(url, delegate); On 2010/07/22 ...
10 years, 5 months ago (2010-07-22 19:14:59 UTC) #4
huanr
Pawel, anything you want me to look at particularly in addition to Eric's review? Huan ...
10 years, 5 months ago (2010-07-23 07:10:06 UTC) #5
Paweł Hajdan Jr.
If you see nothing bad in the changes to test server's public interface, I guess ...
10 years, 5 months ago (2010-07-23 14:23:26 UTC) #6
huanr
10 years, 5 months ago (2010-07-23 19:10:08 UTC) #7
LGTM.

reviewed test_server.{h,cc}

Powered by Google App Engine
This is Rietveld 408576698