|
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
|
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
|
Total messages: 2 (0 generated)
|