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

Issue 667943003: Standardize usage of virtual/override/final in content/browser/ (Closed)

Created:
6 years, 2 months ago by dcheng
Modified:
6 years, 2 months ago
Reviewers:
sky
CC:
dcheng, Aaron Boodman, aandrey+blink_chromium.org, abarth-chromium, aboxhall+watch_chromium.org, ajwong+watch_chromium.org, asanka, ben+mojo_chromium.org, benjhayden+dwatch_chromium.org, cbentzel+watch_chromium.org, chromium-reviews, cmumford, creis+watch_chromium.org, danakj+watch_chromium.org, darin (slow to review), darin-cc_chromium.org, devtools-reviews_chromium.org, dgrogan, dmazzoni+watch_chromium.org, dsinclair+watch_chromium.org, dtseng+watch_chromium.org, feature-media-reviews_chromium.org, gavinp+disk_chromium.org, horo+watch_chromium.org, jam, jbauman+watch_chromium.org, jdduke+watch_chromium.org, jsbell+serviceworker_chromium.org, jsbell+idb_chromium.org, kalyank, kinuko+fileapi, kinuko+serviceworker, mcasas+watch_chromium.org, michaeln, miu+watch_chromium.org, mkwst+moarreviews-ipc_chromium.org, Michael van Ouwerkerk, nasko+codewatch_chromium.org, nhiroki, nona+watch_chromium.org, paulirish+reviews_chromium.org, penghuang+watch_chromium.org, pfeldman, piman+watch_chromium.org, plundblad+watch_chromium.org, posciak+watch_chromium.org, qsr+mojo_chromium.org, rginda+watch_chromium.org, riju_, serviceworker-reviews, sievers+watch_chromium.org, James Su, timvolodine, tzik, viettrungluu+watch_chromium.org, vsevik, wfh+watch_chromium.org, wjia+watch_chromium.org, yoshiki+watch_chromium.org, yukishiino+watch_chromium.org, yurys, yusukes+watch_chromium.org, yuzo+watch_chromium.org, yzshen+watch_chromium.org, zork+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Standardize usage of virtual/override/final in content/browser/ This patch was automatically generated by applying clang fixit hints generated by the plugin to the source tree. BUG=417463 TBR=sky@chromium.org Committed: https://crrev.com/c2282aa89148883769f87c74cc3c4608c0933489 Cr-Commit-Position: refs/heads/master@{#300469}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5351 lines, -5915 lines) Patch
M content/browser/accessibility/accessibility_ui.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/accessibility/browser_accessibility_mac.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_manager.h View 2 chunks +7 lines, -7 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_manager_mac.h View 1 chunk +5 lines, -5 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_manager_unittest.cc View 3 chunks +24 lines, -36 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_state_impl.h View 2 chunks +8 lines, -8 lines 0 comments Download
M content/browser/accessibility/cross_platform_accessibility_browsertest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/accessibility/dump_accessibility_tree_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/appcache/appcache_disk_cache.h View 2 chunks +8 lines, -7 lines 0 comments Download
M content/browser/appcache/appcache_disk_cache.cc View 4 chunks +13 lines, -7 lines 0 comments Download
M content/browser/appcache/appcache_dispatcher_host.h View 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/appcache/appcache_frontend_proxy.h View 1 chunk +15 lines, -16 lines 0 comments Download
M content/browser/appcache/appcache_group.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/appcache/appcache_group_unittest.cc View 3 chunks +19 lines, -23 lines 0 comments Download
M content/browser/appcache/appcache_host.h View 3 chunks +5 lines, -6 lines 0 comments Download
M content/browser/appcache/appcache_host_unittest.cc View 3 chunks +36 lines, -43 lines 0 comments Download
M content/browser/appcache/appcache_interceptor.h View 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/appcache/appcache_interceptor.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/appcache/appcache_quota_client.h View 1 chunk +15 lines, -15 lines 0 comments Download
M content/browser/appcache/appcache_request_handler.h View 4 chunks +10 lines, -7 lines 0 comments Download
M content/browser/appcache/appcache_request_handler_unittest.cc View 5 chunks +26 lines, -40 lines 0 comments Download
M content/browser/appcache/appcache_response.h View 4 chunks +4 lines, -4 lines 0 comments Download
M content/browser/appcache/appcache_response.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/appcache/appcache_response_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/appcache/appcache_service_impl.h View 2 chunks +6 lines, -8 lines 0 comments Download
M content/browser/appcache/appcache_service_impl.cc View 8 chunks +25 lines, -27 lines 0 comments Download
M content/browser/appcache/appcache_service_unittest.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M content/browser/appcache/appcache_storage_impl.h View 2 chunks +28 lines, -28 lines 0 comments Download
M content/browser/appcache/appcache_storage_impl.cc View 14 chunks +38 lines, -38 lines 0 comments Download
M content/browser/appcache/appcache_storage_impl_unittest.cc View 12 chunks +60 lines, -65 lines 0 comments Download
M content/browser/appcache/appcache_unittest.cc View 1 chunk +15 lines, -17 lines 0 comments Download
M content/browser/appcache/appcache_update_job.h View 4 chunks +18 lines, -20 lines 0 comments Download
M content/browser/appcache/appcache_update_job_unittest.cc View 13 chunks +26 lines, -35 lines 0 comments Download
M content/browser/appcache/appcache_url_request_job.h View 4 chunks +13 lines, -16 lines 0 comments Download
M content/browser/appcache/appcache_url_request_job_unittest.cc View 6 chunks +9 lines, -12 lines 0 comments Download
M content/browser/appcache/chrome_appcache_service.h View 1 chunk +5 lines, -5 lines 0 comments Download
M content/browser/appcache/chrome_appcache_service_unittest.cc View 1 chunk +4 lines, -6 lines 0 comments Download
M content/browser/appcache/mock_appcache_policy.h View 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/appcache/mock_appcache_service.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/appcache/mock_appcache_storage.h View 1 chunk +29 lines, -31 lines 0 comments Download
M content/browser/appcache/mock_appcache_storage_unittest.cc View 1 chunk +17 lines, -16 lines 0 comments Download
M content/browser/appcache/view_appcache_internals_job.cc View 11 chunks +31 lines, -37 lines 0 comments Download
M content/browser/battery_status/battery_status_browsertest.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M content/browser/battery_status/battery_status_manager_mac.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M content/browser/battery_status/battery_status_message_filter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/battery_status/battery_status_service_unittest.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M content/browser/bootstrap_sandbox_mac.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M content/browser/browser_child_process_host_impl.h View 2 chunks +19 lines, -20 lines 0 comments Download
M content/browser/browser_main_loop.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M content/browser/browser_main_runner.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_embedder.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_guest.h View 2 chunks +7 lines, -7 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_guest.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_message_filter.h View 1 chunk +5 lines, -6 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_popup_menu_helper_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/browser_process_sub_thread.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/browser_thread_impl.h View 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/browser_thread_impl.cc View 1 chunk +8 lines, -9 lines 0 comments Download
M content/browser/browser_url_handler_impl.h View 2 chunks +5 lines, -6 lines 0 comments Download
M content/browser/byte_stream.cc View 4 chunks +10 lines, -12 lines 0 comments Download
M content/browser/cert_store_impl.h View 1 chunk +5 lines, -5 lines 0 comments Download
M content/browser/child_process_launcher_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/child_process_security_policy_impl.h View 1 chunk +31 lines, -39 lines 0 comments Download
M content/browser/child_process_security_policy_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/compositor/browser_compositor_ca_layer_tree_mac.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/compositor/browser_compositor_output_surface.h View 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/compositor/delegated_frame_host.h View 3 chunks +14 lines, -17 lines 0 comments Download
M content/browser/compositor/gpu_browser_compositor_output_surface.h View 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/compositor/gpu_process_transport_factory.h View 1 chunk +21 lines, -25 lines 0 comments Download
M content/browser/compositor/gpu_surfaceless_browser_compositor_output_surface.h View 1 chunk +6 lines, -6 lines 0 comments Download
M content/browser/compositor/io_surface_context_mac.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/compositor/onscreen_display_client.h View 2 chunks +8 lines, -8 lines 0 comments Download
M content/browser/compositor/owned_mailbox.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/compositor/reflector_impl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/compositor/software_browser_compositor_output_surface.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/compositor/software_browser_compositor_output_surface_unittest.cc View 2 chunks +4 lines, -5 lines 0 comments Download
M content/browser/compositor/software_output_device_mac.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/compositor/surface_display_output_surface.h View 2 chunks +4 lines, -5 lines 0 comments Download
M content/browser/compositor/test/no_transport_image_transport_factory.h View 1 chunk +8 lines, -8 lines 0 comments Download
M content/browser/cross_site_transfer_browsertest.cc View 7 chunks +12 lines, -13 lines 0 comments Download
M content/browser/database_quota_client_unittest.cc View 5 chunks +7 lines, -10 lines 0 comments Download
M content/browser/database_tracker_unittest.cc View 5 chunks +24 lines, -27 lines 0 comments Download
M content/browser/device_monitor_mac.mm View 2 chunks +5 lines, -4 lines 0 comments Download
M content/browser/device_sensors/data_fetcher_shared_memory.h View 2 chunks +5 lines, -5 lines 0 comments Download
M content/browser/device_sensors/data_fetcher_shared_memory_base.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/device_sensors/data_fetcher_shared_memory_base_unittest.cc View 11 chunks +16 lines, -22 lines 0 comments Download
M content/browser/device_sensors/device_inertial_sensor_browsertest.cc View 4 chunks +6 lines, -8 lines 0 comments Download
M content/browser/device_sensors/device_light_message_filter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/device_sensors/device_motion_message_filter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/device_sensors/device_orientation_message_filter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/devtools/devtools_agent_host_impl.h View 1 chunk +10 lines, -10 lines 0 comments Download
M content/browser/devtools/devtools_frontend_host_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/devtools/devtools_http_handler_impl.h View 1 chunk +10 lines, -12 lines 0 comments Download
M content/browser/devtools/devtools_http_handler_impl.cc View 2 chunks +5 lines, -6 lines 0 comments Download
M content/browser/devtools/devtools_http_handler_unittest.cc View 3 chunks +13 lines, -15 lines 0 comments Download
M content/browser/devtools/devtools_manager_unittest.cc View 8 chunks +39 lines, -45 lines 0 comments Download
M content/browser/devtools/devtools_netlog_observer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/devtools/devtools_protocol.h View 3 chunks +4 lines, -5 lines 0 comments Download
M content/browser/devtools/devtools_system_info_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/devtools/devtools_system_info_handler.cc View 1 chunk +12 lines, -18 lines 0 comments Download
M content/browser/devtools/devtools_tracing_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/devtools/devtools_tracing_handler.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/devtools/embedded_worker_devtools_agent_host.h View 2 chunks +12 lines, -12 lines 0 comments Download
M content/browser/devtools/embedded_worker_devtools_manager_unittest.cc View 1 chunk +4 lines, -5 lines 0 comments Download
M content/browser/devtools/forwarding_agent_host.h View 1 chunk +11 lines, -11 lines 0 comments Download
M content/browser/devtools/ipc_devtools_agent_host.h View 1 chunk +5 lines, -5 lines 0 comments Download
M content/browser/devtools/protocol/power_handler.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/devtools/render_view_devtools_agent_host.h View 1 chunk +28 lines, -28 lines 0 comments Download
M content/browser/devtools/renderer_overrides_handler_browsertest.cc View 3 chunks +6 lines, -7 lines 0 comments Download
M content/browser/devtools/tethering_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/devtools/tethering_handler.cc View 3 chunks +7 lines, -9 lines 0 comments Download
M content/browser/dom_storage/dom_storage_area_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/dom_storage/dom_storage_context_wrapper.h View 2 chunks +9 lines, -10 lines 0 comments Download
M content/browser/dom_storage/dom_storage_message_filter.h View 2 chunks +17 lines, -20 lines 0 comments Download
M content/browser/dom_storage/dom_storage_task_runner.h View 4 chunks +18 lines, -22 lines 0 comments Download
M content/browser/dom_storage/local_storage_database_adapter.h View 1 chunk +6 lines, -6 lines 0 comments Download
M content/browser/dom_storage/session_storage_database_adapter.h View 1 chunk +5 lines, -4 lines 0 comments Download
M content/browser/dom_storage/session_storage_namespace_impl.h View 1 chunk +13 lines, -13 lines 0 comments Download
M content/browser/download/download_browsertest.cc View 10 chunks +29 lines, -33 lines 0 comments Download
M content/browser/download/download_file_impl.h View 1 chunk +14 lines, -16 lines 0 comments Download
M content/browser/download/download_file_unittest.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M content/browser/download/download_item_impl.h View 2 chunks +73 lines, -74 lines 0 comments Download
M content/browser/download/download_item_impl_unittest.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M content/browser/download/download_manager_impl.h View 4 chunks +31 lines, -33 lines 0 comments Download
M content/browser/download/download_manager_impl.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M content/browser/download/download_manager_impl_unittest.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M content/browser/download/download_request_handle.h View 2 chunks +7 lines, -7 lines 0 comments Download
M content/browser/download/download_resource_handler.h View 2 chunks +16 lines, -17 lines 0 comments Download
M content/browser/download/drag_download_file.h View 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/download/drag_download_file.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/download/drag_download_file_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/download/drag_download_util.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/download/mhtml_generation_manager.cc View 2 chunks +5 lines, -6 lines 0 comments Download
M content/browser/download/save_file_resource_handler.h View 1 chunk +16 lines, -17 lines 0 comments Download
M content/browser/download/save_package.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/download/save_package.cc View 1 chunk +6 lines, -8 lines 0 comments Download
M content/browser/file_descriptor_info_impl.h View 1 chunk +8 lines, -8 lines 0 comments Download
M content/browser/fileapi/blob_url_request_job_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/fileapi/chrome_blob_storage_context.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M content/browser/fileapi/copy_or_move_file_validator_unittest.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M content/browser/fileapi/file_system_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/fileapi/file_system_dir_url_request_job_unittest.cc View 2 chunks +4 lines, -6 lines 0 comments Download
M content/browser/fileapi/file_system_url_request_job_unittest.cc View 2 chunks +4 lines, -6 lines 0 comments Download
M content/browser/fileapi/file_writer_delegate_unittest.cc View 4 chunks +8 lines, -12 lines 0 comments Download
M content/browser/fileapi/fileapi_message_filter.h View 1 chunk +6 lines, -6 lines 0 comments Download
M content/browser/fileapi/mock_file_change_observer.h View 1 chunk +8 lines, -8 lines 0 comments Download
M content/browser/fileapi/mock_file_update_observer.h View 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/fileapi/mock_url_request_delegate.h View 1 chunk +3 lines, -4 lines 0 comments Download
M content/browser/fileapi/recursive_operation_delegate_unittest.cc View 2 chunks +9 lines, -13 lines 0 comments Download
M content/browser/fileapi/upload_file_system_file_element_reader.h View 1 chunk +7 lines, -7 lines 0 comments Download
M content/browser/frame_host/frame_tree_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/frame_host/frame_tree_unittest.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M content/browser/frame_host/interstitial_page_impl.h View 2 chunks +54 lines, -59 lines 0 comments Download
M content/browser/frame_host/interstitial_page_impl.cc View 1 chunk +17 lines, -17 lines 0 comments Download
M content/browser/frame_host/interstitial_page_navigator_impl.h View 1 chunk +5 lines, -6 lines 0 comments Download
M content/browser/frame_host/navigation_controller_impl.h View 1 chunk +55 lines, -60 lines 0 comments Download
M content/browser/frame_host/navigation_controller_impl_unittest.cc View 5 chunks +12 lines, -15 lines 0 comments Download
M content/browser/frame_host/navigation_entry_impl.h View 1 chunk +52 lines, -54 lines 0 comments Download
M content/browser/frame_host/navigator_impl.h View 1 chunk +39 lines, -43 lines 0 comments Download
M content/browser/frame_host/popup_menu_helper_mac.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.h View 1 chunk +37 lines, -40 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M content/browser/frame_host/render_frame_host_manager.h View 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/frame_host/render_frame_host_manager_browsertest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/frame_host/render_frame_host_manager_unittest.cc View 10 chunks +24 lines, -26 lines 0 comments Download
M content/browser/frame_host/render_frame_message_filter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/frame_host/render_frame_proxy_host.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/frame_host/render_widget_host_view_child_frame.h View 3 chunks +63 lines, -66 lines 0 comments Download
M content/browser/frame_host/render_widget_host_view_child_frame_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/frame_host/render_widget_host_view_guest.h View 2 chunks +58 lines, -62 lines 0 comments Download
M content/browser/frame_host/render_widget_host_view_guest_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/gamepad/gamepad_platform_data_fetcher_mac.h View 2 chunks +8 lines, -8 lines 0 comments Download
M content/browser/gamepad/gamepad_provider.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/gamepad/gamepad_service_unittest.cc View 1 chunk +4 lines, -6 lines 0 comments Download
M content/browser/gamepad/gamepad_test_helpers.h View 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/gamepad/xbox_data_fetcher_mac.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/geofencing/geofencing_dispatcher_host.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/geolocation/geolocation_dispatcher_host.h View 2 chunks +9 lines, -9 lines 0 comments Download
M content/browser/geolocation/geolocation_provider_impl.h View 3 chunks +8 lines, -8 lines 0 comments Download
M content/browser/geolocation/geolocation_provider_impl_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/geolocation/location_arbitrator_impl.h View 1 chunk +5 lines, -5 lines 0 comments Download
M content/browser/geolocation/location_arbitrator_impl_unittest.cc View 2 chunks +4 lines, -6 lines 0 comments Download
M content/browser/geolocation/location_provider_base.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/geolocation/mock_location_arbitrator.h View 1 chunk +4 lines, -5 lines 0 comments Download
M content/browser/geolocation/mock_location_provider.h View 1 chunk +5 lines, -5 lines 0 comments Download
M content/browser/geolocation/mock_location_provider.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/geolocation/network_location_provider.h View 1 chunk +6 lines, -6 lines 0 comments Download
M content/browser/geolocation/network_location_provider_unittest.cc View 2 chunks +4 lines, -8 lines 0 comments Download
M content/browser/geolocation/network_location_request.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/geolocation/wifi_data_provider_common.h View 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/geolocation/wifi_data_provider_common_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/geolocation/wifi_data_provider_corewlan_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/geolocation/wifi_data_provider_mac.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/geolocation/wifi_data_provider_mac.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/gpu/browser_gpu_channel_host_factory.h View 2 chunks +6 lines, -7 lines 0 comments Download
M content/browser/gpu/browser_gpu_memory_buffer_manager.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/gpu/gpu_data_manager_impl.h View 2 chunks +26 lines, -27 lines 0 comments Download
M content/browser/gpu/gpu_data_manager_impl_private_unittest.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M content/browser/gpu/gpu_internals_ui.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/gpu/gpu_ipc_browsertests.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/gpu/gpu_memory_buffer_factory_host_impl.h View 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/gpu/gpu_process_host.h View 3 chunks +6 lines, -6 lines 0 comments Download
M content/browser/gpu/gpu_process_host.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M content/browser/gpu/gpu_process_host_ui_shim.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/gpu/gpu_surface_tracker.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/histogram_internals_request_job.h View 1 chunk +5 lines, -5 lines 0 comments Download
M content/browser/histogram_message_filter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/histogram_synchronizer.h View 2 chunks +5 lines, -5 lines 0 comments Download
M content/browser/host_zoom_map_impl.h View 2 chunks +25 lines, -29 lines 0 comments Download
M content/browser/indexed_db/indexed_db_active_blob_registry_unittest.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M content/browser/indexed_db/indexed_db_backing_store.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/indexed_db/indexed_db_backing_store.cc View 9 chunks +39 lines, -47 lines 0 comments Download
M content/browser/indexed_db/indexed_db_backing_store_unittest.cc View 7 chunks +16 lines, -17 lines 0 comments Download
M content/browser/indexed_db/indexed_db_browsertest.cc View 9 chunks +9 lines, -19 lines 0 comments Download
M content/browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc View 2 chunks +9 lines, -11 lines 0 comments Download
M content/browser/indexed_db/indexed_db_context_impl.h View 2 chunks +7 lines, -8 lines 0 comments Download
M content/browser/indexed_db/indexed_db_database_unittest.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M content/browser/indexed_db/indexed_db_dispatcher_host.h View 2 chunks +6 lines, -6 lines 0 comments Download
M content/browser/indexed_db/indexed_db_factory_impl.h View 2 chunks +31 lines, -33 lines 0 comments Download
M content/browser/indexed_db/indexed_db_factory_unittest.cc View 6 chunks +11 lines, -11 lines 0 comments Download
M content/browser/indexed_db/indexed_db_fake_backing_store.h View 3 chunks +90 lines, -98 lines 0 comments Download
M content/browser/indexed_db/indexed_db_internals_ui.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/indexed_db/indexed_db_internals_ui.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M content/browser/indexed_db/indexed_db_quota_client.h View 1 chunk +10 lines, -11 lines 0 comments Download
M content/browser/indexed_db/indexed_db_transaction.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/indexed_db/indexed_db_unittest.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M content/browser/indexed_db/leveldb/leveldb_database.h View 1 chunk +6 lines, -7 lines 0 comments Download
M content/browser/indexed_db/leveldb/leveldb_database.cc View 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/indexed_db/leveldb/leveldb_iterator_impl.h View 1 chunk +8 lines, -8 lines 0 comments Download
M content/browser/indexed_db/leveldb/leveldb_transaction.h View 2 chunks +17 lines, -17 lines 0 comments Download
M content/browser/indexed_db/leveldb/leveldb_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/indexed_db/mock_browsertest_indexed_db_class_factory.h View 1 chunk +3 lines, -4 lines 0 comments Download
M content/browser/indexed_db/mock_browsertest_indexed_db_class_factory.cc View 7 chunks +20 lines, -20 lines 0 comments Download
M content/browser/indexed_db/mock_indexed_db_callbacks.h View 1 chunk +7 lines, -7 lines 0 comments Download
M content/browser/indexed_db/mock_indexed_db_database_callbacks.h View 1 chunk +6 lines, -6 lines 0 comments Download
M content/browser/loader/async_resource_handler.h View 1 chunk +17 lines, -18 lines 0 comments Download
M content/browser/loader/async_resource_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/loader/buffered_resource_handler.h View 1 chunk +14 lines, -15 lines 0 comments Download
M content/browser/loader/buffered_resource_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/loader/certificate_resource_handler.h View 1 chunk +16 lines, -17 lines 0 comments Download
M content/browser/loader/cross_site_resource_handler.h View 1 chunk +9 lines, -11 lines 0 comments Download
M content/browser/loader/detachable_resource_handler.h View 2 chunks +21 lines, -22 lines 0 comments Download
M content/browser/loader/layered_resource_handler.h View 1 chunk +17 lines, -19 lines 0 comments Download
M content/browser/loader/power_save_block_resource_throttle.h View 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/loader/redirect_to_file_resource_handler.h View 2 chunks +10 lines, -11 lines 0 comments Download
M content/browser/loader/redirect_to_file_resource_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/loader/resource_dispatcher_host_browsertest.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M content/browser/loader/resource_dispatcher_host_impl.h View 3 chunks +13 lines, -16 lines 0 comments Download
M content/browser/loader/resource_dispatcher_host_unittest.cc View 19 chunks +35 lines, -42 lines 0 comments Download
M content/browser/loader/resource_loader.h View 2 chunks +20 lines, -23 lines 0 comments Download
M content/browser/loader/resource_loader_unittest.cc View 10 chunks +30 lines, -31 lines 0 comments Download
M content/browser/loader/resource_message_filter.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/loader/resource_request_info_impl.h View 1 chunk +21 lines, -22 lines 0 comments Download
M content/browser/loader/resource_scheduler.cc View 3 chunks +4 lines, -10 lines 0 comments Download
M content/browser/loader/resource_scheduler_filter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/loader/resource_scheduler_unittest.cc View 6 chunks +9 lines, -9 lines 0 comments Download
M content/browser/loader/stream_resource_handler.h View 1 chunk +17 lines, -18 lines 0 comments Download
M content/browser/loader/stream_writer.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/loader/sync_resource_handler.h View 1 chunk +16 lines, -17 lines 0 comments Download
M content/browser/loader/throttling_resource_handler.h View 1 chunk +11 lines, -12 lines 0 comments Download
M content/browser/loader/upload_data_stream_builder.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/mach_broker_mac.h View 1 chunk +8 lines, -8 lines 0 comments Download
M content/browser/mach_broker_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/manifest/manifest_manager_host.h View 2 chunks +3 lines, -4 lines 0 comments Download
M content/browser/media/capture/desktop_capture_device.h View 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/media/capture/desktop_capture_device.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/media/capture/desktop_capture_device_unittest.cc View 3 chunks +8 lines, -15 lines 0 comments Download
M content/browser/media/capture/video_capture_oracle_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/media/capture/web_contents_audio_input_stream.h View 2 chunks +11 lines, -11 lines 0 comments Download
M content/browser/media/capture/web_contents_audio_input_stream.cc View 2 chunks +4 lines, -5 lines 0 comments Download
M content/browser/media/capture/web_contents_audio_muter.cc View 3 chunks +11 lines, -12 lines 0 comments Download
M content/browser/media/capture/web_contents_tracker.h View 2 chunks +7 lines, -7 lines 0 comments Download
M content/browser/media/capture/web_contents_video_capture_device.h View 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/media/capture/web_contents_video_capture_device.cc View 3 chunks +9 lines, -9 lines 0 comments Download
M content/browser/media/capture/web_contents_video_capture_device_unittest.cc View 9 chunks +36 lines, -47 lines 0 comments Download
M content/browser/media/encrypted_media_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/media/media_canplaytype_browsertest.cc View 1 chunk +1 line, -3 lines 0 comments Download
M content/browser/media/media_internals.h View 2 chunks +2 lines, -3 lines 0 comments Download
M content/browser/media/media_internals.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M content/browser/media/media_internals_handler.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/media/media_internals_proxy.h View 2 chunks +5 lines, -5 lines 0 comments Download
M content/browser/media/midi_dispatcher_host.h View 1 chunk +7 lines, -7 lines 0 comments Download
M content/browser/media/midi_host.h View 2 chunks +9 lines, -10 lines 0 comments Download
M content/browser/media/webrtc_internals.h View 1 chunk +8 lines, -8 lines 0 comments Download
M content/browser/media/webrtc_internals_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/media/webrtc_internals_message_handler.h View 1 chunk +3 lines, -4 lines 0 comments Download
M content/browser/media/webrtc_internals_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/message_port_message_filter.h View 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/mime_registry_message_filter.h View 1 chunk +4 lines, -5 lines 0 comments Download
M content/browser/net/browser_online_state_observer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/net/sqlite_persistent_cookie_store.h View 1 chunk +9 lines, -9 lines 0 comments Download
M content/browser/net/sqlite_persistent_cookie_store_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/net/view_http_cache_job_factory.cc View 2 chunks +6 lines, -7 lines 0 comments Download
M content/browser/net_info_browsertest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/notification_service_impl.h View 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/notification_service_impl_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/pepper_flash_settings_helper_impl.h View 1 chunk +9 lines, -10 lines 0 comments Download
M content/browser/plugin_browsertest.cc View 3 chunks +6 lines, -7 lines 0 comments Download
M content/browser/plugin_data_remover_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/plugin_data_remover_impl.cc View 5 chunks +16 lines, -21 lines 0 comments Download
M content/browser/plugin_data_remover_impl_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/plugin_loader_posix.h View 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/plugin_process_host.h View 3 chunks +7 lines, -7 lines 0 comments Download
M content/browser/plugin_process_host.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M content/browser/plugin_service_impl.h View 3 chunks +40 lines, -42 lines 0 comments Download
M content/browser/plugin_service_impl_browsertest.cc View 6 chunks +36 lines, -44 lines 0 comments Download
M content/browser/power_monitor_message_broadcaster.h View 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/power_monitor_message_broadcaster_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/power_profiler/power_profiler_service_unittest.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M content/browser/power_save_blocker_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/ppapi_plugin_process_host.h View 3 chunks +9 lines, -9 lines 0 comments Download
M content/browser/ppapi_plugin_process_host.cc View 4 chunks +6 lines, -8 lines 0 comments Download
M content/browser/profiler_controller_impl.h View 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/profiler_message_filter.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/push_messaging_message_filter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/quota/mock_quota_manager.h View 3 chunks +11 lines, -13 lines 0 comments Download
M content/browser/quota/mock_quota_manager_proxy.h View 3 chunks +16 lines, -16 lines 0 comments Download
M content/browser/quota/quota_backend_impl_unittest.cc View 2 chunks +16 lines, -17 lines 0 comments Download
M content/browser/quota/quota_reservation_manager_unittest.cc View 2 chunks +15 lines, -15 lines 0 comments Download
M content/browser/quota/quota_temporary_storage_evictor_unittest.cc View 3 chunks +6 lines, -8 lines 0 comments Download
M content/browser/quota/storage_monitor_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/quota/usage_tracker_unittest.cc View 3 chunks +15 lines, -17 lines 0 comments Download
M content/browser/quota_dispatcher_host.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/quota_dispatcher_host.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/clipboard_message_filter.h View 1 chunk +5 lines, -5 lines 0 comments Download
M content/browser/renderer_host/database_message_filter.h View 2 chunks +9 lines, -10 lines 0 comments Download
M content/browser/renderer_host/delegated_frame_evictor.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/file_utilities_message_filter.h View 1 chunk +5 lines, -5 lines 0 comments Download
M content/browser/renderer_host/gamepad_browser_message_filter.h View 1 chunk +6 lines, -8 lines 0 comments Download
M content/browser/renderer_host/gpu_message_filter.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/input/gesture_event_queue_unittest.cc View 3 chunks +5 lines, -7 lines 0 comments Download
M content/browser/renderer_host/input/gesture_text_selector.h View 2 chunks +6 lines, -6 lines 0 comments Download
M content/browser/renderer_host/input/gesture_text_selector_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/input/input_router.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/input/input_router_impl.h View 1 chunk +22 lines, -25 lines 0 comments Download
M content/browser/renderer_host/input/input_router_impl_perftest.cc View 2 chunks +20 lines, -20 lines 0 comments Download
M content/browser/renderer_host/input/mock_input_ack_handler.h View 1 chunk +10 lines, -10 lines 0 comments Download
M content/browser/renderer_host/input/mock_input_router_client.h View 1 chunk +8 lines, -8 lines 0 comments Download
M content/browser/renderer_host/input/motion_event_web.h View 1 chunk +20 lines, -20 lines 0 comments Download
M content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc View 10 chunks +22 lines, -32 lines 0 comments Download
M content/browser/renderer_host/input/synthetic_gesture_target_base.h View 2 chunks +8 lines, -9 lines 0 comments Download
M content/browser/renderer_host/input/synthetic_pinch_gesture.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/input/synthetic_tap_gesture.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/input/touch_action_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/input/touch_emulator.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/input/touch_emulator_unittest.cc View 2 chunks +4 lines, -6 lines 0 comments Download
M content/browser/renderer_host/input/touch_event_queue_unittest.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M content/browser/renderer_host/input/touch_handle_unittest.cc View 2 chunks +16 lines, -18 lines 0 comments Download
M content/browser/renderer_host/input/touch_input_browsertest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/input/touch_selection_controller.h View 2 chunks +10 lines, -10 lines 0 comments Download
M content/browser/renderer_host/input/touch_selection_controller_unittest.cc View 2 chunks +15 lines, -15 lines 0 comments Download
M content/browser/renderer_host/input/touchpad_tap_suppression_controller.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/input/touchscreen_tap_suppression_controller.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/media/audio_input_device_manager.h View 2 chunks +8 lines, -8 lines 0 comments Download
M content/browser/renderer_host/media/audio_input_renderer_host.h View 2 chunks +12 lines, -12 lines 0 comments Download
M content/browser/renderer_host/media/audio_input_sync_writer.h View 1 chunk +6 lines, -6 lines 0 comments Download
M content/browser/renderer_host/media/audio_renderer_host.h View 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/media/audio_renderer_host.cc View 2 chunks +6 lines, -7 lines 0 comments Download
M content/browser/renderer_host/media/audio_sync_reader.h View 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/media/media_capture_devices_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/media/media_stream_dispatcher_host.h View 1 chunk +20 lines, -21 lines 0 comments Download
M content/browser/renderer_host/media/media_stream_manager.h View 4 chunks +10 lines, -14 lines 0 comments Download
M content/browser/renderer_host/media/media_stream_manager_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/media/media_stream_track_metrics_host.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/media/media_stream_ui_proxy.h View 1 chunk +10 lines, -11 lines 0 comments Download
M content/browser/renderer_host/media/peer_connection_tracker_host.h View 1 chunk +7 lines, -7 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_controller.cc View 3 chunks +15 lines, -18 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_host.h View 2 chunks +22 lines, -22 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_manager.h View 2 chunks +8 lines, -8 lines 0 comments Download
M content/browser/renderer_host/media/webrtc_identity_service_host.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/media/webrtc_identity_service_host_unittest.cc View 4 chunks +8 lines, -9 lines 0 comments Download
M content/browser/renderer_host/memory_benchmark_message_filter.h View 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_dispatcher_host.h View 2 chunks +5 lines, -5 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_tcp.h View 3 chunks +23 lines, -20 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_tcp_server.h View 1 chunk +11 lines, -11 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_test_utils.h View 2 chunks +23 lines, -21 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_udp.h View 1 chunk +11 lines, -10 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_udp_unittest.cc View 4 chunks +25 lines, -38 lines 0 comments Download
M content/browser/renderer_host/pepper/browser_ppapi_host_impl.h View 2 chunks +15 lines, -16 lines 0 comments Download
M content/browser/renderer_host/pepper/content_browser_pepper_host_factory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_browser_font_singleton_host.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/pepper/pepper_browser_font_singleton_host.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_external_file_ref_backend.h View 1 chunk +19 lines, -20 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_file_io_host.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_file_ref_host.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_file_system_browser_host.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_flash_file_message_filter.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_gamepad_host.h View 1 chunk +6 lines, -8 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_host_resolver_message_filter.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_internal_file_ref_backend.h View 1 chunk +20 lines, -21 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_message_filter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_network_monitor_host.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_network_proxy_host.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_print_settings_manager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_print_settings_manager.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_printing_host.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_printing_host_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_renderer_connection.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_tcp_server_socket_message_filter.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_truetype_font_host.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_truetype_font_list_host.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/pepper/pepper_truetype_font_list_host.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_truetype_font_mac.mm View 1 chunk +7 lines, -8 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_udp_socket_message_filter.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/pepper/quota_reservation_unittest.cc View 2 chunks +12 lines, -12 lines 0 comments Download
M content/browser/renderer_host/render_message_filter.h View 2 chunks +5 lines, -5 lines 0 comments Download
M content/browser/renderer_host/render_message_filter.cc View 4 chunks +22 lines, -36 lines 0 comments Download
M content/browser/renderer_host/render_process_host_browsertest.cc View 3 chunks +12 lines, -12 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.h View 2 chunks +49 lines, -51 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 3 chunks +4 lines, -6 lines 0 comments Download
M content/browser/renderer_host/render_view_host_browsertest.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.h View 3 chunks +74 lines, -77 lines 0 comments Download
M content/browser/renderer_host/render_view_host_unittest.cc View 3 chunks +17 lines, -17 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.h View 7 chunks +49 lines, -55 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_unittest.cc View 8 chunks +33 lines, -44 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_base.h View 1 chunk +13 lines, -13 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_browsertest.cc View 5 chunks +9 lines, -11 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.h View 3 chunks +88 lines, -92 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac_editcommand_helper_unittest.mm View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac_unittest.mm View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_resize_helper.cc View 1 chunk +8 lines, -9 lines 0 comments Download
M content/browser/renderer_host/socket_stream_dispatcher_host.h View 1 chunk +18 lines, -18 lines 0 comments Download
M content/browser/renderer_host/socket_stream_host.h View 2 chunks +3 lines, -4 lines 0 comments Download
M content/browser/renderer_host/socket_stream_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/software_frame_manager.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/software_frame_manager_unittest.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M content/browser/renderer_host/text_input_client_mac_unittest.mm View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/text_input_client_message_filter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/websocket_dispatcher_host.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/websocket_dispatcher_host_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/websocket_host.cc View 2 chunks +19 lines, -21 lines 0 comments Download
M content/browser/resolve_proxy_msg_helper.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/resolve_proxy_msg_helper_unittest.cc View 3 chunks +6 lines, -7 lines 0 comments Download
M content/browser/screen_orientation/screen_orientation_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/screen_orientation/screen_orientation_dispatcher_host_impl.h View 1 chunk +9 lines, -9 lines 0 comments Download
M content/browser/security_exploit_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_worker/embedded_worker_test_helper.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/service_worker/service_worker_browsertest.cc View 9 chunks +22 lines, -24 lines 0 comments Download
M content/browser/service_worker/service_worker_cache.cc View 2 chunks +12 lines, -14 lines 0 comments Download
M content/browser/service_worker/service_worker_cache_listener.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/service_worker/service_worker_cache_quota_client.h View 1 chunk +15 lines, -15 lines 0 comments Download
M content/browser/service_worker/service_worker_cache_storage.cc View 7 chunks +20 lines, -20 lines 0 comments Download
M content/browser/service_worker/service_worker_cache_storage_manager_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/service_worker/service_worker_cache_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_worker/service_worker_context_core.h View 1 chunk +15 lines, -15 lines 0 comments Download
M content/browser/service_worker/service_worker_context_request_handler.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/service_worker/service_worker_context_unittest.cc View 2 chunks +4 lines, -5 lines 0 comments Download
M content/browser/service_worker/service_worker_context_wrapper.h View 2 chunks +9 lines, -11 lines 0 comments Download
M content/browser/service_worker/service_worker_controllee_request_handler.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/service_worker/service_worker_controllee_request_handler_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/service_worker/service_worker_database_task_manager.h View 2 chunks +8 lines, -8 lines 0 comments Download
M content/browser/service_worker/service_worker_dispatcher_host.h View 3 chunks +5 lines, -5 lines 0 comments Download
M content/browser/service_worker/service_worker_dispatcher_host_unittest.cc View 2 chunks +6 lines, -10 lines 0 comments Download
M content/browser/service_worker/service_worker_handle.h View 1 chunk +15 lines, -15 lines 0 comments Download
M content/browser/service_worker/service_worker_internals_ui.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_worker/service_worker_internals_ui.cc View 5 chunks +18 lines, -18 lines 0 comments Download
M content/browser/service_worker/service_worker_job_unittest.cc View 5 chunks +16 lines, -18 lines 0 comments Download
M content/browser/service_worker/service_worker_provider_host.h View 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/service_worker/service_worker_quota_client.h View 1 chunk +15 lines, -15 lines 0 comments Download
M content/browser/service_worker/service_worker_read_from_cache_job.h View 1 chunk +10 lines, -13 lines 0 comments Download
M content/browser/service_worker/service_worker_register_job.h View 3 chunks +8 lines, -8 lines 0 comments Download
M content/browser/service_worker/service_worker_registration.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/service_worker/service_worker_registration_handle.h View 1 chunk +3 lines, -5 lines 0 comments Download
M content/browser/service_worker/service_worker_registration_unittest.cc View 2 chunks +4 lines, -5 lines 0 comments Download
M content/browser/service_worker/service_worker_request_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_worker/service_worker_request_handler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/service_worker/service_worker_storage.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_worker/service_worker_storage_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_worker/service_worker_unregister_job.h View 1 chunk +5 lines, -5 lines 0 comments Download
M content/browser/service_worker/service_worker_url_request_job.h View 2 chunks +23 lines, -29 lines 0 comments Download
M content/browser/service_worker/service_worker_url_request_job_unittest.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M content/browser/service_worker/service_worker_version.h View 1 chunk +13 lines, -13 lines 0 comments Download
M content/browser/service_worker/service_worker_version_unittest.cc View 2 chunks +8 lines, -10 lines 0 comments Download
M content/browser/service_worker/service_worker_write_to_cache_job.h View 2 chunks +22 lines, -32 lines 0 comments Download
M content/browser/session_history_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/shared_worker/shared_worker_message_filter.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/shared_worker/shared_worker_service_impl.h View 2 chunks +5 lines, -5 lines 0 comments Download
M content/browser/shared_worker/shared_worker_service_impl_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M content/browser/signed_certificate_timestamp_store_impl.h View 2 chunks +4 lines, -5 lines 0 comments Download
M content/browser/site_instance_impl.h View 3 chunks +10 lines, -10 lines 0 comments Download
M content/browser/site_instance_impl_unittest.cc View 4 chunks +13 lines, -17 lines 0 comments Download
M content/browser/site_per_process_browsertest.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/site_per_process_browsertest.cc View 4 chunks +11 lines, -12 lines 0 comments Download
M content/browser/speech/audio_encoder.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M content/browser/speech/endpointer/endpointer_unittest.cc View 2 chunks +2 lines, -6 lines 0 comments Download
M content/browser/speech/google_one_shot_remote_engine.h View 1 chunk +9 lines, -9 lines 0 comments Download
M content/browser/speech/google_one_shot_remote_engine_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/speech/google_streaming_remote_engine.h View 1 chunk +12 lines, -11 lines 0 comments Download
M content/browser/speech/google_streaming_remote_engine_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/speech/speech_recognition_browsertest.cc View 4 chunks +10 lines, -10 lines 0 comments Download
M content/browser/speech/speech_recognition_dispatcher_host.h View 1 chunk +19 lines, -22 lines 0 comments Download
M content/browser/speech/speech_recognition_manager_impl.h View 2 chunks +30 lines, -30 lines 0 comments Download
M content/browser/speech/speech_recognizer_impl.h View 3 chunks +16 lines, -16 lines 0 comments Download
M content/browser/speech/speech_recognizer_impl.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M content/browser/speech/speech_recognizer_impl_unittest.cc View 1 chunk +14 lines, -13 lines 0 comments Download
M content/browser/ssl/ssl_cert_error_handler.h View 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/startup_task_runner_unittest.cc View 1 chunk +8 lines, -9 lines 0 comments Download
M content/browser/storage_partition_impl.h View 2 chunks +24 lines, -25 lines 0 comments Download
M content/browser/storage_partition_impl_map.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/storage_partition_impl_map.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M content/browser/streams/stream_handle_impl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/streams/stream_unittest.cc View 4 chunks +5 lines, -9 lines 0 comments Download
M content/browser/streams/stream_url_request_job.h View 1 chunk +9 lines, -12 lines 0 comments Download
M content/browser/streams/stream_url_request_job_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/tcmalloc_internals_request_job.h View 1 chunk +5 lines, -5 lines 0 comments Download
M content/browser/theme_helper_mac.h View 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/time_zone_monitor_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/tracing/trace_message_filter.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/tracing/trace_uploader.h View 1 chunk +5 lines, -4 lines 0 comments Download
M content/browser/tracing/tracing_controller_impl.h View 2 chunks +17 lines, -21 lines 0 comments Download
M content/browser/tracing/tracing_controller_impl.cc View 5 chunks +8 lines, -8 lines 0 comments Download
M content/browser/tracing/tracing_ui.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/transition_browsertest.cc View 3 chunks +10 lines, -12 lines 0 comments Download
M content/browser/utility_process_host_impl.h View 2 chunks +12 lines, -12 lines 0 comments Download
M content/browser/utility_process_host_impl.cc View 2 chunks +4 lines, -8 lines 0 comments Download
M content/browser/vibration/vibration_message_filter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/web_contents/opened_by_dom_browsertest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.h View 3 chunks +315 lines, -345 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/web_contents/web_contents_impl_browsertest.cc View 8 chunks +14 lines, -16 lines 0 comments Download
M content/browser/web_contents/web_contents_impl_unittest.cc View 10 chunks +34 lines, -35 lines 0 comments Download
M content/browser/web_contents/web_contents_user_data_unittest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M content/browser/web_contents/web_contents_view_guest.h View 2 chunks +36 lines, -35 lines 0 comments Download
M content/browser/web_contents/web_contents_view_mac.h View 1 chunk +45 lines, -44 lines 0 comments Download
M content/browser/webui/content_web_ui_controller_factory.h View 1 chunk +8 lines, -9 lines 0 comments Download
M content/browser/webui/generic_handler.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/webui/shared_resources_data_source.h View 1 chunk +5 lines, -5 lines 0 comments Download
M content/browser/webui/url_data_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/webui/url_data_manager_backend.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/webui/url_data_manager_backend.cc View 5 chunks +12 lines, -14 lines 0 comments Download
M content/browser/webui/web_ui_controller_factory_registry.h View 2 chunks +8 lines, -8 lines 0 comments Download
M content/browser/webui/web_ui_data_source_impl.h View 1 chunk +15 lines, -20 lines 0 comments Download
M content/browser/webui/web_ui_data_source_impl.cc View 2 chunks +10 lines, -15 lines 0 comments Download
M content/browser/webui/web_ui_data_source_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/webui/web_ui_impl.h View 2 chunks +35 lines, -37 lines 0 comments Download
M content/browser/webui/web_ui_mojo_browsertest.cc View 4 chunks +15 lines, -19 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
dcheng
6 years, 2 months ago (2014-10-21 10:35:59 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/667943003/1
6 years, 2 months ago (2014-10-21 10:37:54 UTC) #3
commit-bot: I haz the power
Committed patchset #1 (id:1)
6 years, 2 months ago (2014-10-21 12:08:33 UTC) #4
commit-bot: I haz the power
6 years, 2 months ago (2014-10-21 12:09:15 UTC) #5
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/c2282aa89148883769f87c74cc3c4608c0933489
Cr-Commit-Position: refs/heads/master@{#300469}

Powered by Google App Engine
This is Rietveld 408576698