summaryrefslogtreecommitdiffstats
path: root/content/public/browser/web_drag_dest_delegate.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-051-4/+4
| | | | | | | | | | | Add gtk dependency to base.gyp for android host_os="linux" case BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9969080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130784 0039d316-1c4b-4281-b951-d872f2087c98
* Support custom drag-and-drop of bookmarks in Aurarbyers@chromium.org2012-03-221-1/+5
| | | | | | | | | | | | | | | This follows the pattern used on other platforms to hook up the bookmark manager to the native drag and drop system, except that on Aura we avoid the need for the extra abstraction provided by WebDragDest/WebDragDestDelegate since we don't have applications outside of chrome we need to interact with. BUG=117012 TEST=drag bookmarks around in the bookmark manager, and to/from the bookmark bar Review URL: http://codereview.chromium.org/9757001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128250 0039d316-1c4b-4281-b951-d872f2087c98
* Move WebDragDestDelegate to content/public/browser.tfarina@chromium.org2012-03-121-0/+73
BUG=98716 R=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/9688006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126270 0039d316-1c4b-4281-b951-d872f2087c98