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

Issue 6713024: Move the renderer_web* files to content. (Closed)

Created:
9 years, 9 months ago by jam
Modified:
9 years, 7 months ago
Reviewers:
Avi (use Gerrit)
CC:
chromium-reviews, darin-cc_chromium.org, brettw-cc_chromium.org, jam, native-client-reviews_googlegroups.com, Paweł Hajdan Jr.
Visibility:
Public.

Description

Move the renderer_web* files to content. TBR=avi Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78643

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -2483 lines) Patch
M chrome/chrome_common.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/chrome_renderer.gypi View 1 chunk +0 lines, -26 lines 0 comments Download
D chrome/common/chrome_descriptors.h View 1 chunk +0 lines, -17 lines 0 comments Download
M chrome/nacl/nacl_thread.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/render_process_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/render_thread.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/render_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/render_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/render_widget.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/renderer_glue.cc View 1 chunk +1 line, -1 line 0 comments Download
D chrome/renderer/renderer_sandbox_support_linux.h View 1 chunk +0 lines, -59 lines 0 comments Download
D chrome/renderer/renderer_sandbox_support_linux.cc View 1 chunk +0 lines, -189 lines 0 comments Download
D chrome/renderer/renderer_webapplicationcachehost_impl.h View 1 chunk +0 lines, -34 lines 0 comments Download
D chrome/renderer/renderer_webapplicationcachehost_impl.cc View 1 chunk +0 lines, -58 lines 0 comments Download
D chrome/renderer/renderer_webaudiodevice_impl.h View 1 chunk +0 lines, -41 lines 0 comments Download
D chrome/renderer/renderer_webaudiodevice_impl.cc View 1 chunk +0 lines, -41 lines 0 comments Download
D chrome/renderer/renderer_webcookiejar_impl.h View 1 chunk +0 lines, -45 lines 0 comments Download
D chrome/renderer/renderer_webcookiejar_impl.cc View 1 chunk +0 lines, -79 lines 0 comments Download
D chrome/renderer/renderer_webidbcursor_impl.h View 1 chunk +0 lines, -39 lines 0 comments Download
D chrome/renderer/renderer_webidbcursor_impl.cc View 1 chunk +0 lines, -87 lines 0 comments Download
D chrome/renderer/renderer_webidbdatabase_impl.h View 1 chunk +0 lines, -53 lines 0 comments Download
D chrome/renderer/renderer_webidbdatabase_impl.cc View 1 chunk +0 lines, -135 lines 0 comments Download
D chrome/renderer/renderer_webidbfactory_impl.h View 1 chunk +0 lines, -43 lines 0 comments Download
D chrome/renderer/renderer_webidbfactory_impl.cc View 1 chunk +0 lines, -54 lines 0 comments Download
D chrome/renderer/renderer_webidbindex_impl.h View 1 chunk +0 lines, -47 lines 0 comments Download
D chrome/renderer/renderer_webidbindex_impl.cc View 1 chunk +0 lines, -104 lines 0 comments Download
D chrome/renderer/renderer_webidbobjectstore_impl.h View 1 chunk +0 lines, -72 lines 0 comments Download
D chrome/renderer/renderer_webidbobjectstore_impl.cc View 1 chunk +0 lines, -171 lines 0 comments Download
D chrome/renderer/renderer_webidbtransaction_impl.h View 1 chunk +0 lines, -36 lines 0 comments Download
D chrome/renderer/renderer_webidbtransaction_impl.cc View 1 chunk +0 lines, -74 lines 0 comments Download
D chrome/renderer/renderer_webkitclient_impl.h View 1 chunk +0 lines, -117 lines 0 comments Download
D chrome/renderer/renderer_webkitclient_impl.cc View 1 chunk +0 lines, -571 lines 0 comments Download
D chrome/renderer/renderer_webstoragearea_impl.h View 1 chunk +0 lines, -37 lines 0 comments Download
D chrome/renderer/renderer_webstoragearea_impl.cc View 1 chunk +0 lines, -83 lines 0 comments Download
D chrome/renderer/renderer_webstoragenamespace_impl.h View 1 chunk +0 lines, -34 lines 0 comments Download
D chrome/renderer/renderer_webstoragenamespace_impl.cc View 1 chunk +0 lines, -52 lines 0 comments Download
M chrome/test/render_view_test.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/child_process_launcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/zygote_main_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
A + content/common/chrome_descriptors.h View 2 chunks +4 lines, -3 lines 0 comments Download
M content/content_common.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M content/content_renderer.gypi View 1 chunk +26 lines, -0 lines 0 comments Download
M content/renderer/indexed_db_dispatcher.cc View 1 chunk +5 lines, -5 lines 0 comments Download
A + content/renderer/renderer_sandbox_support_linux.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + content/renderer/renderer_sandbox_support_linux.cc View 2 chunks +2 lines, -2 lines 0 comments Download
A + content/renderer/renderer_webapplicationcachehost_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + content/renderer/renderer_webapplicationcachehost_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
A + content/renderer/renderer_webaudiodevice_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + content/renderer/renderer_webaudiodevice_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
A + content/renderer/renderer_webcookiejar_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + content/renderer/renderer_webcookiejar_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
A + content/renderer/renderer_webidbcursor_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + content/renderer/renderer_webidbcursor_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
A + content/renderer/renderer_webidbdatabase_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + content/renderer/renderer_webidbdatabase_impl.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + content/renderer/renderer_webidbfactory_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + content/renderer/renderer_webidbfactory_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
A + content/renderer/renderer_webidbindex_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + content/renderer/renderer_webidbindex_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + content/renderer/renderer_webidbobjectstore_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + content/renderer/renderer_webidbobjectstore_impl.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + content/renderer/renderer_webidbtransaction_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + content/renderer/renderer_webidbtransaction_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + content/renderer/renderer_webkitclient_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + content/renderer/renderer_webkitclient_impl.cc View 4 chunks +5 lines, -5 lines 0 comments Download
A + content/renderer/renderer_webstoragearea_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + content/renderer/renderer_webstoragearea_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
A + content/renderer/renderer_webstoragenamespace_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + content/renderer/renderer_webstoragenamespace_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jam
almost done :)
9 years, 9 months ago (2011-03-18 01:15:52 UTC) #1
Avi (use Gerrit)
9 years, 9 months ago (2011-03-18 13:22:48 UTC) #2
eyeballed; rubber stamp lgtm

Powered by Google App Engine
This is Rietveld 408576698