Comment #11 on issue 16280 by [email protected]: Crash -
RenderViewHost::DragSourceMovedTo(int,int,int,int)
http://code.google.com/p/chromium/issues/detail?id=16280
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=20695
------------------------------------------------------------------------
r20695 | [email protected] | 2009-07-14 17:51:20 -0700 (Tue, 14 Jul
2009) | 17 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/branches/193/src/base/base_drag_source.cc?r1=20695&r2=20694
M
http://src.chromium.org/viewvc/chrome/branches/193/src/base/base_drag_source.h?r1=20695&r2=20694
M
http://src.chromium.org/viewvc/chrome/branches/193/src/chrome/browser/tab_contents/tab_contents.cc?r1=20695&r2=20694
M
http://src.chromium.org/viewvc/chrome/branches/193/src/chrome/browser/tab_contents/tab_contents_view.h?r1=20695&r2=20694
M
http://src.chromium.org/viewvc/chrome/branches/193/src/chrome/browser/tab_contents/web_drag_source.cc?r1=20695&r2=20694
M
http://src.chromium.org/viewvc/chrome/branches/193/src/chrome/browser/views/tab_contents/tab_contents_view_win.cc?r1=20695&r2=20694
M
http://src.chromium.org/viewvc/chrome/branches/193/src/chrome/browser/views/tab_contents/tab_contents_view_win.h?r1=20695&r2=20694
Merge 20436 - Fix a crash that happens if a tab is closed while
we're in the middle of a drag originating from the tab.
The problem is that the tab gets deleted out from under the
drag operation which is happening in a nested message loop.
To work around this, if we're in the middle of a drag and
we get a tab close request, delay the tab close until after
the drag operation is finished.
BUG=16280
Review URL: http://codereview.chromium.org/149466
[email protected]
Review URL: http://codereview.chromium.org/155548
------------------------------------------------------------------------
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---