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

Issue 11225045: Move a bunch of content\common code into the content namespace. (Closed)

Created:
8 years, 2 months ago by jam
Modified:
8 years, 2 months ago
Reviewers:
scottmg
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, apatrick_chromium, feature-media-reviews_chromium.org
Visibility:
Public.

Description

Move a bunch of content\common code into the content namespace. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=163514

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+174 lines, -47 lines) Patch
M content/browser/gpu/gpu_process_host.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/gpu/gpu_process_host_ui_shim.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/gpu/gpu_surface_tracker.h View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M content/browser/gpu/gpu_surface_tracker.cc View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M content/browser/plugin_service_impl.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/image_transport_factory.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/common/child_process_sandbox_support_impl_shm_linux.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M content/common/db_message_filter.h View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M content/common/db_message_filter.cc View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M content/common/gpu/gpu_surface_lookup.h View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M content/common/gpu/gpu_surface_lookup.cc View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M content/common/gpu/media/dxva_video_decode_accelerator.h View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M content/common/gpu/media/dxva_video_decode_accelerator.cc View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M content/common/gpu/media/gles2_texture_to_egl_image_translator.h View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M content/common/gpu/media/gles2_texture_to_egl_image_translator.cc View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M content/common/gpu/media/mac_video_decode_accelerator.h View 1 2 3 4 chunks +7 lines, -4 lines 0 comments Download
M content/common/gpu/media/mac_video_decode_accelerator.mm View 1 2 3 5 chunks +9 lines, -5 lines 0 comments Download
M content/common/gpu/media/omx_video_decode_accelerator.h View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M content/common/gpu/media/omx_video_decode_accelerator.cc View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M content/common/gpu/media/rendering_helper.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M content/common/gpu/media/rendering_helper_gl.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M content/common/gpu/media/rendering_helper_mac.mm View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M content/common/gpu/media/vaapi_video_decode_accelerator.h View 1 2 3 3 chunks +5 lines, -1 line 0 comments Download
M content/common/gpu/media/vaapi_video_decode_accelerator.cc View 1 2 3 3 chunks +4 lines, -2 lines 0 comments Download
M content/common/gpu/media/video_decode_accelerator_unittest.cc View 1 2 3 4 chunks +7 lines, -6 lines 0 comments Download
M content/common/gpu/x_util.h View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M content/common/gpu/x_util.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M content/common/pepper_plugin_registry.h View 1 2 3 5 chunks +8 lines, -5 lines 0 comments Download
M content/common/pepper_plugin_registry.cc View 1 2 3 9 chunks +12 lines, -12 lines 0 comments Download
M content/common/set_process_title.h View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M content/common/set_process_title.cc View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M content/common/socket_stream_handle_data.h View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M content/common/socket_stream_handle_data.cc View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M content/renderer/active_notification_tracker.h View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M content/renderer/active_notification_tracker.cc View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M content/renderer/active_notification_tracker_unittest.cc View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M content/renderer/paint_aggregator.h View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M content/renderer/paint_aggregator.cc View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M content/renderer/paint_aggregator_unittest.cc View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M content/renderer/render_thread_impl.h View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M content/renderer/render_view_impl.h View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M content/renderer/v8_value_converter_impl.h View 1 2 3 2 chunks +5 lines, -1 line 0 comments Download
M content/renderer/v8_value_converter_impl.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M content/renderer/web_ui_bindings.h View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M content/renderer/web_ui_bindings.cc View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M content/worker/worker_thread.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
jam
8 years, 2 months ago (2012-10-22 23:30:55 UTC) #1
scottmg
https://codereview.chromium.org/11225045/diff/1/content/common/set_process_title.cc File content/common/set_process_title.cc (right): https://codereview.chromium.org/11225045/diff/1/content/common/set_process_title.cc#newcode78 content/common/set_process_title.cc:78: SetProcTitle(have_argv0 ? "-%s" : "%s", title.c_str()); this rename will ...
8 years, 2 months ago (2012-10-22 23:42:19 UTC) #2
scottmg
8 years, 2 months ago (2012-10-22 23:53:33 UTC) #3
lgtm

Powered by Google App Engine
This is Rietveld 408576698