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

Issue 11275088: Remove implicit scoped_refptr operator T*

Created:
8 years, 1 month ago by willchan no longer on Chromium
Modified:
6 years, 4 months ago
Reviewers:
CC:
chromium-reviews, jam, shishir+watch_chromium.org, dhollowa+watch_chromium.org, amit, browser-components-watch_chromium.org, gavinp+memory_chromium.org, dcheng, rginda+watch_chromium.org, ajwong+watch_chromium.org, markusheintz_, native-client-reviews_googlegroups.com, rouslan+watch_chromium.org, kinuko+watch, dcaiafa+watch_chromium.org, cbentzel+watch_chromium.org, jar (doing other things), sanjeevr, Ilya Sherman, kkania, apatrick_chromium, rmsousa+watch_chromium.org, joi+watch-content_chromium.org, wtc, lambroslambrou+watch_chromium.org, darin-cc_chromium.org, tzik+watch_chromium.org, gbillock+watch_chromium.org, chromium-apps-reviews_chromium.org, erikwright+watch_chromium.org, tim (not reviewing), michaeln, groby+watch_chromium.org, creis+watch_chromium.org, dyu1, jonathan.backer, wez+watch_chromium.org, Raghu Simha, rkn, simonmorris+watch_chromium.org, feature-media-reviews_chromium.org, pam+watch_chromium.org, yoshiki+watch_chromium.org, piman+watch_chromium.org, haitaol1, alexeypa+watch_chromium.org, gavinp+disk_chromium.org, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, akalin, erikwright (departed), Ian Vollick, tfarina, sergeyu+watch_chromium.org, garykac+watch_chromium.org, Aaron Boodman, dominich+watch_chromium.org, eroman, robertshield, rdsmith+dwatch_chromium.org, Paweł Hajdan Jr., smckay+watch_chromium.org, cc-bugs_chromium.org, James Su, mmenke
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Remove implicit scoped_refptr operator T* Also add Testable* operator for conditional scoped_refptr expressions. BUG=none

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1691 lines, -1576 lines) Patch
M base/files/important_file_writer_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M base/memory/ref_counted.h View 1 chunk +5 lines, -1 line 0 comments Download
M base/memory/weak_ptr.h View 1 chunk +1 line, -1 line 0 comments Download
M base/memory/weak_ptr.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M base/synchronization/waitable_event_watcher_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/test_webkit_platform.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_browsertest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/autocomplete/history_contents_provider.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/autocomplete/history_provider.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/autocomplete/search_provider.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/autocomplete/search_provider_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autocomplete/shortcuts_provider_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/autocomplete_history_manager_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/automation/automation_provider_unittest.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/background/background_contents_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/bookmarks/bookmark_index_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/bookmarks/bookmark_model.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/bookmarks/bookmark_storage.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browsing_data/browsing_data_file_system_helper.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/browsing_data/browsing_data_helper_unittest.cc View 1 chunk +36 lines, -33 lines 0 comments Download
M chrome/browser/browsing_data/local_data_container.cc View 3 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/browsing_data/mock_browsing_data_quota_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chrome_plugin_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/content_settings/content_settings_browsertest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/content_settings/content_settings_internal_extension_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/content_settings/host_content_settings_map_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/cookies_tree_model.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/custom_home_pages_table_model.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/download/download_browsertest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/browsing_data/browsing_data_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/browsing_data/browsing_data_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/debugger/debugger_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/declarative/rules_registry_service.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/extensions/api/downloads/downloads_api_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/extension_action/extension_actions_api.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/extensions/api/management/management_api_browsertest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/notification/notification_apitest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/preference/preference_helpers.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/record/record_api_test.cc View 1 chunk +6 lines, -3 lines 0 comments Download
M chrome/browser/extensions/app_process_apitest.cc View 1 chunk +1 line, -1 line 0 comments Download
chrome/browser/extensions/bundle_installer.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/crx_installer.cc View 7 chunks +11 lines, -11 lines 0 comments Download
M chrome/browser/extensions/extension_function.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_prefs_unittest.cc View 4 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/extensions/extension_protocols_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_service_unittest.cc View 6 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/extensions/extension_sorting_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_special_storage_policy.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_sync_bundle.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/image_loading_tracker.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/menu_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/permissions_updater.cc View 3 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/extensions/script_badge_controller_unittest.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/extensions/script_bubble_controller_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/user_script_listener.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/user_script_master.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/webstore_standalone_installer.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/first_run/first_run.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/history.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/history/history_backend.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/history/history_backend_unittest.cc View 12 chunks +12 lines, -12 lines 0 comments Download
M chrome/browser/history/history_tab_helper.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/history/in_memory_url_index.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/history/in_memory_url_index_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/intents/cws_intents_registry.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/managed_mode/managed_mode_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/memory_purger.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/metrics/metrics_log.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/nacl_host/nacl_process_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/predictor.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/net/predictor_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
chrome/browser/net/sqlite_server_bound_cert_store.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/sqlite_server_bound_cert_store_unittest.cc View 6 chunks +12 lines, -6 lines 0 comments Download
M chrome/browser/page_info_model.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/password_form_manager.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/password_manager/password_store.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/password_store_x_unittest.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/policy/cloud_policy_refresh_scheduler_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/policy/policy_browsertest.cc View 3 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/predictors/resource_prefetch_predictor.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/predictors/resource_prefetcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prefs/pref_service_mock_builder.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prefs/pref_value_store.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/printing/print_job_manager.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/printing/print_job_worker.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/profiles/off_the_record_profile_io_data.cc View 4 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.cc View 3 chunks +15 lines, -15 lines 0 comments Download
M chrome/browser/profiles/profile_manager_unittest.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/renderer_host/chrome_render_message_filter.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/browser_feature_extractor.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/safe_browsing/client_side_detection_host.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/search_engines/template_url_service_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/token_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ssl/ssl_add_cert_handler.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ssl/ssl_blocking_page.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ssl/ssl_browser_tests.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/bookmark_data_type_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc View 8 chunks +15 lines, -13 lines 0 comments Download
M chrome/browser/sync/glue/typed_url_data_type_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/autofill_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/bookmarks_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/sync_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/drive_metadata_store.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/task_manager/task_manager_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/themes/theme_syncable_service_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/thumbnails/thumbnail_tab_helper.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/toolbar/action_box_button_controller.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/toolbar/toolbar_model_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/website_settings/website_settings.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/bidi_checker_web_ui_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chrome_url_data_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/devtools_ui.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/extensions/command_handler.cc View 4 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/extensions/pack_extension_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/favicon_source.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/nacl_ui.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/net_internals/net_internals_ui.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/search_engine_manager_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/print_preview/print_preview_ui_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/tracing_ui.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/web_ui_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/extension_file_util_unittest.cc View 11 chunks +11 lines, -11 lines 0 comments Download
M chrome/common/extensions/manifest_tests/extension_manifests_background_unittest.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M chrome/common/extensions/manifest_tests/extension_manifests_command_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/permissions/permission_set_unittest.cc View 8 chunks +29 lines, -29 lines 0 comments Download
M chrome/common/service_process_util_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/nacl/nacl_listener.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/renderer/mock_printer.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/pepper/ppb_pdf_impl.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_proxy_backend.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/service/service_ipc_server.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/test/base/ui_test_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/perf/frame_rate/frame_rate_tests.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/test/reliability/automated_ui_test_base.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/test/webdriver/webdriver_automation.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/browser_thread_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/browsing_instance.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/debugger/devtools_http_handler_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/device_orientation/provider_unittest.cc View 13 chunks +55 lines, -53 lines 0 comments Download
M content/browser/dom_storage/dom_storage_message_filter.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/download/drag_download_file_browsertest.cc View 2 chunks +10 lines, -8 lines 0 comments Download
M content/browser/geolocation/fake_access_token_store.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/geolocation/geolocation_dispatcher_host.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_quota_client.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_quota_client_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M content/browser/ppapi_plugin_process_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/async_resource_handler.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/database_message_filter.cc View 4 chunks +5 lines, -4 lines 0 comments Download
M content/browser/renderer_host/media/audio_input_device_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/media/audio_input_renderer_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/media/audio_renderer_host.cc View 4 chunks +5 lines, -4 lines 0 comments Download
M content/browser/renderer_host/media/media_stream_manager.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/p2p/socket_host_tcp.cc View 4 chunks +10 lines, -8 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_udp.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_tcp_socket.cc View 5 chunks +9 lines, -7 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_udp_socket.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/resource_loader.cc View 8 chunks +20 lines, -16 lines 0 comments Download
M content/browser/site_instance_impl_unittest.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M content/browser/speech/endpointer/endpointer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/speech/input_tag_speech_dispatcher_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/speech/speech_recognition_manager_impl.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M content/browser/speech/speech_recognizer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/web_contents/navigation_controller_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/common/child_process.h View 1 chunk +1 line, -1 line 0 comments Download
M content/common/gpu/gpu_channel.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M content/common/gpu/gpu_command_buffer_stub.h View 1 chunk +1 line, -1 line 0 comments Download
M content/common/np_channel_base.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M content/gpu/gpu_child_thread.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/plugin/plugin_channel.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/gpu/compositor_thread.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/media/mock_media_stream_dependency_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/peer_connection_handler_jsep_unittest.cc View 6 chunks +16 lines, -16 lines 0 comments Download
M content/renderer/media/rtc_peer_connection_handler.cc View 6 chunks +7 lines, -6 lines 0 comments Download
M content/renderer/media/rtc_video_capture_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/video_capture_impl_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/pepper/pepper_platform_audio_input_impl.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/plugin_channel_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/test/net/url_request_abort_on_end_job.cc View 1 chunk +1 line, -1 line 0 comments Download
content/test/net/url_request_slow_download_job.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M google_apis/gaia/gaia_oauth_client.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/context_state.h View 1 chunk +3 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 47 chunks +83 lines, -75 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/image_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
gpu/command_buffer/service/memory_program_cache.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/program_manager.cc View 13 chunks +53 lines, -52 lines 0 comments Download
M gpu/command_buffer/service/query_manager.cc View 3 chunks +9 lines, -8 lines 0 comments Download
M gpu/command_buffer/service/renderbuffer_manager.cc View 1 chunk +2 lines, -1 line 0 comments Download
M gpu/command_buffer/service/texture_manager.h View 2 chunks +6 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/vertex_array_manager.cc View 1 chunk +2 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/vertex_attrib_manager.h View 3 chunks +3 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/vertex_attrib_manager.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/gles2_conform_support/egl/display.cc View 1 chunk +1 line, -1 line 0 comments Download
M ipc/ipc_sync_message_filter.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ipc/ipc_tests.cc View 1 chunk +2 lines, -1 line 0 comments Download
M jingle/glue/channel_socket_adapter_unittest.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M jingle/glue/pseudotcp_adapter.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M jingle/glue/pseudotcp_adapter_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M media/audio/audio_device_thread.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M media/audio/audio_input_controller_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M media/audio/audio_output_controller_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M media/audio/linux/alsa_output.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/base/audio_renderer_mixer_input_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M media/base/decoder_buffer_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M media/base/filter_collection_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M media/base/mock_filters.h View 1 chunk +5 lines, -5 lines 0 comments Download
media/base/pipeline.cc View 11 chunks +26 lines, -26 lines 0 comments Download
M media/base/video_frame.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/crypto/aes_decryptor_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M media/filters/audio_renderer_impl.cc View 4 chunks +4 lines, -4 lines 0 comments Download
media/filters/ffmpeg_demuxer.cc View 9 chunks +13 lines, -13 lines 0 comments Download
M media/filters/ffmpeg_video_decoder_unittest.cc View 22 chunks +25 lines, -25 lines 0 comments Download
M media/filters/pipeline_integration_test_base.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M media/tools/player_x11/player_x11.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/base/default_server_bound_cert_store.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M net/base/file_stream_unittest.cc View 20 chunks +24 lines, -24 lines 0 comments Download
M net/base/network_change_notifier_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/network_change_notifier_linux_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M net/base/server_bound_cert_service_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/ssl_info.h View 1 chunk +1 line, -1 line 0 comments Download
M net/base/tcp_listen_socket.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/upload_bytes_element_reader_unittest.cc View 3 chunks +4 lines, -4 lines 0 comments Download
net/cookies/cookie_monster_perftest.cc View 10 chunks +16 lines, -16 lines 0 comments Download
M net/curvecp/curvecp_server_socket.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/curvecp/test_server.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M net/disk_cache/backend_unittest.cc View 24 chunks +57 lines, -49 lines 0 comments Download
M net/disk_cache/entry_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/file_posix.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/disk_cache/storage_block_unittest.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M net/disk_cache/stress_cache.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M net/dns/serial_worker.h View 1 chunk +1 line, -1 line 0 comments Download
M net/ftp/ftp_network_transaction.cc View 6 chunks +8 lines, -7 lines 0 comments Download
M net/http/http_network_layer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/http_network_session.h View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_proxy_client_socket.cc View 4 chunks +7 lines, -5 lines 0 comments Download
M net/http/http_response_body_drainer.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_response_info.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_stream_factory_impl_request.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_stream_parser_unittest.cc View 8 chunks +10 lines, -8 lines 0 comments Download
M net/http/http_transaction_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/http/mock_http_cache.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/proxy/mock_proxy_resolver.h View 1 chunk +2 lines, -1 line 0 comments Download
M net/proxy/network_delegate_error_observer_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/proxy/proxy_service.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M net/proxy/proxy_service_v8.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/socket/client_socket_pool_manager_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/socket/deterministic_socket_data_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/socket/socks5_client_socket_unittest.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M net/socket/socks_client_socket_pool.cc View 1 chunk +1 line, -1 line 0 comments Download
net/socket/ssl_client_socket_nss.cc View 13 chunks +27 lines, -25 lines 0 comments Download
net/socket/ssl_client_socket_unittest.cc View 11 chunks +13 lines, -12 lines 0 comments Download
M net/socket/ssl_server_socket_nss.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M net/socket/tcp_server_socket_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/spdy/spdy_http_stream.cc View 12 chunks +19 lines, -15 lines 0 comments Download
M net/spdy/spdy_http_stream_spdy2_unittest.cc View 6 chunks +7 lines, -6 lines 0 comments Download
M net/spdy/spdy_proxy_client_socket.cc View 10 chunks +10 lines, -10 lines 0 comments Download
M net/spdy/spdy_session_pool.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/spdy/spdy_session_spdy2_unittest.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M net/spdy/spdy_session_spdy3_unittest.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M net/spdy/spdy_stream_test_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_test_util_spdy2.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/spdy/spdy_websocket_stream_spdy2_unittest.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M net/spdy/spdy_websocket_stream_spdy3_unittest.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M net/tools/crash_cache/crash_cache.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/tools/fetch/fetch_client.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M net/tools/net_watcher/net_watcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_fetcher_core.cc View 16 chunks +18 lines, -18 lines 0 comments Download
M net/url_request/url_fetcher_impl_unittest.cc View 18 chunks +22 lines, -18 lines 0 comments Download
M net/url_request/url_request_context.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/url_request/url_request_context_builder.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M net/url_request/url_request_ftp_job.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M net/url_request/url_request_job.cc View 4 chunks +9 lines, -6 lines 0 comments Download
M net/url_request/view_cache_helper.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/websockets/websocket_job.cc View 13 chunks +20 lines, -17 lines 0 comments Download
M net/websockets/websocket_job_spdy2_unittest.cc View 9 chunks +11 lines, -11 lines 0 comments Download
M net/websockets/websocket_job_spdy3_unittest.cc View 9 chunks +11 lines, -11 lines 0 comments Download
M ppapi/proxy/plugin_dispatcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/plugin_var_tracker.cc View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/plugin_var_tracker_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/proxy/serialized_var.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/thunk/ppb_file_chooser_thunk.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/chromoting_host_unittest.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M remoting/host/desktop_process.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/desktop_session_agent_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/host_key_pair.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/host_port_allocator.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/host_user_interface.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/host/remoting_me2me_host.cc View 7 chunks +11 lines, -10 lines 0 comments Download
M remoting/host/signaling_connector.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/jingle_glue/javascript_signal_strategy.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/buffered_socket_writer.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M remoting/protocol/channel_multiplexer.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/channel_multiplexer_unittest.cc View 3 chunks +10 lines, -8 lines 0 comments Download
M remoting/protocol/message_decoder.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/public/http_bridge.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/test/engine/syncer_command_test.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/tools/sync_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/layer.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/appcache/appcache.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/appcache/appcache_disk_cache.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/appcache/appcache_request_handler.cc View 13 chunks +15 lines, -15 lines 0 comments Download
M webkit/appcache/appcache_request_handler_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/appcache/appcache_storage_impl.cc View 10 chunks +17 lines, -16 lines 0 comments Download
M webkit/appcache/appcache_storage_unittest.cc View 4 chunks +7 lines, -7 lines 0 comments Download
M webkit/appcache/appcache_test_helper.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/appcache/appcache_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/appcache/appcache_update_job.cc View 26 chunks +31 lines, -28 lines 0 comments Download
M webkit/appcache/appcache_url_request_job.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/appcache/appcache_url_request_job_unittest.cc View 8 chunks +10 lines, -8 lines 0 comments Download
M webkit/appcache/mock_appcache_storage_unittest.cc View 14 chunks +39 lines, -39 lines 0 comments Download
M webkit/blob/blob_url_request_job.cc View 4 chunks +7 lines, -7 lines 0 comments Download
M webkit/blob/blob_url_request_job_unittest.cc View 14 chunks +18 lines, -18 lines 0 comments Download
M webkit/blob/local_file_stream_reader.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/blob/local_file_stream_reader_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/blob/shareable_file_reference.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M webkit/blob/view_blob_internals_job.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/database/database_quota_client.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/database/database_quota_client_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M webkit/dom_storage/dom_storage_cached_area.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/dom_storage/dom_storage_cached_area.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/dom_storage/dom_storage_cached_area_unittest.cc View 8 chunks +49 lines, -49 lines 0 comments Download
M webkit/dom_storage/dom_storage_context_unittest.cc View 4 chunks +9 lines, -9 lines 0 comments Download
M webkit/fileapi/file_system_file_stream_reader_unittest.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M webkit/fileapi/file_system_quota_client_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/local_file_system_test_helper.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/media/native_media_file_util_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/obfuscated_file_util_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webkit/fileapi/sandbox_mount_point_provider.cc View 1 chunk +2 lines, -1 line 0 comments Download
M webkit/fileapi/sandbox_mount_point_provider_unittest.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M webkit/glue/weburlloader_impl.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/plugins/npapi/plugin_instance.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/npapi/plugin_lib.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/npapi/webplugin_delegate_impl_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/ppapi/npobject_var.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/quota/quota_manager_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/quota/quota_task.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
eroman
Can this issue be closed (shows up in my queue)
7 years, 6 months ago (2013-06-04 20:59:13 UTC) #1
akalin
7 years, 6 months ago (2013-06-04 21:01:19 UTC) #2
probably. rsleevi@ is working on this with clang-rewriter.

Powered by Google App Engine
This is Rietveld 408576698