summaryrefslogtreecommitdiffstats
path: root/app/clipboard
Commit message (Expand)AuthorAgeFilesLines
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-151-0/+1
* 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
* Implement new Chromium IPCs for copying/dragging.dcheng@chromium.org2010-07-071-2/+5
* Mac/clang: Possibly contentious changes.thakis@chromium.org2010-06-151-2/+2
* Convert RTF on the pasteboard to HTML and all it to substitute if present and...pinkerton@chromium.org2010-06-041-3/+13
* <wininet.h> related cleanup.wtc@chromium.org2010-06-041-1/+1
* [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacementphajdan.jr@chromium.org2010-06-011-2/+3
* Don't populate WebDropData with file URLs when dragging files.dcheng@chromium.org2010-05-212-47/+58
* Linux: Null terminate text/html data we send to the clipboard. Change WriteHy...thestig@chromium.org2010-05-174-26/+35
* Move non-linux specific code from base/linux_util to app/gtk_utilpvalchev@google.com2010-05-131-3/+4
* Linux: fix compilation error with gcc 4.5.craig.schlenter@chromium.org2010-05-111-1/+1
* Move base/gfx contents to gfx/ben@chromium.org2010-03-146-6/+6
* win: string_util.h -> utf_string_conversions.h fix.jhawkins@google.com2010-03-112-0/+2
* mac: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-101-1/+1
* app: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-062-2/+4
* Fix bug 17333: Can't copy-paste text from OpenOffice to a contenteditable DIVjianli@chromium.org2010-03-032-5/+72
* 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