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

Issue 17127002: Correctly integrate StoragePartition into TestingProfile. (Closed)

Created:
7 years, 6 months ago by awong
Modified:
7 years, 5 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, Raman Kakilate, akalin, kinuko+watch, estade+watch_chromium.org, benquan, Raghu Simha, Albert Bodenhamer, ahutter, browser-components-watch_chromium.org, dbeam+watch-autofill_chromium.org, Dane Wallinga, dyu1, tzik+watch_chromium.org, rouslan+autofillwatch_chromium.org, chromium-apps-reviews_chromium.org, markusheintz_, James Su, Ilya Sherman, haitaol1, tim (not reviewing), Bernhard Bauer, brettw, Jeffrey Yasskin, mattm, mmenke, rkc, satorux1, no longer working on chromium, Mattias Nissler (ping if slow)
Visibility:
Public.

Description

Correctly integrate StoragePartition into TestingProfile. Until this CL, TestingProfile had 3 distinct URLRequestContexts it would return to the user: one via profile->GetDefaultStoragePartition()->GetRequestContext(), one via profile->GetRequestContext(), and one via profile->GetResourceContext->GetRequestContext(). All of these had different cookie stores. This CL unified them so they all return the one from profile->GetDefaultStoragePartition()->GetRequestContext(). This correctly mimics how production code works. Doing this had a bunch of implications: (1) Removes TestingProfile::CreateRequestContext()/ResetRequestContext() (2) Changes MockRequestContext to share the URLRequestContext with TestingProfile. (3) TestingProfile now requires all BrowserThreads. Point (3) effectively adds TestBrowserThreadBundle into a bunch more spots. Because of that, we also have the following changes: (a) AshTestBase now has a TestBrowserThreadBundle (b) Removed a bunch of real threads from tests. (c) TemplateUrlService has reworked synchronization semantics. (d) Removed MultiThreadTestHelper. (e) Added TestingIOThread class + testing API in IOThread to mock out various IO thread tasks which enervated with the new TestBrowserThreadBundle. TBR=bauerb,brettw,isherman,joth,jyasskin,mattm,mmenke,mnissler,pkasting,rkc,rlp,satorux,tim,xians,joth BUG=159193 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=213272

Patch Set 1 #

Patch Set 2 : more fixed #

Patch Set 3 : merged to ToT #

Patch Set 4 : more fixes #

Patch Set 5 : bleck #

Patch Set 6 : ToT #

Patch Set 7 : profile fixed #

Patch Set 8 : last linux unit_tests fixed. merged to ToT #

Patch Set 9 : should compile. #

Patch Set 10 : CHROME-OSSSSSSSSSS!!!!! #

Patch Set 11 : rebased ToT #

Patch Set 12 : I FIXEHD DEE CLOUD!!! :D #

Patch Set 13 : synced ToT and fixed more bugs. #

Patch Set 14 : I FIXEHD DA CLOUD AGAINZ!!!~~!!~~~!~~~~!!11!!~!111111 #

Patch Set 15 : cleanup TODOs. merge code. kill more threads. i never get tired of thread carnage. #

Total comments: 12

Patch Set 16 : address comments. merge to ToT. Murder a DB thread and more TestBrowserThreads. #

Total comments: 19

Patch Set 17 : address review comments. cast life2 on FILE and IO threads in {Local,Sync}FileSystemTests #

Patch Set 18 : merged to ToT #

Total comments: 1

Patch Set 19 : sync to ToT #

Patch Set 20 : merged ToT #

Patch Set 21 : bad merge #

Patch Set 22 : fix InstantNTP test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1238 lines, -1803 lines) Patch
M ash/desktop_background/desktop_background_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +1 line, -4 lines 0 comments Download
M ash/screensaver/screensaver_view_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -2 lines 0 comments Download
M ash/test/ash_test_base.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +2 lines, -3 lines 0 comments Download
M ash/test/ash_test_base.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autocomplete/search_provider_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 13 chunks +29 lines, -44 lines 0 comments Download
M chrome/browser/browsing_data/browsing_data_appcache_helper_unittest.cc View 1 2 3 4 5 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/browsing_data/browsing_data_cookie_helper_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 8 chunks +7 lines, -41 lines 0 comments Download
M chrome/browser/browsing_data/browsing_data_database_helper_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +2 lines, -12 lines 0 comments Download
M chrome/browser/browsing_data/browsing_data_local_storage_helper_unittest.cc View 1 2 3 4 5 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/browsing_data/browsing_data_remover_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/browsing_data/browsing_data_server_bound_cert_helper_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 8 chunks +9 lines, -16 lines 0 comments Download
M chrome/browser/browsing_data/cookies_tree_model_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/captive_portal/captive_portal_detector_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 4 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/captive_portal/captive_portal_service_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 9 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/extensions/wallpaper_private_api_unittest.cc View 1 2 3 4 5 6 7 8 9 2 chunks +0 lines, -9 lines 0 comments Download
M chrome/browser/chromeos/kiosk_mode/kiosk_mode_idle_logout_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +1 line, -7 lines 0 comments Download
M chrome/browser/chromeos/login/online_attempt_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 16 chunks +31 lines, -59 lines 0 comments Download
M chrome/browser/chromeos/login/parallel_authenticator_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 15 chunks +14 lines, -28 lines 0 comments Download
M chrome/browser/chromeos/login/user_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 3 chunks +3 lines, -12 lines 0 comments Download
M chrome/browser/chromeos/net/network_portal_detector_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 25 chunks +30 lines, -32 lines 0 comments Download
M chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 6 chunks +15 lines, -12 lines 0 comments Download
M chrome/browser/extensions/browser_permissions_policy_delegate_unittest.cc View 1 2 3 4 5 3 chunks +3 lines, -7 lines 0 comments Download
M chrome/browser/extensions/extension_protocols_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_service_unittest.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_service_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 9 chunks +0 lines, -15 lines 0 comments Download
M chrome/browser/extensions/updater/extension_updater_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 5 chunks +2 lines, -8 lines 0 comments Download
M chrome/browser/google/google_url_tracker_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 3 chunks +3 lines, -6 lines 0 comments Download
M chrome/browser/io_thread.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/io_thread.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 3 chunks +6 lines, -9 lines 0 comments Download
M chrome/browser/net/gaia/gaia_oauth_fetcher_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/page_cycler/page_cycler_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/password_generation_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +0 lines, -8 lines 0 comments Download
M chrome/browser/password_manager/password_store_x_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 16 chunks +38 lines, -106 lines 0 comments Download
M chrome/browser/policy/cloud/device_management_service_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 5 chunks +7 lines, -12 lines 0 comments Download
M chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 4 chunks +3 lines, -10 lines 0 comments Download
M chrome/browser/policy/policy_service_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 4 chunks +2 lines, -7 lines 0 comments Download
M chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 12 chunks +76 lines, -24 lines 0 comments Download
M chrome/browser/profiles/off_the_record_profile_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 5 chunks +11 lines, -4 lines 0 comments Download
M chrome/browser/profiles/profile_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/profiles/profile_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 16 chunks +19 lines, -24 lines 0 comments Download
M chrome/browser/safe_browsing/malware_details_unittest.cc View 1 2 3 4 5 6 7 3 chunks +0 lines, -3 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_database_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 3 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/search/iframe_source_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 4 chunks +9 lines, -10 lines 0 comments Download
M chrome/browser/search_engines/search_provider_install_data_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 8 chunks +44 lines, -101 lines 0 comments Download
M chrome/browser/search_engines/template_url_fetcher_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/search_engines/template_url_service_sync_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/search_engines/template_url_service_test_util.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +2 lines, -19 lines 0 comments Download
M chrome/browser/search_engines/template_url_service_test_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 8 chunks +8 lines, -87 lines 0 comments Download
M chrome/browser/search_engines/template_url_service_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 23 chunks +52 lines, -98 lines 0 comments Download
M chrome/browser/signin/oauth2_token_service_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 25 chunks +27 lines, -31 lines 0 comments Download
M chrome/browser/signin/profile_oauth2_token_service_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 9 chunks +30 lines, -33 lines 0 comments Download
M chrome/browser/signin/signin_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 34 chunks +55 lines, -98 lines 0 comments Download
M chrome/browser/signin/token_service_unittest.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +12 lines, -7 lines 0 comments Download
M chrome/browser/signin/token_service_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 11 chunks +143 lines, -167 lines 0 comments Download
M chrome/browser/signin/ubertoken_fetcher_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 5 chunks +8 lines, -10 lines 0 comments Download
M chrome/browser/speech/speech_recognition_bubble_controller_unittest.cc View 1 2 3 4 5 8 chunks +4 lines, -11 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 30 chunks +31 lines, -44 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_message_filter_unittest.cc View 1 2 3 4 5 6 7 8 9 3 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_service_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +5 lines, -18 lines 0 comments Download
M chrome/browser/spellchecker/spelling_service_client_unittest.cc View 1 2 3 4 5 3 chunks +2 lines, -6 lines 0 comments Download
M chrome/browser/sync/abstract_profile_sync_service_test.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +2 lines, -6 lines 0 comments Download
M chrome/browser/sync/abstract_profile_sync_service_test.cc View 3 chunks +8 lines, -13 lines 0 comments Download
M chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 6 chunks +6 lines, -12 lines 0 comments Download
M chrome/browser/sync/glue/search_engine_data_type_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_host_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 6 chunks +17 lines, -17 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_autofill_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_password_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +1 line, -3 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_preference_unittest.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_session_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 11 chunks +8 lines, -13 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_startup_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 6 chunks +10 lines, -17 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_typed_url_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +1 line, -3 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 6 chunks +11 lines, -25 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/drive_file_sync_service_fake_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 11 chunks +10 lines, -11 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/drive_file_sync_service_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 8 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/sync_file_system/local_file_sync_service_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 6 chunks +17 lines, -14 lines 0 comments Download
M chrome/browser/sync_file_system/sync_file_system_service_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 7 chunks +23 lines, -18 lines 0 comments Download
M chrome/browser/sync_file_system/sync_file_system_test_util.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +1 line, -35 lines 0 comments Download
M chrome/browser/sync_file_system/sync_file_system_test_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +2 lines, -29 lines 0 comments Download
M chrome/browser/tab_contents/spelling_menu_observer_browsertest.cc View 1 4 chunks +0 lines, -12 lines 0 comments Download
M chrome/browser/ui/ash/launcher/chrome_launcher_controller_per_browser_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 5 chunks +5 lines, -9 lines 0 comments Download
M chrome/browser/ui/ash/launcher/launcher_context_menu_unittest.cc View 1 2 3 4 5 6 7 8 9 3 chunks +1 line, -4 lines 0 comments Download
M chrome/browser/ui/ash/screenshot_taker_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 3 chunks +1 line, -4 lines 0 comments Download
M chrome/browser/ui/ash/window_positioner_unittest.cc View 1 2 3 4 5 6 7 8 9 5 chunks +3 lines, -18 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/notifications/balloon_controller_unittest.mm View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 5 chunks +4 lines, -13 lines 0 comments Download
M chrome/browser/ui/search/instant_ntp_prerenderer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 3 chunks +3 lines, -7 lines 0 comments Download
M chrome/browser/ui/toolbar/wrench_menu_model_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +25 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +1 line, -3 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 6 chunks +10 lines, -1 line 0 comments Download
M chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 6 chunks +5 lines, -31 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/base/browser_with_test_window_test.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 3 chunks +2 lines, -8 lines 0 comments Download
M chrome/test/base/browser_with_test_window_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +7 lines, -16 lines 0 comments Download
A chrome/test/base/testing_io_thread_state.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +38 lines, -0 lines 0 comments Download
A chrome/test/base/testing_io_thread_state.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +102 lines, -0 lines 0 comments Download
M chrome/test/base/testing_profile.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 5 chunks +6 lines, -18 lines 0 comments Download
M chrome/test/base/testing_profile.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 9 chunks +21 lines, -19 lines 0 comments Download
M chrome/test/base/ui_test_utils.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +6 lines, -1 line 0 comments Download
M chrome/test/base/view_event_test_base.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/test/base/view_event_test_base.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +3 lines, -3 lines 0 comments Download
M components/autofill/content/browser/autocheckout_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 3 chunks +0 lines, -3 lines 0 comments Download
M components/autofill/content/browser/wallet/wallet_client_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +4 lines, -3 lines 0 comments Download
M components/autofill/content/browser/wallet/wallet_signin_helper_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +3 lines, -5 lines 0 comments Download
M components/autofill/core/browser/autofill_download_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 4 chunks +3 lines, -20 lines 0 comments Download
M components/autofill/core/browser/autofill_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -6 lines 0 comments Download
M components/autofill/core/browser/autofill_metrics_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +0 lines, -2 lines 0 comments Download
M components/navigation_interception/intercept_navigation_resource_throttle_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +5 lines, -2 lines 0 comments Download
M content/browser/loader/resource_loader_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 4 chunks +9 lines, -12 lines 0 comments Download
M content/public/test/mock_resource_context.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +9 lines, -1 line 0 comments Download
M content/public/test/mock_resource_context.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +8 lines, -3 lines 0 comments Download
M content/public/test/test_browser_context.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 5 chunks +8 lines, -8 lines 0 comments Download
M content/test/webrtc_audio_device_test.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +0 lines, -1 line 0 comments Download
M content/test/webrtc_audio_device_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M google_apis/gaia/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M google_apis/gaia/gaia_auth_fetcher_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +1 line, -2 lines 0 comments Download
M google_apis/gaia/gaia_oauth_client_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +1 line, -3 lines 0 comments Download
M google_apis/gaia/oauth2_access_token_fetcher_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 4 chunks +4 lines, -8 lines 0 comments Download
M google_apis/gaia/oauth2_api_call_flow_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -4 lines 0 comments Download
M ui/views/test/webview_test_helper.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -4 lines 0 comments Download
M ui/views/test/webview_test_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +2 lines, -7 lines 0 comments Download

Messages

Total messages: 37 (0 generated)
awong
Another massive review.
7 years, 5 months ago (2013-07-11 01:29:55 UTC) #1
awong
Before moving onto OWNERS reviews for individual unittests, John, Pawel, can you do the top-level ...
7 years, 5 months ago (2013-07-11 01:33:00 UTC) #2
tfarina
I was planning to get rid of uses of CreateRequestContext()/ResetRequestContext() in components/autofill. It seems this ...
7 years, 5 months ago (2013-07-11 01:35:44 UTC) #3
awong
jcivelli: Pawel's out. Can you look at chrome/test changes?
7 years, 5 months ago (2013-07-11 01:46:02 UTC) #4
jam
this looks fine btw i looked at all the files in chrome/test and it looks ...
7 years, 5 months ago (2013-07-11 16:28:44 UTC) #5
awong
comments addressed. https://codereview.chromium.org/17127002/diff/148001/chrome/test/base/browser_with_test_window_test.cc File chrome/test/base/browser_with_test_window_test.cc (right): https://codereview.chromium.org/17127002/diff/148001/chrome/test/base/browser_with_test_window_test.cc#newcode36 chrome/test/base/browser_with_test_window_test.cc:36: //TODO(ajwong): REal Db huh? On 2013/07/11 16:28:44, ...
7 years, 5 months ago (2013-07-11 21:04:15 UTC) #6
awong
Adding reviewers for directories where one or more tests had a significant change: markusheintz: chrome/browser/browsing_data/* ...
7 years, 5 months ago (2013-07-12 00:52:29 UTC) #7
Peter Kasting
I don't actually understand the change from a functional perspective, but things seemed to get ...
7 years, 5 months ago (2013-07-12 01:20:19 UTC) #8
Ilya Sherman
LGTM with a question: https://codereview.chromium.org/17127002/diff/5891733057437696/chrome/browser/password_manager/password_store_x_unittest.cc File chrome/browser/password_manager/password_store_x_unittest.cc (right): https://codereview.chromium.org/17127002/diff/5891733057437696/chrome/browser/password_manager/password_store_x_unittest.cc#newcode263 chrome/browser/password_manager/password_store_x_unittest.cc:263: base::RunLoop().RunUntilIdle(); When is it appropriate ...
7 years, 5 months ago (2013-07-12 01:59:39 UTC) #9
kinuko
https://codereview.chromium.org/17127002/diff/5891733057437696/chrome/browser/sync_file_system/local_file_sync_service_unittest.cc File chrome/browser/sync_file_system/local_file_sync_service_unittest.cc (right): https://codereview.chromium.org/17127002/diff/5891733057437696/chrome/browser/sync_file_system/local_file_sync_service_unittest.cc#newcode175 chrome/browser/sync_file_system/local_file_sync_service_unittest.cc:175: content::TestBrowserThreadBundle thread_bundle_; MultiThreadTestHelper internally uses TestBrowserThreadBundle, and I'm not ...
7 years, 5 months ago (2013-07-12 04:35:43 UTC) #10
awong
https://codereview.chromium.org/17127002/diff/5891733057437696/chrome/browser/password_manager/password_store_x_unittest.cc File chrome/browser/password_manager/password_store_x_unittest.cc (right): https://codereview.chromium.org/17127002/diff/5891733057437696/chrome/browser/password_manager/password_store_x_unittest.cc#newcode263 chrome/browser/password_manager/password_store_x_unittest.cc:263: base::RunLoop().RunUntilIdle(); On 2013/07/12 01:59:40, Ilya Sherman wrote: > When ...
7 years, 5 months ago (2013-07-12 07:17:38 UTC) #11
kinuko
https://codereview.chromium.org/17127002/diff/5891733057437696/chrome/browser/sync_file_system/local_file_sync_service_unittest.cc File chrome/browser/sync_file_system/local_file_sync_service_unittest.cc (right): https://codereview.chromium.org/17127002/diff/5891733057437696/chrome/browser/sync_file_system/local_file_sync_service_unittest.cc#newcode175 chrome/browser/sync_file_system/local_file_sync_service_unittest.cc:175: content::TestBrowserThreadBundle thread_bundle_; On 2013/07/12 07:17:39, awong wrote: > On ...
7 years, 5 months ago (2013-07-12 07:28:26 UTC) #12
awong
On 2013/07/12 07:28:26, kinuko wrote: > https://codereview.chromium.org/17127002/diff/5891733057437696/chrome/browser/sync_file_system/local_file_sync_service_unittest.cc > File chrome/browser/sync_file_system/local_file_sync_service_unittest.cc > (right): > > https://codereview.chromium.org/17127002/diff/5891733057437696/chrome/browser/sync_file_system/local_file_sync_service_unittest.cc#newcode175 ...
7 years, 5 months ago (2013-07-12 07:38:02 UTC) #13
Ivan Korotkov
s/ivankr/nkostylev/
7 years, 5 months ago (2013-07-12 07:42:33 UTC) #14
Roger Tawa OOO till Jul 10th
lgtm for chrome\browser\signin and google_apis https://codereview.chromium.org/17127002/diff/5891733057437696/chrome/browser/signin/token_service_unittest.cc File chrome/browser/signin/token_service_unittest.cc (right): https://codereview.chromium.org/17127002/diff/5891733057437696/chrome/browser/signin/token_service_unittest.cc#newcode90 chrome/browser/signin/token_service_unittest.cc:90: // carry on with ...
7 years, 5 months ago (2013-07-12 13:52:30 UTC) #15
jam
lgtm https://codereview.chromium.org/17127002/diff/5891733057437696/chrome/test/base/ui_test_utils.cc File chrome/test/base/ui_test_utils.cc (right): https://codereview.chromium.org/17127002/diff/5891733057437696/chrome/test/base/ui_test_utils.cc#newcode398 chrome/test/base/ui_test_utils.cc:398: content::Source<TemplateURLService>(service)); you can use content::WindowedNotificationObserver here instead of ...
7 years, 5 months ago (2013-07-12 16:38:33 UTC) #16
Nikita (slow)
chrome/browser/chromeos/* lgtm
7 years, 5 months ago (2013-07-15 08:19:37 UTC) #17
Lei Zhang
c/b/printing lgtm with nits below. https://codereview.chromium.org/17127002/diff/5891733057437696/chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc File chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc (right): https://codereview.chromium.org/17127002/diff/5891733057437696/chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc#newcode224 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc:224: CommandLine* command_line = CommandLine::ForCurrentProcess(); ...
7 years, 5 months ago (2013-07-15 22:29:18 UTC) #18
awong
Addressing comments and adjusting owners to swap out people that are OOO. sky: ash/* and ...
7 years, 5 months ago (2013-07-16 21:27:27 UTC) #19
sky
ash and chrome/browser/ui LGTM
7 years, 5 months ago (2013-07-16 23:27:28 UTC) #20
Mike West
browsingdataremover LGTM.
7 years, 5 months ago (2013-07-17 06:34:52 UTC) #21
kinuko
sync_file_system lgtm, thanks! https://codereview.chromium.org/17127002/diff/209001/chrome/browser/sync_file_system/local_file_sync_service_unittest.cc File chrome/browser/sync_file_system/local_file_sync_service_unittest.cc (right): https://codereview.chromium.org/17127002/diff/209001/chrome/browser/sync_file_system/local_file_sync_service_unittest.cc#newcode104 chrome/browser/sync_file_system/local_file_sync_service_unittest.cc:104: content::TestBrowserThreadBundle::REAL_IO_THREAD), nit: indent
7 years, 5 months ago (2013-07-18 04:22:29 UTC) #22
Ben Goodger (Google)
browser/ui lgtm
7 years, 5 months ago (2013-07-18 20:07:24 UTC) #23
awong
On 2013/07/18 20:07:24, Ben Goodger (Google) wrote: > browser/ui lgtm Looked through the various failures. ...
7 years, 5 months ago (2013-07-19 22:19:49 UTC) #24
awong
TBRing the following (some of your who've reviewed once are also getting listed as TBRs ...
7 years, 5 months ago (2013-07-19 23:28:09 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajwong@chromium.org/17127002/237001
7 years, 5 months ago (2013-07-19 23:29:33 UTC) #26
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 5 months ago (2013-07-20 01:05:50 UTC) #27
rpetterson
spellcheck LGTM
7 years, 5 months ago (2013-07-22 21:21:40 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajwong@chromium.org/17127002/259001
7 years, 5 months ago (2013-07-22 22:49:10 UTC) #29
mattm
safe_browsing lgtm
7 years, 5 months ago (2013-07-22 23:17:02 UTC) #30
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=138191
7 years, 5 months ago (2013-07-23 00:11:03 UTC) #31
awong
joth: components/navigation_interception/intercept_navigation_resource_throttle_unittest.cc
7 years, 5 months ago (2013-07-23 19:45:39 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajwong@chromium.org/17127002/277001
7 years, 5 months ago (2013-07-23 19:47:40 UTC) #33
joth
On 2013/07/23 19:45:39, awong wrote: > joth: > components/navigation_interception/intercept_navigation_resource_throttle_unittest.cc lgtm
7 years, 5 months ago (2013-07-23 19:58:23 UTC) #34
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 5 months ago (2013-07-23 20:53:18 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajwong@chromium.org/17127002/277001
7 years, 5 months ago (2013-07-23 22:29:27 UTC) #36
commit-bot: I haz the power
7 years, 5 months ago (2013-07-23 23:39:43 UTC) #37
Message was sent while issue was closed.
Change committed as 213272

Powered by Google App Engine
This is Rietveld 408576698