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

Issue 292443004: Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill their child processes. (Closed)

Created:
6 years, 7 months ago by jam
Modified:
6 years, 7 months ago
Reviewers:
Avi (use Gerrit)
CC:
chromium-reviews, yusukes+watch_chromium.org, tzik, tburkard+watch_chromium.org, alecflett, rpetterson, nasko+codewatch_chromium.org, ericu+idb_chromium.org, yukishiino+watch_chromium.org, dgrogan, kinuko+watch, aandrey+blink_chromium.org, jdduke+watch_chromium.org, miu+watch_chromium.org, jsbell+serviceworker_chromium.org, cbentzel+watch_chromium.org, vsevik, jam, nona+watch_chromium.org, darin-cc_chromium.org, jochen+watch_chromium.org, devtools-reviews_chromium.org, groby+spellwatch_chromium.org, chromium-apps-reviews_chromium.org, android-webview-reviews_chromium.org, stuartmorgan+watch_chromium.org, davidben+watch_chromium.org, creis+watch_chromium.org, extensions-reviews_chromium.org, fischman+watch_chromium.org, penghuang+watch_chromium.org, nhiroki, rouslan+spellwatch_chromium.org, feature-media-reviews_chromium.org, paulirish+reviews_chromium.org, timvolodine, Michael van Ouwerkerk, piman+watch_chromium.org, dcheng, jsbell+idb_chromium.org, alecflett+watch_chromium.org, michaeln, gavinp+prer_chromium.org, riju_, serviceworker-reviews, avayvod+watch_chromium.org, mcasas+watch_chromium.org, yurys, dominich+watch_chromium.org, dsinclair+watch_chromium.org, cmumford, horo+watch_chromium.org, James Su, wjia+watch_chromium.org, pfeldman
Visibility:
Public.

Description

Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill their child processes. R=avi@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271096

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+390 lines, -798 lines) Patch
M android_webview/browser/aw_content_browser_client.cc View 1 2 3 4 5 2 chunks +7 lines, -9 lines 0 comments Download
M chrome/browser/chrome_net_benchmarking_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/chrome_net_benchmarking_message_filter.cc View 1 2 3 4 5 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/media/cast_transport_host_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/media/cast_transport_host_filter.cc View 1 2 3 4 5 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/media/cast_transport_host_filter_unittest.cc View 1 2 3 4 5 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/media/webrtc_logging_handler_host.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/media/webrtc_logging_handler_host.cc View 1 2 3 4 5 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/plugins/plugin_info_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/plugins/plugin_info_message_filter.cc View 1 2 3 4 5 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/prerender/prerender_browsertest.cc View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/prerender/prerender_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/prerender/prerender_message_filter.cc View 1 2 3 4 5 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/printing/printing_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/printing/printing_message_filter.cc View 1 2 3 4 5 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/renderer_host/chrome_render_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/renderer_host/chrome_render_message_filter.cc View 1 2 3 4 5 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/search_engines/search_provider_install_state_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/search_engines/search_provider_install_state_message_filter.cc View 1 2 3 4 5 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/browser/signin/principals_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/signin/principals_message_filter.cc View 1 2 3 4 5 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/speech/tts_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/speech/tts_message_filter.cc View 1 2 3 4 5 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_message_filter.cc View 1 2 3 4 5 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_message_filter_mac.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_message_filter_mac.cc View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc View 1 2 3 4 5 6 1 chunk +1 line, -3 lines 0 comments Download
M chrome/renderer/chrome_mock_render_thread.cc View 1 2 3 4 5 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M components/cdm/browser/cdm_message_filter_android.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M components/cdm/browser/cdm_message_filter_android.cc View 1 2 3 4 5 1 chunk +3 lines, -5 lines 0 comments Download
M components/nacl/browser/nacl_host_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M components/nacl/browser/nacl_host_message_filter.cc View 1 2 3 4 5 1 chunk +2 lines, -3 lines 0 comments Download
M content/browser/appcache/appcache_dispatcher_host.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/appcache/appcache_dispatcher_host.cc View 1 2 3 4 5 2 chunks +3 lines, -4 lines 0 comments Download
M content/browser/browser_child_process_host_impl.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_message_filter.cc View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/device_sensors/device_motion_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/device_sensors/device_motion_message_filter.cc View 1 2 3 4 5 1 chunk +3 lines, -7 lines 0 comments Download
M content/browser/device_sensors/device_orientation_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/device_sensors/device_orientation_message_filter.cc View 1 2 3 4 5 1 chunk +3 lines, -6 lines 0 comments Download
M content/browser/devtools/worker_devtools_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/devtools/worker_devtools_message_filter.cc View 1 2 3 4 5 1 chunk +3 lines, -5 lines 0 comments Download
M content/browser/dom_storage/dom_storage_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/dom_storage/dom_storage_message_filter.cc View 1 2 3 4 5 1 chunk +2 lines, -3 lines 0 comments Download
M content/browser/fileapi/fileapi_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/fileapi/fileapi_message_filter.cc View 1 2 3 4 5 2 chunks +3 lines, -5 lines 0 comments Download
M content/browser/fileapi/fileapi_message_filter_unittest.cc View 1 2 3 4 5 10 chunks +13 lines, -22 lines 0 comments Download
M content/browser/frame_host/cross_process_frame_connector.cc View 1 2 3 4 5 2 chunks +2 lines, -3 lines 0 comments Download
M content/browser/frame_host/interstitial_page_impl.cc View 1 2 3 4 5 1 chunk +2 lines, -8 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.cc View 1 2 3 4 5 2 chunks +2 lines, -10 lines 0 comments Download
M content/browser/frame_host/render_frame_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/frame_host/render_frame_message_filter.cc View 1 2 3 4 5 1 chunk +3 lines, -4 lines 0 comments Download
M content/browser/histogram_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/histogram_message_filter.cc View 1 2 3 4 5 1 chunk +3 lines, -4 lines 0 comments Download
M content/browser/indexed_db/indexed_db_dispatcher_host.h View 1 2 3 4 5 3 chunks +3 lines, -4 lines 0 comments Download
M content/browser/indexed_db/indexed_db_dispatcher_host.cc View 1 2 3 4 5 3 chunks +10 lines, -14 lines 0 comments Download
M content/browser/loader/async_resource_handler.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/loader/async_resource_handler.cc View 1 2 3 4 5 1 chunk +3 lines, -4 lines 0 comments Download
M content/browser/loader/resource_dispatcher_host_impl.h View 1 2 3 4 5 1 chunk +1 line, -3 lines 0 comments Download
M content/browser/loader/resource_dispatcher_host_impl.cc View 1 2 3 4 5 3 chunks +4 lines, -5 lines 0 comments Download
M content/browser/loader/resource_dispatcher_host_unittest.cc View 1 2 3 4 5 25 chunks +26 lines, -53 lines 0 comments Download
M content/browser/loader/resource_message_delegate.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/loader/resource_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/loader/resource_message_filter.cc View 1 2 3 4 5 1 chunk +2 lines, -4 lines 0 comments Download
M content/browser/loader/resource_scheduler.cc View 1 2 3 4 5 1 chunk +3 lines, -4 lines 0 comments Download
M content/browser/loader/resource_scheduler_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/loader/resource_scheduler_filter.cc View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/loader/resource_scheduler_unittest.cc View 1 2 3 4 5 1 chunk +1 line, -3 lines 0 comments Download
M content/browser/media/android/browser_demuxer_android.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/media/android/browser_demuxer_android.cc View 1 2 3 4 5 1 chunk +2 lines, -3 lines 0 comments Download
M content/browser/message_port_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/message_port_message_filter.cc View 1 2 3 4 5 2 chunks +3 lines, -4 lines 0 comments Download
M content/browser/mime_registry_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/mime_registry_message_filter.cc View 1 2 3 4 5 1 chunk +2 lines, -3 lines 0 comments Download
M content/browser/profiler_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/profiler_message_filter.cc View 1 2 3 4 5 1 chunk +3 lines, -4 lines 0 comments Download
M content/browser/push_messaging_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/push_messaging_message_filter.cc View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/quota_dispatcher_host.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/quota_dispatcher_host.cc View 1 2 3 4 5 1 chunk +3 lines, -5 lines 0 comments Download
M content/browser/renderer_host/clipboard_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/clipboard_message_filter.cc View 1 2 3 4 5 1 chunk +2 lines, -3 lines 0 comments Download
M content/browser/renderer_host/database_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/database_message_filter.cc View 1 2 3 4 5 2 chunks +3 lines, -5 lines 0 comments Download
M content/browser/renderer_host/file_utilities_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/file_utilities_message_filter.cc View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/gamepad_browser_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/gamepad_browser_message_filter.cc View 1 2 3 4 5 1 chunk +3 lines, -6 lines 0 comments Download
M content/browser/renderer_host/gpu_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/gpu_message_filter.cc View 1 2 3 4 5 1 chunk +3 lines, -5 lines 0 comments Download
M content/browser/renderer_host/input/input_router_impl.cc View 1 2 3 4 5 2 chunks +1 line, -5 lines 0 comments Download
M content/browser/renderer_host/input/touch_input_browsertest.cc View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/media/audio_input_renderer_host.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/media/audio_input_renderer_host.cc View 1 2 3 4 5 1 chunk +3 lines, -4 lines 0 comments Download
M content/browser/renderer_host/media/audio_renderer_host.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/media/audio_renderer_host.cc View 1 2 3 4 5 1 chunk +3 lines, -4 lines 0 comments Download
M content/browser/renderer_host/media/device_request_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/media/device_request_message_filter.cc View 1 2 3 4 5 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/media/device_request_message_filter_unittest.cc View 1 2 3 4 5 1 chunk +1 line, -5 lines 0 comments Download
M content/browser/renderer_host/media/media_stream_dispatcher_host.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/media/media_stream_dispatcher_host.cc View 1 2 3 4 5 2 chunks +3 lines, -4 lines 0 comments Download
M content/browser/renderer_host/media/media_stream_track_metrics_host.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/media/media_stream_track_metrics_host.cc View 1 2 3 4 5 1 chunk +3 lines, -6 lines 0 comments Download
M content/browser/renderer_host/media/midi_dispatcher_host.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/media/midi_dispatcher_host.cc View 1 2 3 4 5 1 chunk +3 lines, -4 lines 0 comments Download
M content/browser/renderer_host/media/midi_host.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/media/midi_host.cc View 1 2 3 4 5 1 chunk +3 lines, -4 lines 0 comments Download
M content/browser/renderer_host/media/peer_connection_tracker_host.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/media/peer_connection_tracker_host.cc View 1 2 3 4 5 2 chunks +3 lines, -4 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_host.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_host.cc View 1 2 3 4 5 2 chunks +3 lines, -4 lines 0 comments Download
M content/browser/renderer_host/media/webrtc_identity_service_host.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/media/webrtc_identity_service_host.cc View 1 2 3 4 5 1 chunk +3 lines, -4 lines 0 comments Download
M content/browser/renderer_host/media/webrtc_identity_service_host_unittest.cc View 1 2 3 4 5 2 chunks +4 lines, -11 lines 0 comments Download
M content/browser/renderer_host/memory_benchmark_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/memory_benchmark_message_filter.cc View 1 2 3 4 5 1 chunk +2 lines, -5 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_dispatcher_host.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_dispatcher_host.cc View 1 2 3 4 5 2 chunks +3 lines, -4 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_message_filter.cc View 1 2 3 4 5 1 chunk +3 lines, -4 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_renderer_connection.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_renderer_connection.cc View 1 2 3 4 5 2 chunks +3 lines, -4 lines 0 comments Download
M content/browser/renderer_host/render_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/render_message_filter.cc View 1 2 3 4 5 2 chunks +3 lines, -4 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.cc View 1 2 3 4 5 2 chunks +2 lines, -10 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 2 3 4 5 4 chunks +3 lines, -9 lines 0 comments Download
M content/browser/renderer_host/socket_stream_dispatcher_host.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/socket_stream_dispatcher_host.cc View 1 2 3 4 5 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/text_input_client_mac_unittest.mm View 1 2 3 4 5 2 chunks +3 lines, -5 lines 0 comments Download
M content/browser/renderer_host/text_input_client_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/text_input_client_message_filter.mm View 1 2 3 4 5 2 chunks +3 lines, -5 lines 0 comments Download
M content/browser/renderer_host/websocket_dispatcher_host.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/websocket_dispatcher_host.cc View 1 2 3 4 5 2 chunks +2 lines, -3 lines 0 comments Download
M content/browser/renderer_host/websocket_dispatcher_host_unittest.cc View 1 2 3 4 5 5 chunks +6 lines, -14 lines 0 comments Download
M content/browser/renderer_host/websocket_host.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/websocket_host.cc View 1 2 3 4 5 1 chunk +3 lines, -4 lines 0 comments Download
M content/browser/resolve_proxy_msg_helper.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/resolve_proxy_msg_helper.cc View 1 2 3 4 5 1 chunk +2 lines, -3 lines 0 comments Download
M content/browser/screen_orientation/screen_orientation_dispatcher_host.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/browser/screen_orientation/screen_orientation_dispatcher_host.cc View 1 2 3 4 5 1 chunk +3 lines, -5 lines 0 comments Download
M content/browser/screen_orientation/screen_orientation_dispatcher_host_unittest.cc View 1 2 3 4 5 3 chunks +3 lines, -10 lines 0 comments Download
M content/browser/service_worker/service_worker_dispatcher_host.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/service_worker/service_worker_dispatcher_host.cc View 1 2 3 4 5 1 chunk +2 lines, -4 lines 0 comments Download
M content/browser/service_worker/service_worker_dispatcher_host_unittest.cc View 1 2 3 4 5 4 chunks +8 lines, -31 lines 0 comments Download
M content/browser/shared_worker/shared_worker_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/shared_worker/shared_worker_message_filter.cc View 1 2 3 4 5 2 chunks +3 lines, -4 lines 0 comments Download
M content/browser/shared_worker/shared_worker_service_impl_unittest.cc View 1 2 3 4 5 1 chunk +2 lines, -4 lines 0 comments Download
M content/browser/speech/speech_recognition_dispatcher_host.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/speech/speech_recognition_dispatcher_host.cc View 1 2 3 4 5 1 chunk +2 lines, -3 lines 0 comments Download
M content/browser/tracing/trace_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/tracing/trace_message_filter.cc View 1 2 3 4 5 2 chunks +3 lines, -4 lines 0 comments Download
M content/browser/vibration/vibration_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/vibration/vibration_message_filter.cc View 1 2 3 4 5 1 chunk +3 lines, -6 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 4 5 2 chunks +2 lines, -8 lines 0 comments Download
M content/browser/worker_host/worker_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/worker_host/worker_message_filter.cc View 1 2 3 4 5 2 chunks +3 lines, -4 lines 0 comments Download
M content/browser/worker_host/worker_process_host.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/common/gpu/gpu_channel_manager.cc View 1 2 3 4 5 2 chunks +2 lines, -3 lines 0 comments Download
M content/gpu/gpu_child_thread.cc View 1 2 3 4 5 2 chunks +2 lines, -3 lines 0 comments Download
M content/public/browser/browser_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/public/browser/browser_message_filter.cc View 1 2 3 4 5 3 chunks +8 lines, -12 lines 0 comments Download
M content/public/test/mock_render_thread.cc View 1 2 3 4 5 1 chunk +2 lines, -3 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 4 5 2 chunks +2 lines, -10 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 5 2 chunks +1 line, -8 lines 0 comments Download
M content/shell/browser/shell_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/shell/browser/shell_message_filter.cc View 1 2 3 4 5 1 chunk +2 lines, -3 lines 0 comments Download
M extensions/browser/extension_message_filter.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M extensions/browser/extension_message_filter.cc View 1 2 3 4 5 1 chunk +2 lines, -3 lines 0 comments Download
M ipc/ipc_fuzzing_tests.cc View 1 2 3 4 5 1 chunk +0 lines, -65 lines 0 comments Download
M ipc/ipc_message_macros.h View 1 2 3 4 5 4 chunks +8 lines, -31 lines 0 comments Download
M ipc/ipc_message_unittest.cc View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jam
6 years, 7 months ago (2014-05-16 16:24:07 UTC) #1
Avi (use Gerrit)
6 years, 7 months ago (2014-05-16 16:46:40 UTC) #2
lgtm

Stampity stamp

Powered by Google App Engine
This is Rietveld 408576698