summaryrefslogtreecommitdiffstats
path: root/app/clipboard/clipboard_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove base/gtk_util.h by moving its methods tojhawkins@chromium.org2010-10-291-3/+3
* Cleanup: Get rid of app/gtk_util.h.jhawkins@chromium.org2010-10-281-1/+1
* [GTK] fix wraparound error in clipboard.estade@chromium.org2010-09-211-1/+1
* Coverity 9291: Uninitialized member in clipboard_linux.ccfinnur@chromium.org2010-07-231-1/+1
* GTK: improve clipboard compatibility with firefox + evolution.estade@chromium.org2010-07-201-12/+11
* Coverity: linux: fix leak in Clipboard::WriteData with disallowed format.mattm@chromium.org2010-07-121-2/+2
* GTK - don't paste a garbage text/html character.estade@chromium.org2010-07-101-2/+6
* Linux: Null terminate text/html data we send to the clipboard. Change WriteHy...thestig@chromium.org2010-05-171-3/+6
* Move non-linux specific code from base/linux_util to app/gtk_utilpvalchev@google.com2010-05-131-3/+4
* 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