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

Issue 12767006: [Cleanup] Remove StringPrintf from global namespace (Closed)

Created:
7 years, 9 months ago by groby-ooo-7-16
Modified:
7 years, 8 months ago
CC:
chromium-reviews, David Black, MAD, jam, shishir+watch_chromium.org, tzik+watch_chromium.org, amit, ahutter, browser-components-watch_chromium.org, gideonwald, yurys, Raman Kakilate, kinuko+watch, Ilya Sherman, joi+watch-content_chromium.org, cbentzel+watch_chromium.org, vsevik, jar (doing other things), marja+watch_chromium.org, benjhayden+dwatch_chromium.org, kkania, dbeam+watch-autofill_chromium.org, dominich, tburkard+watch_chromium.org, benquan, darin-cc_chromium.org, dhollowa+watch_chromium.org, chromium-apps-reviews_chromium.org, erikwright+watch_chromium.org, Dane Wallinga, dyu1, dcaiafa+watch_chromium.org, wez+watch_chromium.org, sanjeevr, melevin, simonmorris+watch_chromium.org, gavinp+prer_chromium.org, samarth+watch_chromium.org, rmsousa+watch_chromium.org, Albert Bodenhamer, sergeyu+watch_chromium.org, alexeypa+watch_chromium.org, Jered, gavinp+disk_chromium.org, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, feature-media-reviews_chromium.org, tfarina, sreeram, sail+watch_chromium.org, garykac+watch_chromium.org, Aaron Boodman, dominich+watch_chromium.org, lambroslambrou+watch_chromium.org, robertshield, mmenke, rdsmith+dwatch_chromium.org, estade+watch_chromium.org, cc-bugs_chromium.org, James Su, jshin+watch_chromium.org, pfeldman
Visibility:
Public.

Description

[Cleanup] Remove StringPrintf from global namespace use of StringPrintf now requires prefixing with base:: or a per-scope using directive TBR'd: abodenha: chrome/service brettw: content, third_party, webkit darin: base, chrome/browser, chrome/renderer dgarret: courgette enne: cc fischmann: media gbillock: sql joi: google_apis,components rsleevi: net, crypto sky: chrome/test thestig: printing, chrome/common, tsepez: ipc wez: remoting yfriedman: testing/android NOTRY=true R=brettw@chromium.org TBR=joi@chromium.org, rsleevi@chromium.org, enne@chromium.org, thestig@chromium.org, darin@chromium.org, abodenha@chromium.org, sky@chromium.org, dgarret@chromium.org, tsepez@chromium.org, fishman@chromium.org, wez@chromium.org, gbillock@chromium.org, yfriedman@chromium.org BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=188857

Patch Set 1 #

Patch Set 2 : Rebase to HEAD, fix build breakages. #

Patch Set 3 : More fixes. #

Patch Set 4 : Making Anroid compile. One file at a time :( #

Patch Set 5 : More platform fixes. #

Patch Set 6 : Rebase to HEAD #

Patch Set 7 : More platform-specific fixes. #

Patch Set 8 : Fix more platform issues. #

Patch Set 9 : More fixes. #

Patch Set 10 : Tales of a forgotten file. #

Patch Set 11 : Chasing HEAD #

Patch Set 12 : Chasing HEAD, pt. deux #

Patch Set 13 : One more missed file. Please let it be the last one. #

Patch Set 14 : Rebasing. Fun for the whole family. #

Patch Set 15 : Rebase, once more #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+757 lines, -695 lines) Patch
M android_webview/browser/aw_devtools_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M ash/display/display_controller.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -2 lines 0 comments Download
M ash/display/display_manager.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
M ash/display/display_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M ash/magnifier/magnification_controller_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M ash/system/monitor/tray_monitor.cc View 1 2 3 4 5 6 7 8 2 chunks +6 lines, -6 lines 0 comments Download
M ash/system/web_notification/web_notification_tray_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M ash/wm/drag_window_resizer_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/workspace/workspace_window_resizer_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M base/debug/trace_event_android.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M base/file_util.cc View 1 chunk +2 lines, -1 line 0 comments Download
M base/file_util_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/os_compat_android.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M base/process_linux.cc View 1 2 3 4 5 6 1 chunk +4 lines, -2 lines 0 comments Download
M base/stringprintf.h View 1 chunk +0 lines, -6 lines 0 comments Download
M cc/base/worker_pool.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/android/dev_tools_server.cc View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/autocomplete/autocomplete_match.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/automation/automation_provider_observers.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/automation/testing_automation_provider.cc View 23 chunks +42 lines, -39 lines 0 comments Download
M chrome/browser/automation/testing_automation_provider_chromeos.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/boot_times_loader.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/input_method_apitest_chromeos.cc View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/login/default_user_images.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/screen_locker_tester.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/proxy_config_service_impl_unittest.cc View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/sim_dialog_delegate.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/status/network_menu.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/system/input_device_settings.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/component_updater/component_unpacker.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/component_updater/pepper_flash_component_installer.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/devtools/devtools_window.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/download/download_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/download/download_path_reservation_tracker_unittest.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/declarative/initializing_rules_registry.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/declarative/rules_registry_with_cache.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/font_settings/font_settings_api.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/push_messaging/push_messaging_canary_test.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/tab_capture/tab_capture_apitest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/convert_web_app.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/extensions/convert_web_app_unittest.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/webstore_inline_installer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/webstore_installer.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/extensions/webstore_startup_installer_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/window_open_apitest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/history/history_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/history/redirect_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/importer/firefox_importer_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media_galleries/media_file_system_registry_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/notifications/notification_object_proxy.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/native_backend_gnome_x.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/performance_monitor/key_builder.cc View 1 chunk +18 lines, -18 lines 0 comments Download
M chrome/browser/policy/cloud/user_info_fetcher.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/policy_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/predictors/autocomplete_action_predictor.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/prerender/prerender_histograms.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/printing/cloud_print/cloud_print_url.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profiles/profile_info_cache.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profiles/profile_info_cache_unittest.cc View 3 chunks +8 lines, -6 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/browser_feature_extractor.cc View 1 2 3 4 5 2 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc View 1 2 3 4 5 6 chunks +78 lines, -76 lines 0 comments Download
M chrome/browser/sessions/persistent_tab_restore_service_browsertest.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ssl/ssl_browser_tests.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/test/integration/bookmarks_helper.cc View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/test/integration/multiple_client_bookmarks_sync_test.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/multiple_client_sessions_sync_test.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/performance/typed_urls_sync_perf_test.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/two_client_extension_settings_and_app_settings_sync_test.cc View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/sync_file_system/drive_file_sync_service_sync_unittest.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M chrome/browser/themes/theme_syncable_service.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/event_rewriter_unittest.cc View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/launcher/shell_window_launcher_controller.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_models.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/chrome_pages.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/about_ipc_dialog.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/message_center/web_notification_tray_win_browsertest.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/about_ui.cc View 1 7 chunks +14 lines, -13 lines 0 comments Download
M chrome/browser/ui/webui/omnibox/omnibox_ui_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/welcome_ui_android.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/web_applications/web_app_win.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/cloud_print/cloud_print_helpers.cc View 11 chunks +16 lines, -16 lines 0 comments Download
M chrome/common/cloud_print/cloud_print_helpers_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/metrics/variations/uniformity_field_trials.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/common/omaha_query_params.cc View 1 chunk +7 lines, -6 lines 0 comments Download
M chrome/common/thumbnail_score.cc View 1 chunk +10 lines, -9 lines 0 comments Download
M chrome/renderer/autofill/form_autofill_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/autofill/password_generation_manager_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/printing/print_web_view_helper.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/renderer/searchbox/searchbox_extension.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_helpers.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_helpers_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/service/cloud_print/printer_job_handler_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/automation/proxy_launcher.cc View 1 2 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/test/base/ui_test_utils.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/test/perf/url_fetch_test.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/ppapi/ppapi_test.cc View 6 chunks +15 lines, -14 lines 0 comments Download
M chrome/test/pyautolib/pyautolib.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/test/reliability/automated_ui_tests.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/test/reliability/page_load_test.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/webdriver/webdriver_key_converter.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome_frame/metrics_service.cc View 1 2 3 4 5 6 7 1 chunk +7 lines, -6 lines 0 comments Download
M chrome_frame/test/navigation_test.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M chrome_frame/test/test_with_web_server.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome_frame/urlmon_url_request.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chromeos/network/geolocation_handler_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M chromeos/network/network_event_log.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chromeos/network/network_event_log_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
M chromeos/network/network_state_handler.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +6 lines, -6 lines 0 comments Download
M chromeos/network/network_util.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chromeos/network/shill_property_handler.cc View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M components/autofill/browser/autofill_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -3 lines 0 comments Download
M components/autofill/browser/wallet/encryption_escrow_client.cc View 1 2 3 4 5 3 chunks +3 lines, -3 lines 0 comments Download
M components/visitedlink/test/visitedlink_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/app/content_main_runner.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/accessibility/accessibility_tree_formatter_win.cc View 1 2 3 4 5 6 2 chunks +19 lines, -19 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_host_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 21 chunks +33 lines, -24 lines 0 comments Download
M content/browser/devtools/devtools_http_handler_impl.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M content/browser/download/download_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 5 chunks +5 lines, -5 lines 0 comments Download
M content/browser/download/download_file_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M content/browser/download/download_manager_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M content/browser/download/save_package.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/geolocation/wifi_data_provider_chromeos_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/java/java_bound_object.cc View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/java/java_bridge_channel_host.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/media/video_capture_host_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/media/web_contents_video_capture_device_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/web_contents/navigation_controller_impl_unittest.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/worker_host/test/worker_browsertest.cc View 1 2 6 chunks +10 lines, -8 lines 0 comments Download
M content/common/content_param_traits.cc View 1 chunk +2 lines, -1 line 0 comments Download
M content/gpu/gpu_info_collector_win.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +6 lines, -6 lines 0 comments Download
M content/plugin/plugin_channel.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/ppapi_plugin/ppapi_thread.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
M content/public/test/render_widget_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/browser_plugin/browser_plugin_browsertest.cc View 1 2 8 chunks +18 lines, -18 lines 0 comments Download
M content/renderer/media/media_stream_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -3 lines 0 comments Download
M content/renderer/media/mock_media_stream_dispatcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/test/layout_browsertest.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M courgette/adjustment_method.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M courgette/memory_monitor.cc View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -5 lines 0 comments Download
M crypto/nss_util.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M dbus/dbus_statistics.cc View 1 2 3 4 1 chunk +15 lines, -14 lines 0 comments Download
M google_apis/gaia/gaia_auth_fetcher.cc View 4 chunks +12 lines, -12 lines 0 comments Download
M google_apis/gaia/oauth2_access_token_fetcher.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M google_apis/gaia/oauth2_api_call_flow.cc View 1 chunk +1 line, -1 line 0 comments Download
M google_apis/gaia/oauth2_mint_token_fetcher.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M google_apis/gaia/oauth2_mint_token_flow.cc View 1 chunk +1 line, -1 line 0 comments Download
M google_apis/gaia/oauth2_revocation_fetcher.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M google_apis/gaia/oauth_request_signer.cc View 2 chunks +10 lines, -9 lines 0 comments Download
M ipc/ipc_logging.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ipc/ipc_message_utils.cc View 7 chunks +10 lines, -9 lines 1 comment Download
M media/video/capture/android/video_capture_device_android.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M media/video/capture/fake_video_capture_device.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M media/video/capture/linux/video_capture_device_linux.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M net/base/crl_set.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/cookies/cookie_monster_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/backend_unittest.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M net/disk_cache/simple/simple_synchronous_entry.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M net/http/http_pipelined_network_transaction_unittest.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M net/http/proxy_client_socket.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_resolver_v8_tracing.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_resolver_v8_tracing_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M net/test/python_utils_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_unittest.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -6 lines 0 comments Download
M net/websockets/websocket_frame_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M printing/printed_document.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/base/util.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M remoting/host/setup/daemon_installer_win.cc View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M remoting/host/usage_stats_consent_win.cc View 1 2 3 4 2 chunks +6 lines, -6 lines 0 comments Download
M remoting/host/win/launch_process_with_token.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M sql/connection.cc View 2 chunks +6 lines, -3 lines 0 comments Download
M testing/android/native_test_launcher.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/string_util.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/app_list/pagination_model_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/aura/root_window_host_linux.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M ui/aura/test/test_window_delegate.cc View 1 2 3 4 5 6 3 chunks +10 lines, -10 lines 0 comments Download
M ui/aura/window.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M ui/base/keycodes/keyboard_code_conversion_x.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ui/base/x/x11_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/layer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M ui/message_center/notification_list_unittest.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M ui/surface/accelerated_surface_transformer_win_unittest.cc View 1 2 3 4 5 6 7 8 7 chunks +21 lines, -16 lines 0 comments Download
M webkit/fileapi/file_system_origin_database.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/obfuscated_file_util.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M webkit/media/cache_util_unittest.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
brettw
lgtm
7 years, 9 months ago (2013-03-13 19:19:49 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/12767006/47001
7 years, 9 months ago (2013-03-18 19:29:00 UTC) #2
commit-bot: I haz the power
Presubmit check for 12767006-47001 failed and returned exit status 1. INFO:root:Found 191 file(s). INFO:PRESUBMIT:Skipping pylint: ...
7 years, 9 months ago (2013-03-18 19:30:20 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/12767006/51001
7 years, 9 months ago (2013-03-18 21:35:04 UTC) #4
commit-bot: I haz the power
Presubmit check for 12767006-51001 failed and returned exit status 1. INFO:root:Found 191 file(s). INFO:PRESUBMIT:Skipping pylint: ...
7 years, 9 months ago (2013-03-18 21:36:43 UTC) #5
groby-ooo-7-16
Committed patchset #15 manually as r188857 (presubmit successful).
7 years, 9 months ago (2013-03-18 22:33:20 UTC) #6
Lei Zhang
printing and chrome/common lgtm. Didn't get an email about this CL. *ahem*
7 years, 9 months ago (2013-03-27 01:55:59 UTC) #7
Wez
remoting/ LGTM (I didn't see an email, either...)
7 years, 9 months ago (2013-03-27 04:41:41 UTC) #8
groby-ooo-7-16
Ooops. Didn't add TBR's to reviewers. My apologies.
7 years, 9 months ago (2013-03-27 19:00:59 UTC) #9
enne (OOO)
On 2013/03/27 19:00:59, groby wrote: > Ooops. Didn't add TBR's to reviewers. My apologies. cc ...
7 years, 9 months ago (2013-03-27 19:06:48 UTC) #10
Ryan Sleevi
net/ LGTM
7 years, 9 months ago (2013-03-27 19:07:57 UTC) #11
Ami GONE FROM CHROMIUM
media/ LGTM
7 years, 9 months ago (2013-03-27 19:11:01 UTC) #12
Tom Sepez
ipc LGTM with nit. https://codereview.chromium.org/12767006/diff/51001/ipc/ipc_message_utils.cc File ipc/ipc_message_utils.cc (right): https://codereview.chromium.org/12767006/diff/51001/ipc/ipc_message_utils.cc#newcode48 ipc/ipc_message_utils.cc:48: static_cast<unsigned>(data.size() - kMaxBytesToLog))); nit: funny ...
7 years, 9 months ago (2013-03-27 19:14:50 UTC) #13
darin (slow to review)
LGTM
7 years, 9 months ago (2013-03-27 20:25:29 UTC) #14
Jói
LGTM for //components and //google_apis.
7 years, 8 months ago (2013-04-03 12:47:56 UTC) #15
dgarrett
7 years, 8 months ago (2013-04-03 22:48:17 UTC) #16
Message was sent while issue was closed.
On 2013/04/03 12:47:56, Jói wrote:
> LGTM for //components and //google_apis.

courgette/ LGTM

Powered by Google App Engine
This is Rietveld 408576698