|
Create a very simple TabContentsView (and not fully implemented yet) and add more supporting code to be able to load a page. Right now it's not rendering, but I suspect it's something small, and the patch has gotten large so I figure it's time to send it for review.
BUG= 90445
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=101395
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+956 lines, -136 lines) |
Patch |
 |
M |
chrome/browser/browser_process_impl.h
|
View
|
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_process_impl.cc
|
View
|
|
5 chunks |
+1 line, -7 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/browser_process_sub_thread.h
|
View
|
|
1 chunk |
+0 lines, -41 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/browser_process_sub_thread.cc
|
View
|
|
1 chunk |
+0 lines, -40 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_browser_main_gtk.cc
|
View
|
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_browser_main_mac.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_browser_main_mac.mm
|
View
|
|
2 chunks |
+7 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_browser_main_win.cc
|
View
|
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/io_thread.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/browser_main.h
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/browser/browser_main.cc
|
View
|
|
3 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
A + |
content/browser/browser_process_sub_thread.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
content/browser/browser_process_sub_thread.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/download/download_manager_delegate.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
A |
content/browser/tab_contents/tab_contents_view_win.h
|
View
|
|
1 chunk |
+89 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/tab_contents/tab_contents_view_win.cc
|
View
|
|
1 chunk |
+219 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_shell.gypi
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/shell/shell_browser_context.h
|
View
|
|
1 chunk |
+78 lines, -0 lines |
1 comment
|
Download
|
 |
A |
content/shell/shell_browser_context.cc
|
View
|
|
1 chunk |
+380 lines, -0 lines |
1 comment
|
Download
|
 |
M |
content/shell/shell_browser_main.h
|
View
|
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/shell/shell_browser_main.cc
|
View
|
|
1 chunk |
+86 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/shell/shell_content_browser_client.h
|
View
|
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/shell/shell_content_browser_client.cc
|
View
|
|
3 chunks |
+17 lines, -6 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|