summaryrefslogtreecommitdiffstats
path: root/app/clipboard
Commit message (Expand)AuthorAgeFilesLines
* Make SharedMemory use uint32 instead of size_t. This removes the remaining s...jam@chromium.org2010-02-162-5/+5
* Windows: Put ScopedHGlobal in the right scope so it unlocks a STGMEDIUM's han...thestig@chromium.org2010-02-041-48/+65
* Copy percent-escaped URL when copying all the text from the address bar (Mac)kinuko@chromium.org2010-02-032-3/+4
* POSIX: Use Shared Mem transport to copy images.jeremy@chromium.org2010-01-276-84/+185
* OpenBSD/FreeBSD ifdefs and GYP changes for app/ directorypvalchev@google.com2010-01-233-11/+11
* Support dragging a virtual file out of the browser.jianli@chromium.org2010-01-151-1/+1
* Make sure an evil renderer can't mess up state of the clipboard, later causingcevans@chromium.org2010-01-121-0/+4
* Add a range of sanity checks to the clipboard object handling. In particular,...cevans@chromium.org2009-12-301-4/+23
* 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
* Use utf_string_conversions header in more places.maruel@chromium.org2009-12-111-1/+1
* Linux: improve format of text/html copy paste data.estade@chromium.org2009-12-082-7/+26
* Linux: when reading html from clipboard, interpret BOM to meanestade@chromium.org2009-12-021-1/+10
* Small cleanups:pkasting@chromium.org2009-11-181-55/+41
* Fix lint errors in app/ and turn on presubmit check.erg@google.com2009-11-171-1/+1
* Remove Clipboard::WriteFile{,s} which is unused on mac and windows and unimpl...estade@chromium.org2009-11-058-157/+0
* Chromium fix for "Copy Image". (WebCore fix is http://codereview.chromium.org...avi@chromium.org2009-10-222-1/+44
* linux: rearrange clipboard codeevan@chromium.org2009-10-203-46/+45
* 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-0310-0/+2868