summaryrefslogtreecommitdiffstats
path: root/chrome/browser/clipboard_dispatcher_win.cc
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace change to trigger the bots.viettrungluu@chromium.org2010-08-161-1/+0
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3167013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56188 0039d316-1c4b-4281-b951-d872f2087c98
* Fix DOS-style line endings in ClipboardDispatcher*dcheng@chromium.org2010-07-261-33/+33
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2832080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53657 0039d316-1c4b-4281-b951-d872f2087c98
* Implement new Chromium IPCs for copying/dragging.dcheng@chromium.org2010-07-071-0/+33
A new ClipboardDispatcher interface has been added to handle the IPC calls. The new methods don't really belong on the existing Clipboard class, since that class deals with only copy and paste. On Windows and Mac, ClipboardDispatcher will share logic for copy/paste and drag/drop. GTK will have to use two separate code paths. BUG=31037 TEST=none Review URL: http://codereview.chromium.org/2842016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51790 0039d316-1c4b-4281-b951-d872f2087c98