|
Start moving code from BrowserMain to content, so that it can be reused by all embedders of content. I've based the refactoring on the existing BrowserMainParts. This is the first step; I didn't want to do it all at the same time because it would be too big. Remaining tasks:
-rename the browser_main files in chrome to chrome_browser_main
-move the OS specific implementations of BrowserMainParts that are needed for content
-finish splitting the remaining BrowserMain function (now that's in TemporaryContinue())
BUG= 90445
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=99884
Total comments: 8
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+979 lines, -773 lines) |
Patch |
 |
M |
chrome/app/chrome_main.cc
|
View
|
1
2
3
4
5
6
7
8
|
9 chunks |
+9 lines, -55 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_main.h
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+14 lines, -106 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_main.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
54 chunks |
+107 lines, -387 lines |
5 comments
|
Download
|
 |
M |
chrome/browser/browser_main_gtk.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_main_gtk.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/browser_main_mac.h
|
View
|
1
2
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_main_mac.mm
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+67 lines, -73 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_main_posix.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_main_posix.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_main_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
4 chunks |
+25 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_main_win.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_main_win.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+30 lines, -37 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_process_impl.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/browser_main_chromeos.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/browser_main_chromeos.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+35 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/net/network_change_notifier_chromeos.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/gtk_util.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/gtk_util.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -29 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_dll.gypi
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_constants.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_constants.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_switches.h
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_switches.cc
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+0 lines, -25 lines |
0 comments
|
Download
|
 |
M |
content/app/content_main.cc
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+52 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/browser_main.h
|
View
|
|
1 chunk |
+133 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/browser_main.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+319 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/content_browser_client.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/mock_content_browser_client.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/mock_content_browser_client.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/content_constants.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/content_constants.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+11 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/common/content_switches.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/content_switches.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
6 chunks |
+27 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/gtk_util.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/gtk_util.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|