summaryrefslogtreecommitdiffstats
path: root/app/clipboard/clipboard_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't shoehorn a size_t into an int -- especially if the int is used in an su...cevans@chromium.org2009-12-301-2/+2
* Linux: improve format of text/html copy paste data.estade@chromium.org2009-12-081-4/+10
* Linux: when reading html from clipboard, interpret BOM to meanestade@chromium.org2009-12-021-1/+10
* Remove Clipboard::WriteFile{,s} which is unused on mac and windows and unimpl...estade@chromium.org2009-11-051-4/+0
* linux: rearrange clipboard codeevan@chromium.org2009-10-201-35/+12
* Turn NULL used as int to 0.phajdan.jr@chromium.org2009-10-131-1/+1
* Move the clipboard stuff out of base and into app/clipboard. I renamedbrettw@chromium.org2009-10-031-0/+410