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

Issue 6248021: Reapply r72562 with willchan's nits + locally tested shlib fixes. (Closed)

Created:
9 years, 11 months ago by Elliot Glaysher
Modified:
9 years, 7 months ago
CC:
chromium-reviews, michaeln, ncarter (slow), idana, Raghu Simha, Erik does not do reviews, cbentzel+watch_chromium.org, Randy Smith (Not in Mondays), Aaron Boodman, pam+watch_chromium.org, tim (not reviewing), rdsmith+dwatch_chromium.org, Paweł Hajdan Jr., darin-cc_chromium.org, amit, davemoore+watch_chromium.org
Visibility:
Public.

Description

Clean up net unit testing code. (Reapply r72562 with willchan's nits + locally tested shlib fixes + removing duplicate code that was partially responsible for the failure.) - Move code included from blah_unittest.h (where blah_unittest.cc has actual unittests) into their own files, often completely out-of-lining the definitions. - Remove anonymous namespaces from headers. - Reorder method declarations. - Make other unit test link against net_test_support instead of reaching in and including .h files in their targets directly. BUG=68682 TEST=compiles First Review URL: http://codereview.chromium.org/6264013 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72682

Patch Set 1 #

Total comments: 1

Patch Set 2 : Add comments #

Patch Set 3 : Fix path #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1273 lines, -972 lines) Patch
M chrome/browser/chrome_plugin_unittest.cc View 1 2 2 chunks +2 lines, -17 lines 0 comments Download
M chrome/browser/chromeos/gview_request_interceptor_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/download/download_uitest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/download/save_page_uitest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/user_script_listener_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/google/google_url_tracker_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/device_management_service_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/printing/print_dialog_cloud_uitest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/http_bridge_unittest.cc View 1 2 chunks +2 lines, -19 lines 0 comments Download
M chrome/browser/unload_uitest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_tests.gypi View 1 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/common/net/url_fetcher_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/test/test_url_request_context_getter.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/testing_profile.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome_frame/chrome_frame.gyp View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome_frame/test/test_server_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/cookie_monster_store_test.h View 6 chunks +44 lines, -133 lines 0 comments Download
A net/base/cookie_monster_store_test.cc View 1 chunk +176 lines, -0 lines 0 comments Download
M net/base/cookie_monster_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/base/filter_unittest.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M net/base/gzip_filter_unittest.cc View 10 chunks +10 lines, -10 lines 0 comments Download
M net/base/listen_socket_unittest.h View 4 chunks +17 lines, -20 lines 0 comments Download
M net/base/listen_socket_unittest.cc View 3 chunks +42 lines, -32 lines 0 comments Download
A + net/base/mock_filter_context.h View 4 chunks +19 lines, -30 lines 0 comments Download
A net/base/mock_filter_context.cc View 1 chunk +48 lines, -0 lines 0 comments Download
M net/base/net_test_suite.h View 1 chunk +14 lines, -34 lines 0 comments Download
A net/base/net_test_suite.cc View 1 chunk +46 lines, -0 lines 0 comments Download
M net/base/sdch_filter_unittest.cc View 22 chunks +22 lines, -22 lines 0 comments Download
M net/http/http_auth_handler_factory_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M net/http/http_auth_handler_negotiate_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M net/http/http_auth_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M net/http/http_transaction_unittest.h View 7 chunks +40 lines, -177 lines 0 comments Download
M net/http/http_transaction_unittest.cc View 4 chunks +218 lines, -14 lines 0 comments Download
A net/http/mock_allow_url_security_manager.h View 1 chunk +29 lines, -0 lines 0 comments Download
A net/http/mock_allow_url_security_manager.cc View 1 chunk +22 lines, -0 lines 0 comments Download
M net/http/url_security_manager.h View 1 chunk +0 lines, -19 lines 0 comments Download
M net/net.gyp View 6 chunks +10 lines, -3 lines 0 comments Download
M net/proxy/proxy_script_fetcher_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/socket_stream/socket_stream_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_network_transaction_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_job_tracker_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A net/url_request/url_request_test_util.h View 1 chunk +190 lines, -0 lines 0 comments Download
A net/url_request/url_request_test_util.cc View 1 chunk +281 lines, -0 lines 0 comments Download
D net/url_request/url_request_unittest.h View 1 chunk +0 lines, -405 lines 0 comments Download
M net/url_request/url_request_unittest.cc View 2 chunks +1 line, -2 lines 0 comments Download
M net/websockets/websocket_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/appcache/appcache_update_job_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/mimetype_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Elliot Glaysher
Evan: The fix to the build is in chrome_tests.gypi where I make test_support_common depend on ...
9 years, 11 months ago (2011-01-26 00:36:52 UTC) #1
evanm
Can you make the one-liner description the first line? (I.e. move the "reapply" line lower.) ...
9 years, 11 months ago (2011-01-26 00:53:30 UTC) #2
Elliot Glaysher
On 2011/01/26 00:53:30, evanm wrote: > Can you make the one-liner description the first line? ...
9 years, 11 months ago (2011-01-26 01:28:59 UTC) #3
Elliot Glaysher
On 2011/01/26 01:28:59, Elliot Glaysher wrote: > On 2011/01/26 00:53:30, evanm wrote: > > Can ...
9 years, 11 months ago (2011-01-26 20:02:36 UTC) #4
evanm
9 years, 11 months ago (2011-01-26 20:08:49 UTC) #5
rubberstamp++

Powered by Google App Engine
This is Rietveld 408576698