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

Issue 11741003: Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple. (Closed)

Created:
7 years, 11 months ago by Jói
Modified:
7 years, 10 months ago
CC:
chromium-reviews, MAD, nkostylev+watch_chromium.org, amit, yoshiki+watch_chromium.org, rginda+watch_chromium.org, stuartmorgan+watch_chromium.org, ajwong+watch_chromium.org, Ilya Sherman, cbentzel+watch_chromium.org, jar (doing other things), stevenjb+watch_chromium.org, jam, apatrick_chromium, darin-cc_chromium.org, erikwright+watch_chromium.org, pedrosimonetti+watch_chromium.org, dbeam+watch-ntp_chromium.org, Avi (use Gerrit), creis+watch_chromium.org, oshima+watch_chromium.org, sail+watch_chromium.org, robertshield, grt+watch_chromium.org, estade+watch_chromium.org, davemoore+watch_chromium.org, kaiwang, Nicolas Zea, tfarina
Visibility:
Public.

Description

Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple. This is a step towards removing registration methods from PrefService and simplifying its class hierarchy. TBR=ben@chromium.org BUG=155525 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=180873

Patch Set 1 #

Total comments: 1

Patch Set 2 : Switch to desired interfaces. #

Total comments: 38

Patch Set 3 : Merge LKGR (merge only) #

Patch Set 4 : Update production interfaces based on review comments. #

Total comments: 28

Patch Set 5 : Merge LKGR (merge only). #

Patch Set 6 : Respond to review comments. #

Total comments: 15

Patch Set 7 : Address review comments. Fix Clang build and fix bug shown by trybots. #

Total comments: 31

Patch Set 8 : Address review comments, fix build and test issues. #

Total comments: 2

Patch Set 9 : Respond to one last review comment that I missed. #

Patch Set 10 : Merge LKGR (just merge). #

Patch Set 11 : Fix post merge, and address last review comment. #

Patch Set 12 : Merge LKGR, fix compile error. #

Patch Set 13 : Merge LKGR (merge only). #

Patch Set 14 : Merge to head. #

Patch Set 15 : Fix missing include. #

Patch Set 16 : Fix missing include. #

Patch Set 17 : Fix outdated include, merge problem on Windows. #

Patch Set 18 : Merge LKGR again. #

Patch Set 19 : Fix double registration in Chrome Frame test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1146 lines, -852 lines) Patch
M base/prefs/DEPS View 1 1 chunk +5 lines, -0 lines 0 comments Download
M base/prefs/default_pref_store.h View 1 2 3 2 chunks +1 line, -6 lines 0 comments Download
M base/prefs/default_pref_store.cc View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download
M base/prefs/public/pref_change_registrar_unittest.cc View 1 2 chunks +5 lines, -3 lines 0 comments Download
M base/prefs/public/pref_member_unittest.cc View 1 2 3 4 5 6 6 chunks +11 lines, -10 lines 0 comments Download
M base/prefs/public/pref_service_base.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/about_flags_unittest.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/autofill/risk/fingerprint.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/risk/fingerprint_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/background/background_mode_manager.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/background/background_mode_manager.cc View 1 2 3 4 5 6 7 8 9 3 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/browser_process.h View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/browser_process_impl.h View 1 2 4 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/browser_process_impl.cc View 1 2 3 4 5 6 7 8 9 5 chunks +50 lines, -22 lines 0 comments Download
M chrome/browser/browser_shutdown.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/browser_shutdown.cc View 1 2 3 4 5 6 7 8 9 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/chrome_browser_main.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +12 lines, -24 lines 0 comments Download
M chrome/browser/chromeos/audio/audio_handler.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/audio/audio_handler.cc View 1 2 3 4 5 6 7 8 9 2 chunks +8 lines, -19 lines 0 comments Download
M chrome/browser/chromeos/customization_document.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/customization_document.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/display/display_preferences.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/display/display_preferences.cc View 1 2 3 4 5 6 2 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/display/display_preferences_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/language_preferences.h View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/language_preferences.cc View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/login/login_utils_browsertest.cc View 1 2 3 4 5 6 7 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/chromeos/login/user_image_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/user_image_manager_impl.cc View 1 2 3 4 5 6 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/login/user_manager.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/user_manager_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +11 lines, -10 lines 0 comments Download
M chrome/browser/chromeos/login/user_manager_unittest.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/wallpaper_manager.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/wallpaper_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/login/wizard_controller.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/wizard_controller.cc View 1 2 3 4 5 6 2 chunks +14 lines, -21 lines 0 comments Download
M chrome/browser/chromeos/power/session_length_limiter.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/power/session_length_limiter.cc View 1 2 3 4 5 6 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/power/session_length_limiter_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/proxy_config_service_impl.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/proxy_config_service_impl.cc View 1 2 3 4 5 6 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/proxy_config_service_impl_unittest.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/settings/device_settings_cache.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/settings/device_settings_cache.cc View 1 2 3 4 5 6 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/status/data_promo_notification.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/status/data_promo_notification.cc View 1 2 3 4 5 6 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/component_updater/recovery_component_installer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/component_updater/recovery_component_installer.cc View 1 3 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/extensions/app_launcher.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/app_launcher.cc View 1 2 3 4 5 6 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/component_loader_unittest.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/external_protocol/external_protocol_handler.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/external_protocol/external_protocol_handler.cc View 1 2 3 4 5 6 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/first_run/first_run.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +9 lines, -5 lines 0 comments Download
M chrome/browser/geolocation/chrome_access_token_store.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/geolocation/chrome_access_token_store.cc View 1 2 3 4 5 6 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/geolocation/geolocation_prefs.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/geolocation/geolocation_prefs.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/gpu/gl_string_manager.cc View 1 2 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/intranet_redirect_detector.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/intranet_redirect_detector.cc View 1 2 3 4 5 6 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/io_thread.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +3 lines, -3 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 4 chunks +20 lines, -17 lines 0 comments Download
M chrome/browser/managed_mode/managed_mode.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/managed_mode/managed_mode.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/metrics/metrics_log.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/metrics/metrics_log.cc View 1 2 3 4 5 6 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/metrics/metrics_log_unittest.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/metrics/metrics_service.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/metrics/metrics_service.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +43 lines, -45 lines 0 comments Download
M chrome/browser/metrics/variations/variations_service.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/metrics/variations/variations_service.cc View 1 2 3 4 5 6 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/metrics/variations/variations_service_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/net/http_server_properties_manager_unittest.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/net/pref_proxy_config_tracker_impl.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/net/pref_proxy_config_tracker_impl.cc View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/net/pref_proxy_config_tracker_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +8 lines, -6 lines 0 comments Download
M chrome/browser/net/ssl_config_service_manager.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/net/ssl_config_service_manager_pref.cc View 1 2 3 4 5 6 4 chunks +14 lines, -14 lines 0 comments Download
M chrome/browser/net/ssl_config_service_manager_pref_unittest.cc View 1 2 3 7 chunks +11 lines, -8 lines 0 comments Download
M chrome/browser/notifications/desktop_notifications_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/notifications/notification_prefs_manager.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/notifications/notification_prefs_manager.cc View 1 2 3 4 5 6 1 chunk +9 lines, -3 lines 0 comments Download
M chrome/browser/plugins/plugin_finder.h View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/plugins/plugin_finder.cc View 1 2 3 4 5 6 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/policy/auto_enrollment_client.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/policy/auto_enrollment_client.cc View 1 2 3 4 5 6 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/policy/browser_policy_connector.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/policy/browser_policy_connector.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/policy/cloud_policy_core_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/device_cloud_policy_manager_chromeos_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/policy/device_status_collector.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/policy/device_status_collector.cc View 1 2 3 4 5 6 2 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/policy/device_status_collector_browsertest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/policy_statistics_collector.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/policy/policy_statistics_collector.cc View 1 2 3 4 5 6 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/policy/policy_statistics_collector_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/url_blacklist_manager_unittest.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/policy/user_cloud_policy_manager_chromeos_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/policy/user_policy_signin_service_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prefs/browser_prefs.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/prefs/browser_prefs.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 7 chunks +65 lines, -56 lines 0 comments Download
M chrome/browser/prefs/chrome_pref_service_factory.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +9 lines, -4 lines 0 comments Download
M chrome/browser/prefs/chrome_pref_service_factory.cc View 1 2 3 4 5 4 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/prefs/pref_notifier_impl_unittest.cc View 1 2 3 4 5 2 chunks +3 lines, -4 lines 0 comments Download
A chrome/browser/prefs/pref_registry.h View 1 2 3 4 5 1 chunk +75 lines, -0 lines 0 comments Download
A chrome/browser/prefs/pref_registry.cc View 1 2 3 4 5 6 1 chunk +64 lines, -0 lines 0 comments Download
A chrome/browser/prefs/pref_registry_simple.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +43 lines, -0 lines 0 comments Download
A chrome/browser/prefs/pref_registry_simple.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +67 lines, -0 lines 0 comments Download
M chrome/browser/prefs/pref_service.h View 1 2 3 4 5 6 7 8 9 10 11 12 9 chunks +25 lines, -17 lines 0 comments Download
M chrome/browser/prefs/pref_service.cc View 1 2 3 4 5 6 7 8 chunks +59 lines, -38 lines 0 comments Download
M chrome/browser/prefs/pref_service_builder.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/prefs/pref_service_builder.cc View 1 2 3 3 chunks +5 lines, -6 lines 0 comments Download
M chrome/browser/prefs/pref_service_mock_builder.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/prefs/pref_service_mock_builder.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
D chrome/browser/prefs/pref_service_simple.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -43 lines 0 comments Download
D chrome/browser/prefs/pref_service_simple.cc View 1 chunk +0 lines, -76 lines 0 comments Download
M chrome/browser/prefs/pref_service_syncable.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/prefs/pref_service_syncable.cc View 1 2 3 4 5 6 chunks +25 lines, -6 lines 0 comments Download
M chrome/browser/prefs/pref_service_syncable_builder.cc View 1 2 3 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/prefs/pref_service_unittest.cc View 1 10 chunks +12 lines, -9 lines 0 comments Download
M chrome/browser/profiles/off_the_record_profile_impl_unittest.cc View 1 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/profiles/profile_info_cache.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/profiles/profile_info_cache.cc View 1 2 3 4 5 6 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/profiles/profile_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profiles/profile_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/renderer_host/web_cache_manager.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/renderer_host/web_cache_manager.cc View 1 2 3 4 5 6 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/signin/signin_manager_factory.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/signin/signin_manager_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -3 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 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/task_manager/task_manager.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/task_manager/task_manager.cc View 1 2 3 4 5 6 7 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_controller_browsertest.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/ui/app_list/app_list_util.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/browser_ui_prefs.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/browser_ui_prefs.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +5 lines, -4 lines 0 comments Download
M chrome/browser/ui/browser_view_prefs.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/browser_view_prefs.cc View 1 2 3 4 5 6 7 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/cocoa/confirm_quit.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/confirm_quit_panel_controller.mm View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/search_engines/keyword_editor_controller.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/search_engines/keyword_editor_controller.cc View 1 2 3 4 5 6 7 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc View 1 2 3 4 5 6 7 8 9 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/ui/tabs/tab_strip_layout_type_prefs.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/tabs/tab_strip_layout_type_prefs.cc View 1 2 3 4 5 6 7 1 chunk +4 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/flags_ui.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/flags_ui.cc View 1 2 3 4 5 6 7 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/ntp/new_tab_page_handler.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/window_snapshot/window_snapshot.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/window_snapshot/window_snapshot.cc View 1 2 3 4 5 6 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/upgrade_detector.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/upgrade_detector.cc View 1 2 3 4 5 6 7 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/web_resource/notification_promo.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/web_resource/notification_promo.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/web_resource/plugins_resource_service.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/web_resource/plugins_resource_service.cc View 1 2 3 4 5 6 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/web_resource/promo_resource_service.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/web_resource/promo_resource_service.cc View 1 2 3 4 5 6 7 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/test/base/testing_browser_process.h View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/test/base/testing_browser_process.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/test/base/testing_pref_service.h View 1 2 3 4 5 6 7 5 chunks +16 lines, -7 lines 0 comments Download
M chrome/test/base/testing_pref_service.cc View 1 2 3 6 chunks +39 lines, -29 lines 0 comments Download
M chrome/test/reliability/page_load_test.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +11 lines, -8 lines 0 comments Download
M chrome_frame/test/net/fake_external_tab.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +8 lines, -2 lines 0 comments Download
M chrome_frame/test/reliability/page_load_test.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +11 lines, -8 lines 0 comments Download

Messages

Total messages: 55 (0 generated)
Jói
Hi Mattias, What do you think? This is a bit preliminary (compiles locally but hasn't ...
7 years, 11 months ago (2013-01-02 17:19:51 UTC) #1
Mattias Nissler (ping if slow)
https://codereview.chromium.org/11741003/diff/1/chrome/browser/prefs/pref_registrar_simple.h File chrome/browser/prefs/pref_registrar_simple.h (right): https://codereview.chromium.org/11741003/diff/1/chrome/browser/prefs/pref_registrar_simple.h#newcode40 chrome/browser/prefs/pref_registrar_simple.h:40: PrefService* pref_service_; Ah, so I had a different thing ...
7 years, 11 months ago (2013-01-03 13:11:16 UTC) #2
Jói
Thanks, and thanks for the discussion by IM on these ideas. Unfortunately, my main dev ...
7 years, 11 months ago (2013-01-03 14:57:59 UTC) #3
Mattias Nissler (ping if slow)
On 2013/01/03 14:57:59, Jói wrote: > Thanks, and thanks for the discussion by IM on ...
7 years, 11 months ago (2013-01-03 15:46:19 UTC) #4
tim (not reviewing)
Just driving by! I didn't look too closely, but will your work here let us ...
7 years, 11 months ago (2013-01-03 16:57:58 UTC) #5
Mattias Nissler (ping if slow)
Yes! On Thu, Jan 3, 2013 at 5:57 PM, <tim@chromium.org> wrote: > Just driving by! ...
7 years, 11 months ago (2013-01-03 17:08:52 UTC) #6
Jói
Yes, in fact they are already separate subclasses since http://crrev.com/174531 that kaiwang@ and I collaborated ...
7 years, 11 months ago (2013-01-03 17:10:22 UTC) #7
tim (not reviewing)
Awesome! On Thu, Jan 3, 2013 at 9:09 AM, Jói Sigurðsson <joi@chromium.org> wrote: > Yes, ...
7 years, 11 months ago (2013-01-03 17:18:14 UTC) #8
Jói
Hi Mattias, This went to sleep for a long time while I was visiting MTV ...
7 years, 11 months ago (2013-01-23 15:36:54 UTC) #9
Jói
TestingPrefService* is also worth looking at.
7 years, 11 months ago (2013-01-23 15:37:17 UTC) #10
Jói
Mattias, since I know you're reviewing: I think it may be safest for now to ...
7 years, 11 months ago (2013-01-25 13:19:59 UTC) #11
Mattias Nissler (ping if slow)
On Fri, Jan 25, 2013 at 2:20 PM, <joi@chromium.org> wrote: > Mattias, since I know ...
7 years, 11 months ago (2013-01-25 13:40:16 UTC) #12
Jói
I'm debugging through what the problem is right now. I don't think there's anything fundamentally ...
7 years, 11 months ago (2013-01-25 13:44:25 UTC) #13
Mattias Nissler (ping if slow)
On Fri, Jan 25, 2013 at 2:43 PM, Jói Sigurðsson <joi@chromium.org> wrote: > I'm debugging ...
7 years, 11 months ago (2013-01-25 13:49:11 UTC) #14
Mattias Nissler (ping if slow)
I only looked at the PrefService bits, not the consumers for now. https://codereview.chromium.org/11741003/diff/16001/base/prefs/public/pref_member_unittest.cc File base/prefs/public/pref_member_unittest.cc ...
7 years, 11 months ago (2013-01-25 14:57:11 UTC) #15
Jói
Hi Mattias, Thanks. I'll need to take a better look at some of the stuff ...
7 years, 11 months ago (2013-01-25 16:41:03 UTC) #16
Jói
Hi Mattias, Thinking about this some more, I think there are two main things to ...
7 years, 10 months ago (2013-01-28 10:41:00 UTC) #17
Mattias Nissler (ping if slow)
Hi Joi, I had your other mail in my inbox, let me try and add ...
7 years, 10 months ago (2013-01-28 11:15:47 UTC) #18
Jói
Hi Mattias, Thanks for the feedback, and for the draft change to remove MarkNeedsEmptyValue. I've ...
7 years, 10 months ago (2013-01-28 16:26:38 UTC) #19
Jói
Hi Mattias, I'm working on this. Quick question: Are preferences never registered on an incognito ...
7 years, 10 months ago (2013-01-29 15:24:45 UTC) #20
Mattias Nissler (ping if slow)
On Tue, Jan 29, 2013 at 4:24 PM, Jói Sigurðsson <joi@chromium.org> wrote: > Hi Mattias, ...
7 years, 10 months ago (2013-01-29 15:33:39 UTC) #21
Jói
Hi Mattias, Please take another look. I've addressed most of your comments on the production ...
7 years, 10 months ago (2013-01-29 16:10:02 UTC) #22
Jói
Also, re using the same PrefRegistry for the incognito service, see PrefServiceSyncable::CreateIncognitoPrefService. We either need ...
7 years, 10 months ago (2013-01-29 16:12:41 UTC) #23
Mattias Nissler (ping if slow)
https://codereview.chromium.org/11741003/diff/39002/chrome/browser/prefs/browser_prefs.cc File chrome/browser/prefs/browser_prefs.cc (right): https://codereview.chromium.org/11741003/diff/39002/chrome/browser/prefs/browser_prefs.cc#newcode378 chrome/browser/prefs/browser_prefs.cc:378: GoogleURLTracker::kDefaultGoogleHomepage); nit: indentation https://codereview.chromium.org/11741003/diff/39002/chrome/browser/prefs/browser_prefs.cc#newcode386 chrome/browser/prefs/browser_prefs.cc:386: std::string()); nit: indentation https://codereview.chromium.org/11741003/diff/39002/chrome/browser/prefs/chrome_pref_service_factory.h ...
7 years, 10 months ago (2013-01-29 18:10:45 UTC) #24
Mattias Nissler (ping if slow)
On Tue, Jan 29, 2013 at 5:10 PM, <joi@chromium.org> wrote: > Hi Mattias, > > ...
7 years, 10 months ago (2013-01-29 18:20:18 UTC) #25
Jói
Hi Mattias, As requested, I added documentation on PrefRegistrySimple::registry(). See how other comments were addressed ...
7 years, 10 months ago (2013-01-30 14:23:33 UTC) #26
Jói
Ping to see if you think this is looking good in general. I'm working on ...
7 years, 10 months ago (2013-01-31 12:13:15 UTC) #27
Mattias Nissler (ping if slow)
I'm pending a full pass to the CL - will do that today. In general, ...
7 years, 10 months ago (2013-01-31 12:20:13 UTC) #28
Jói
Great, thanks Mattias. I'll upload a new patch once it's passing all trybots, but I ...
7 years, 10 months ago (2013-01-31 12:32:27 UTC) #29
Mattias Nissler (ping if slow)
First half of the CL, I'll do the other half later. https://codereview.chromium.org/11741003/diff/50002/chrome/browser/browser_shutdown.cc File chrome/browser/browser_shutdown.cc (right): ...
7 years, 10 months ago (2013-01-31 13:06:25 UTC) #30
Jói
Thanks Mattias. I've addressed all of your comments so far. Also, I fixed an issue ...
7 years, 10 months ago (2013-01-31 13:43:42 UTC) #31
Mattias Nissler (ping if slow)
Made it through with a couple more nits. You have my tentative LGTM, in case ...
7 years, 10 months ago (2013-01-31 14:50:44 UTC) #32
Jói
Thanks Mattias. I've addressed all your comments, and I believe I've also sorted out the ...
7 years, 10 months ago (2013-01-31 16:23:36 UTC) #33
Mattias Nissler (ping if slow)
LGTM with a suggestion how to avoid a downcast :) https://codereview.chromium.org/11741003/diff/47019/chrome/browser/net/pref_proxy_config_tracker_impl_unittest.cc File chrome/browser/net/pref_proxy_config_tracker_impl_unittest.cc (right): https://codereview.chromium.org/11741003/diff/47019/chrome/browser/net/pref_proxy_config_tracker_impl_unittest.cc#newcode344 ...
7 years, 10 months ago (2013-01-31 16:30:54 UTC) #34
Jói
+ben for OWNERS stamp. Mattias has reviewed the full change, and the modifications outside of ...
7 years, 10 months ago (2013-01-31 17:29:32 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joi@chromium.org/11741003/36192
7 years, 10 months ago (2013-01-31 17:31:12 UTC) #36
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 10 months ago (2013-01-31 18:06:29 UTC) #37
Ben Goodger (Google)
lgtm
7 years, 10 months ago (2013-01-31 21:52:07 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joi@chromium.org/11741003/37183
7 years, 10 months ago (2013-02-01 14:34:31 UTC) #39
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 10 months ago (2013-02-01 17:46:31 UTC) #40
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joi@chromium.org/11741003/37183
7 years, 10 months ago (2013-02-01 20:01:38 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joi@chromium.org/11741003/98001
7 years, 10 months ago (2013-02-04 12:37:48 UTC) #42
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joi@chromium.org/11741003/92005
7 years, 10 months ago (2013-02-04 13:12:52 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joi@chromium.org/11741003/104001
7 years, 10 months ago (2013-02-04 13:29:40 UTC) #44
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 10 months ago (2013-02-04 14:09:40 UTC) #45
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joi@chromium.org/11741003/89008
7 years, 10 months ago (2013-02-04 14:12:05 UTC) #46
commit-bot: I haz the power
Retried try job too often on android_dbg_triggered_tests for step(s) build http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=android_dbg_triggered_tests&number=28263
7 years, 10 months ago (2013-02-04 17:09:31 UTC) #47
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joi@chromium.org/11741003/108004
7 years, 10 months ago (2013-02-05 15:03:01 UTC) #48
tfarina
Joi, is the CL description up to date? Is this still right: "replacing it with ...
7 years, 10 months ago (2013-02-05 16:55:16 UTC) #49
Jói
Good catch, thanks Thiago. I've updated the description to the following: === cut here === ...
7 years, 10 months ago (2013-02-05 16:57:59 UTC) #50
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) chrome_frame_net_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=108302
7 years, 10 months ago (2013-02-05 18:44:14 UTC) #51
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joi@chromium.org/11741003/108004
7 years, 10 months ago (2013-02-05 19:18:21 UTC) #52
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) chrome_frame_net_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=108436
7 years, 10 months ago (2013-02-05 22:51:57 UTC) #53
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joi@chromium.org/11741003/121009
7 years, 10 months ago (2013-02-05 23:18:15 UTC) #54
commit-bot: I haz the power
7 years, 10 months ago (2013-02-06 02:45:51 UTC) #55
Message was sent while issue was closed.
Change committed as 180873

Powered by Google App Engine
This is Rietveld 408576698