|
Add an option to run Chrome in the views desktop.
- Add a BrowserFrameViews stub.
- Add a NativeTabContentsViewViews stub.
- Allow the omnibox to run in pure-views mode on Windows too.
- Make the RenderWidgetHostViewViews build on Windows.
chrome --use-pure-views --views-desktop runs, shows a browser window, but doesn't really do anything else.
BUG=none
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=90242
Total comments: 10
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+754 lines, -329 lines) |
Patch |
|
M |
chrome/browser/browser_main.cc
|
View
|
1
2
3
4
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/renderer_host/render_widget_host_view_views.h
|
View
|
1
2
3
4
|
3 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/renderer_host/render_widget_host_view_views.cc
|
View
|
1
2
3
4
5
|
12 chunks |
+12 lines, -250 lines |
0 comments
|
Download
|
|
A |
chrome/browser/renderer_host/render_widget_host_view_views_gtk.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+70 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/renderer_host/render_widget_host_view_views_touch.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+189 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/renderer_host/render_widget_host_view_views_win.cc
|
View
|
1
2
3
4
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/renderer_host/render_widget_host_view_win.cc
|
View
|
1
2
3
4
|
3 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/views/chrome_views_delegate.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/views/chrome_views_delegate.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/ui/views/frame/browser_frame_gtk.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/ui/views/frame/browser_frame_views.h
|
View
|
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/ui/views/frame/browser_frame_views.cc
|
View
|
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/views/frame/browser_frame_win.cc
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/views/location_bar/location_bar_view.h
|
View
|
1
2
3
4
5
|
2 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/views/location_bar/location_bar_view.cc
|
View
|
1
2
3
4
5
6
|
12 chunks |
+72 lines, -29 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/views/tab_contents/native_tab_contents_view_gtk.cc
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/ui/views/tab_contents/native_tab_contents_view_views.h
|
View
|
1
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/ui/views/tab_contents/native_tab_contents_view_views.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+88 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.cc
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
|
7 chunks |
+13 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/common/chrome_switches.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/chrome_switches.cc
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
views/desktop/desktop_main.cc
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
views/desktop/desktop_window.h
|
View
|
1
2
3
4
|
2 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
|
M |
views/desktop/desktop_window.cc
|
View
|
1
2
3
4
|
3 chunks |
+19 lines, -26 lines |
0 comments
|
Download
|
|
M |
views/views.gyp
|
View
|
1
2
3
4
|
2 chunks |
+52 lines, -5 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|