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

Issue 8220006: Rename RenderView to RenderViewImpl. Update Chrome's DEPS so that it can't include the RenderView... (Closed)

Created:
9 years, 2 months ago by jam
Modified:
9 years, 2 months ago
Reviewers:
ananta
CC:
chromium-reviews, hclam+watch_chromium.org, ddorwin+watch_chromium.org, fischman+watch_chromium.org, jam, dpranke+watch-content_chromium.org, acolwell+watch_chromium.org, annacc+watch_chromium.org, apatrick_chromium, joi+watch-content_chromium.org, Paweł Hajdan Jr., darin-cc_chromium.org, ajwong+watch_chromium.org, vrk (LEFT CHROMIUM), brettw-cc_chromium.org, scherkus (not reviewing)
Visibility:
Public.

Description

Rename RenderView to RenderViewImpl. Update Chrome's DEPS so that it can't include the RenderView implementation. BUG=98716 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=104754

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+646 lines, -6367 lines) Patch
M chrome/renderer/DEPS View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/chrome_render_view_observer.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/renderer/chrome_render_view_observer.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/content_settings_observer_browsertest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc View 9 chunks +16 lines, -16 lines 0 comments Download
M chrome/renderer/translate_helper_browsertest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/base/render_view_test.h View 1 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/test/base/render_view_test.cc View 1 1 chunk +8 lines, -8 lines 0 comments Download
M content/content_renderer.gypi View 1 chunk +2 lines, -2 lines 0 comments Download
M content/public/renderer/render_view_observer.h View 2 chunks +8 lines, -7 lines 0 comments Download
M content/public/renderer/render_view_observer.cc View 2 chunks +11 lines, -13 lines 0 comments Download
M content/renderer/device_orientation_dispatcher.h View 2 chunks +3 lines, -1 line 0 comments Download
M content/renderer/device_orientation_dispatcher.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/devtools_agent.h View 2 chunks +4 lines, -3 lines 0 comments Download
M content/renderer/devtools_agent.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/devtools_agent_filter.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/devtools_client.h View 2 chunks +2 lines, -1 line 0 comments Download
M content/renderer/devtools_client.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/external_popup_menu.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/external_popup_menu.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/geolocation_dispatcher.h View 2 chunks +2 lines, -1 line 0 comments Download
M content/renderer/geolocation_dispatcher.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc View 5 chunks +8 lines, -8 lines 0 comments Download
M content/renderer/indexed_db_dispatcher.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M content/renderer/intents_dispatcher.h View 1 chunk +6 lines, -4 lines 0 comments Download
M content/renderer/intents_dispatcher.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/load_progress_tracker.h View 3 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/load_progress_tracker.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/media/audio_renderer_impl.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/media/media_stream_dispatcher.h View 2 chunks +3 lines, -1 line 0 comments Download
M content/renderer/media/media_stream_dispatcher.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/mhtml_generator.h View 1 chunk +3 lines, -1 line 0 comments Download
M content/renderer/mhtml_generator.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/notification_provider.h View 2 chunks +3 lines, -1 line 0 comments Download
M content/renderer/notification_provider.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/p2p/p2p_transport_impl.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/p2p/socket_dispatcher.h View 2 chunks +3 lines, -1 line 0 comments Download
M content/renderer/p2p/socket_dispatcher.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/pepper_plugin_delegate_impl.h View 3 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/pepper_plugin_delegate_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/render_process_impl.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/render_thread_impl.cc View 5 chunks +5 lines, -5 lines 0 comments Download
D content/renderer/render_view.h View 1 chunk +0 lines, -1210 lines 0 comments Download
D content/renderer/render_view.cc View 1 chunk +0 lines, -4547 lines 0 comments Download
A + content/renderer/render_view_impl.h View 14 chunks +45 lines, -46 lines 0 comments Download
A + content/renderer/render_view_impl.cc View 170 chunks +415 lines, -396 lines 0 comments Download
M content/renderer/render_view_linux.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/renderer_accessibility.h View 2 chunks +3 lines, -1 line 0 comments Download
M content/renderer/renderer_accessibility.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/renderer_webapplicationcachehost_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/renderer_webapplicationcachehost_impl.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M content/renderer/renderer_webcookiejar_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/renderer_webcookiejar_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/renderer_webkitplatformsupport_impl.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/renderer_webstoragearea_impl.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/speech_input_dispatcher.h View 2 chunks +2 lines, -1 line 0 comments Download
M content/renderer/speech_input_dispatcher.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/text_input_client_observer.h View 2 chunks +3 lines, -1 line 0 comments Download
M content/renderer/text_input_client_observer.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/webplugin_delegate_proxy.h View 3 chunks +7 lines, -6 lines 0 comments Download
M content/renderer/webplugin_delegate_proxy.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/test/render_view_fake_resources_test.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/render_view_fake_resources_test.cc View 1 6 chunks +12 lines, -11 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
jam
9 years, 2 months ago (2011-10-10 17:43:25 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698