summaryrefslogtreecommitdiffstats
path: root/app/clipboard/clipboard_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1
* app: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-061-1/+2
* POSIX: Use Shared Mem transport to copy images.jeremy@chromium.org2010-01-271-0/+5
* Make sure an evil renderer can't mess up state of the clipboard, later causingcevans@chromium.org2010-01-121-0/+4
* 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