|
content: Split web_drag_dest_gtk.cc into chrome/ and content/ parts.
This patch doesn't move web_drag_dest_gtk.cc into content/, but does remove all
dependencies on chrome/ code.
- Split out a delegate interface and move it
- cross platform code from chrome/.../bookmark_node_data.cc is moved to
ui/.../bookmark_format.h
- gtk_util.cc has some layers split into gtk_screen_utils.cc.
BUG=none
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=105216
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+399 lines, -233 lines) |
Patch |
 |
M |
chrome/browser/tab_contents/tab_contents_view_gtk.h
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/tab_contents_view_gtk.cc
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.h
|
View
|
1
2
3
4
5
|
1 chunk |
+41 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+91 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/tab_contents/web_drag_dest_delegate_gtk.h
|
View
|
1
2
3
4
5
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/tab_contents/web_drag_dest_delegate_gtk.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/web_drag_dest_gtk.h
|
View
|
1
2
3
4
5
|
4 chunks |
+6 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/web_drag_dest_gtk.cc
|
View
|
1
2
3
4
5
|
7 chunks |
+39 lines, -83 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/tab_contents/web_drag_dest_gtk_unittest.cc
|
View
|
1
|
1 chunk |
+0 lines, -59 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/gtk_util.h
|
View
|
|
4 chunks |
+0 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/gtk_util.cc
|
View
|
|
4 chunks |
+0 lines, -47 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/tab_contents_drag_source.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+10 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc
|
View
|
1
|
4 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc
|
View
|
1
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/theme_install_bubble_view_gtk.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/tab_contents/native_tab_contents_view_gtk.h
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/tab_contents/native_tab_contents_view_gtk.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+16 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
A |
content/browser/tab_contents/drag_utils_gtk.h
|
View
|
1
2
3
4
5
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/tab_contents/drag_utils_gtk.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/base/gtk/gtk_screen_utils.h
|
View
|
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/base/gtk/gtk_screen_utils.cc
|
View
|
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/ui.gyp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|