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

Issue 7857019: Basic scaffolding for a "content shell", i.e. test browser over the content module. (Closed)

Created:
9 years, 3 months ago by jam
Modified:
9 years, 3 months ago
Reviewers:
Avi (use Gerrit)
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Basic scaffolding for a "content shell", i.e. test browser over the content module. Once it's working, this will allow developers working on the core chrome code/web platform/networking etc to test their changes on a much smaller and hence faster to build/run/debug browser. This doesn't do anything yet because it's blocked on having TabContentsView implementations in content. BUG=90445 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=100778

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1034 lines, -21 lines) Patch
M chrome/app/chrome_main.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M chrome/chrome_dll.gypi View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M content/app/content_main.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M content/app/content_main.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M content/app/content_main_delegate.h View 1 2 3 4 5 6 7 1 chunk +13 lines, -10 lines 0 comments Download
A content/app/content_main_delegate.cc View 1 2 3 4 5 1 chunk +56 lines, -0 lines 0 comments Download
M content/browser/browser_main.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/set_process_title.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M content/common/set_process_title.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M content/common/set_process_title_linux.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M content/common/set_process_title_linux.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M content/content.gyp View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M content/content_app.gypi View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
A content/content_shell.gypi View 1 2 3 4 5 6 7 1 chunk +55 lines, -0 lines 0 comments Download
A content/shell/DEPS View 1 chunk +3 lines, -0 lines 0 comments Download
A content/shell/shell_browser_main.h View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
A content/shell/shell_browser_main.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
A content/shell/shell_content_browser_client.h View 1 chunk +143 lines, -0 lines 0 comments Download
A content/shell/shell_content_browser_client.cc View 1 chunk +284 lines, -0 lines 0 comments Download
A content/shell/shell_content_client.h View 1 chunk +36 lines, -0 lines 0 comments Download
A content/shell/shell_content_client.cc View 1 2 3 4 5 6 7 8 1 chunk +51 lines, -0 lines 0 comments Download
A content/shell/shell_content_plugin_client.h View 1 chunk +22 lines, -0 lines 0 comments Download
A content/shell/shell_content_plugin_client.cc View 1 chunk +16 lines, -0 lines 0 comments Download
A content/shell/shell_content_renderer_client.h View 1 chunk +67 lines, -0 lines 0 comments Download
A content/shell/shell_content_renderer_client.cc View 1 chunk +122 lines, -0 lines 0 comments Download
A content/shell/shell_content_utility_client.h View 1 chunk +23 lines, -0 lines 0 comments Download
A content/shell/shell_content_utility_client.cc View 1 chunk +19 lines, -0 lines 0 comments Download
A content/shell/shell_main.cc View 1 2 3 4 5 6 7 8 1 chunk +93 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jam
9 years, 3 months ago (2011-09-11 16:02:18 UTC) #1
Avi (use Gerrit)
9 years, 3 months ago (2011-09-11 20:31:31 UTC) #2
Nice; LGTM.

Powered by Google App Engine
This is Rietveld 408576698