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

Issue 6735004: Move extension messages to their own file and add a RenderViewObserver to start moving the extens... (Closed)

Created:
9 years, 9 months ago by jam
Modified:
9 years, 7 months ago
Reviewers:
Aaron Boodman
CC:
chromium-reviews, cbentzel+watch_chromium.org, tburkard+watch_chromium.org, kkania, Erik does not do reviews, brettw-cc_chromium.org, jam, Aaron Boodman, pam+watch_chromium.org, Paweł Hajdan Jr., darin-cc_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Move extension messages to their own file and add a RenderViewObserver to start moving the extension code out of RenderView. TBR=aa Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=79561

Patch Set 1 : '' #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+681 lines, -708 lines) Patch
M chrome/browser/automation/extension_port_container.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/notifications/balloon_view_host.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/notifications/balloon_view_host.cc View 1 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/debugger/extension_ports_remote_service.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_event_router.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_function_dispatcher.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_function_dispatcher.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/extensions/extension_host.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_message_service.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/extensions/extension_messages_browsertest.cc View 3 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/extensions/extension_process_manager.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_web_ui.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_web_ui.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/user_script_master.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/notifications/balloon_host.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/notifications/balloon_host.cc View 1 chunk +1 line, -1 line 0 comments Download
chrome/browser/prerender/prerender_contents.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/prerender/prerender_contents.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/browser_render_process_host.cc View 4 chunks +11 lines, -12 lines 0 comments Download
M chrome/browser/renderer_host/chrome_render_message_filter.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/tab_contents/background_contents.h View 1 chunk +2 lines, -1 line 0 comments Download
chrome/browser/tab_contents/background_contents.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/sync_internals_ui.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/sync_internals_ui.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/sync_internals_ui_unittest.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/web_applications/web_app_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome_common.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_renderer.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/common_message_generator.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/extension_localization_peer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/extension_localization_peer.cc View 2 chunks +2 lines, -2 lines 0 comments Download
A chrome/common/extensions/extension_messages.h View 1 2 1 chunk +274 lines, -0 lines 0 comments Download
A chrome/common/extensions/extension_messages.cc View 1 chunk +155 lines, -0 lines 0 comments Download
M chrome/common/render_messages.h View 1 11 chunks +1 line, -179 lines 0 comments Download
M chrome/common/render_messages.cc View 1 chunk +0 lines, -42 lines 0 comments Download
M chrome/common/render_messages_params.h View 1 2 3 chunks +0 lines, -109 lines 0 comments Download
M chrome/common/render_messages_params.cc View 2 chunks +0 lines, -192 lines 0 comments Download
M chrome/renderer/extensions/event_bindings.cc View 3 chunks +5 lines, -5 lines 0 comments Download
A chrome/renderer/extensions/extension_helper.h View 1 chunk +36 lines, -0 lines 0 comments Download
A chrome/renderer/extensions/extension_helper.cc View 1 chunk +42 lines, -0 lines 0 comments Download
M chrome/renderer/extensions/extension_process_bindings.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/renderer/extensions/renderer_extension_bindings.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M chrome/renderer/mock_render_thread.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/renderer/render_thread.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/render_thread.cc View 3 chunks +10 lines, -12 lines 0 comments Download
M content/browser/renderer_host/render_view_host.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_view_host.cc View 1 6 chunks +8 lines, -8 lines 0 comments Download
M content/browser/renderer_host/render_view_host_delegate.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/tab_contents/tab_contents.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/browser/tab_contents/tab_contents.cc View 1 4 chunks +11 lines, -7 lines 0 comments Download
M content/browser/webui/web_ui.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/browser/webui/web_ui.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M content/common/view_messages.h View 1 chunk +4 lines, -0 lines 0 comments Download
content/renderer/render_view.h View 6 chunks +5 lines, -18 lines 0 comments Download
M content/renderer/render_view.cc View 1 13 chunks +17 lines, -37 lines 0 comments Download
M ipc/ipc_message_utils.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
jam
9 years, 9 months ago (2011-03-27 23:28:07 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698