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

Issue 8171015: Rename RenderThread to RenderThreadImpl (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, dpranke+watch-content_chromium.org, acolwell+watch_chromium.org, annacc+watch_chromium.org, apatrick_chromium, joi+watch-content_chromium.org, darin-cc_chromium.org, ajwong+watch_chromium.org, vrk (LEFT CHROMIUM), brettw-cc_chromium.org, scherkus (not reviewing)
Visibility:
Public.

Description

Rename RenderThread to RenderThreadImpl BUG=98716 TBR=ananta Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=104386

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+304 lines, -1342 lines) Patch
M chrome/renderer/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/safe_browsing/render_view_fake_resources_test.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/safe_browsing/render_view_fake_resources_test.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M content/browser/renderer_host/browser_render_process_host.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M content/content_renderer.gypi View 1 chunk +2 lines, -2 lines 0 comments Download
M content/public/renderer/render_thread.cc View 1 chunk +21 lines, -0 lines 0 comments Download
M content/renderer/devtools_client.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/gpu/command_buffer_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/gpu/gpu_channel_host.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M content/renderer/gpu/gpu_video_decode_accelerator_host.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M content/renderer/gpu/renderer_gl_context.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/indexed_db_dispatcher.cc View 18 chunks +20 lines, -20 lines 0 comments Download
M content/renderer/media/audio_device.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/media/audio_input_device.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/media/audio_renderer_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/media/audio_renderer_impl_unittest.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/media/render_media_log.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M content/renderer/media/video_capture_message_filter.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/media/webrtc_audio_device_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/notification_provider.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/pepper_platform_context_3d_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/pepper_platform_video_decoder_impl.cc View 4 chunks +10 lines, -11 lines 0 comments Download
M content/renderer/pepper_plugin_delegate_impl.cc View 9 chunks +11 lines, -11 lines 0 comments Download
M content/renderer/render_process_impl.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
D content/renderer/render_thread.h View 1 chunk +0 lines, -243 lines 0 comments Download
D content/renderer/render_thread.cc View 1 chunk +0 lines, -786 lines 0 comments Download
A + content/renderer/render_thread_impl.h View 6 chunks +13 lines, -13 lines 0 comments Download
A + content/renderer/render_thread_impl.cc View 23 chunks +55 lines, -77 lines 0 comments Download
M content/renderer/render_view.cc View 1 2 11 chunks +22 lines, -24 lines 0 comments Download
M content/renderer/render_widget.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_widget_fullscreen.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/render_widget_fullscreen_pepper.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M content/renderer/renderer_glue.cc View 7 chunks +17 lines, -15 lines 0 comments Download
M content/renderer/renderer_main.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/renderer_webapplicationcachehost_impl.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M content/renderer/renderer_webcookiejar_impl.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/renderer_webidbcursor_impl.cc View 5 chunks +9 lines, -9 lines 0 comments Download
M content/renderer/renderer_webidbdatabase_impl.cc View 7 chunks +11 lines, -11 lines 0 comments Download
M content/renderer/renderer_webidbfactory_impl.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M content/renderer/renderer_webidbindex_impl.cc View 6 chunks +10 lines, -10 lines 0 comments Download
M content/renderer/renderer_webidbobjectstore_impl.cc View 10 chunks +13 lines, -13 lines 0 comments Download
M content/renderer/renderer_webidbtransaction_impl.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M content/renderer/renderer_webkitplatformsupport_impl.cc View 12 chunks +17 lines, -16 lines 0 comments Download
M content/renderer/renderer_webstoragearea_impl.cc View 5 chunks +8 lines, -8 lines 0 comments Download
M content/renderer/renderer_webstoragenamespace_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/webplugin_delegate_proxy.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M content/renderer/websharedworkerrepository_impl.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
jam
9 years, 2 months ago (2011-10-06 21:15:19 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698