summaryrefslogtreecommitdiffstats
path: root/ui/views/drag_utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix drag&drop not working in the bookmark manager after the ↵jam@chromium.org2012-04-031-0/+30
| | | | | | | | | TabContentsViewWin switchover. BUG=118715 Review URL: https://chromiumcodereview.appspot.com/9963114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130503 0039d316-1c4b-4281-b951-d872f2087c98
* Move most of ui/views/drag_utils to ui/base/dragdrop so it can be used ↵jam@chromium.org2012-03-051-64/+0
| | | | | | | | | outside of views. I tried to move SetURLAndDragImage as well, but that would cause a lot of code duplication from Views' TextButton class that would make us worse off (things like mirroring and limiting size). BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9582041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124923 0039d316-1c4b-4281-b951-d872f2087c98
* views: Move the remaining file from views/ to ui/views/.tfarina@chromium.org2011-12-011-1/+1
| | | | | | | | | | BUG=104039 R=ben@chromium.org TBR=stevenjb@chromium.org Review URL: http://codereview.chromium.org/8771006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112469 0039d316-1c4b-4281-b951-d872f2087c98
* views: Move some random files from views/ to ui/views/.tfarina@chromium.org2011-11-301-0/+64
BUG=104039 R=ben@chromium.org Review URL: http://codereview.chromium.org/8735009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112208 0039d316-1c4b-4281-b951-d872f2087c98