|
Retry r41799:
Basic DragImage implementation.
Only the chromium part is for review. The webkit part shows how that will look when I create the patch for webkit later. This can be landed without the change to webkit.
TODO later:
- use the image on windows, mac
- implement the other DragImageRef functions
TEST=drag an image from the render view in GTK
BUG= 11457
Review URL: http://codereview.chromium.org/668125
The problem was an incorrect method signature in RenderView.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=41953
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+145 lines, -29 lines) |
Patch |
|
M |
chrome/browser/chromeos/app_launcher.h
|
View
|
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/chromeos/app_launcher.cc
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/cocoa/notifications/balloon_view_host_mac.h
|
View
|
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/extensions/extension_host.h
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
|
chrome/browser/extensions/extension_host.cc
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/gtk/notifications/balloon_view_host_gtk.h
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/gtk/tab_contents_drag_source.h
|
View
|
|
3 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/gtk/tab_contents_drag_source.cc
|
View
|
|
3 chunks |
+13 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/renderer_host/render_view_host.h
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/renderer_host/render_view_host.cc
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/browser/renderer_host/render_view_host_delegate.h
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/tab_contents/interstitial_page.cc
|
View
|
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/browser/tab_contents/tab_contents_view_gtk.h
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/tab_contents/tab_contents_view_gtk.cc
|
View
|
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/browser/tab_contents/tab_contents_view_mac.h
|
View
|
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/tab_contents/tab_contents_view_mac.mm
|
View
|
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/browser/views/notifications/balloon_view_host.h
|
View
|
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/views/tab_contents/tab_contents_view_gtk.h
|
View
|
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/views/tab_contents/tab_contents_view_gtk.cc
|
View
|
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/browser/views/tab_contents/tab_contents_view_win.h
|
View
|
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
|
|
chrome/browser/views/tab_contents/tab_contents_view_win.cc
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/common/render_messages_internal.h
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/render_view.h
|
View
|
|
2 chunks |
+7 lines, -0 lines |
1 comment
|
Download
|
|
M |
chrome/renderer/render_view.cc
|
View
|
|
3 chunks |
+19 lines, -1 line |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|