| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 1 | -21/+27 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 3 | -0/+3 |
* | Coverity 9291: Uninitialized member in clipboard_linux.cc | finnur@chromium.org | 2010-07-23 | 1 | -1/+1 |
* | GTK: improve clipboard compatibility with firefox + evolution. | estade@chromium.org | 2010-07-20 | 1 | -12/+11 |
* | Attempt four at landing the "histogram.h removed from message_loop.h" patch. | erg@chromium.org | 2010-07-15 | 1 | -0/+1 |
* | Coverity: linux: fix leak in Clipboard::WriteData with disallowed format. | mattm@chromium.org | 2010-07-12 | 1 | -2/+2 |
* | GTK - don't paste a garbage text/html character. | estade@chromium.org | 2010-07-10 | 1 | -2/+6 |
* | Implement new Chromium IPCs for copying/dragging. | dcheng@chromium.org | 2010-07-07 | 1 | -2/+5 |
* | Mac/clang: Possibly contentious changes. | thakis@chromium.org | 2010-06-15 | 1 | -2/+2 |
* | Convert RTF on the pasteboard to HTML and all it to substitute if present and... | pinkerton@chromium.org | 2010-06-04 | 1 | -3/+13 |
* | <wininet.h> related cleanup. | wtc@chromium.org | 2010-06-04 | 1 | -1/+1 |
* | [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacement | phajdan.jr@chromium.org | 2010-06-01 | 1 | -2/+3 |
* | Don't populate WebDropData with file URLs when dragging files. | dcheng@chromium.org | 2010-05-21 | 2 | -47/+58 |
* | Linux: Null terminate text/html data we send to the clipboard. Change WriteHy... | thestig@chromium.org | 2010-05-17 | 4 | -26/+35 |
* | Move non-linux specific code from base/linux_util to app/gtk_util | pvalchev@google.com | 2010-05-13 | 1 | -3/+4 |
* | Linux: fix compilation error with gcc 4.5. | craig.schlenter@chromium.org | 2010-05-11 | 1 | -1/+1 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 6 | -6/+6 |
* | win: string_util.h -> utf_string_conversions.h fix. | jhawkins@google.com | 2010-03-11 | 2 | -0/+2 |
* | mac: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-10 | 1 | -1/+1 |
* | app: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-06 | 2 | -2/+4 |
* | Fix bug 17333: Can't copy-paste text from OpenOffice to a contenteditable DIV | jianli@chromium.org | 2010-03-03 | 2 | -5/+72 |
* | Make SharedMemory use uint32 instead of size_t. This removes the remaining s... | jam@chromium.org | 2010-02-16 | 2 | -5/+5 |
* | Windows: Put ScopedHGlobal in the right scope so it unlocks a STGMEDIUM's han... | thestig@chromium.org | 2010-02-04 | 1 | -48/+65 |
* | Copy percent-escaped URL when copying all the text from the address bar (Mac) | kinuko@chromium.org | 2010-02-03 | 2 | -3/+4 |
* | POSIX: Use Shared Mem transport to copy images. | jeremy@chromium.org | 2010-01-27 | 6 | -84/+185 |
* | OpenBSD/FreeBSD ifdefs and GYP changes for app/ directory | pvalchev@google.com | 2010-01-23 | 3 | -11/+11 |
* | Support dragging a virtual file out of the browser. | jianli@chromium.org | 2010-01-15 | 1 | -1/+1 |
* | Make sure an evil renderer can't mess up state of the clipboard, later causing | cevans@chromium.org | 2010-01-12 | 1 | -0/+4 |
* | Add a range of sanity checks to the clipboard object handling. In particular,... | cevans@chromium.org | 2009-12-30 | 1 | -4/+23 |
* | Don't shoehorn a size_t into an int -- especially if the int is used in an su... | cevans@chromium.org | 2009-12-30 | 1 | -2/+2 |
* | Use utf_string_conversions header in more places. | maruel@chromium.org | 2009-12-11 | 1 | -1/+1 |
* | Linux: improve format of text/html copy paste data. | estade@chromium.org | 2009-12-08 | 2 | -7/+26 |
* | Linux: when reading html from clipboard, interpret BOM to mean | estade@chromium.org | 2009-12-02 | 1 | -1/+10 |
* | Small cleanups: | pkasting@chromium.org | 2009-11-18 | 1 | -55/+41 |
* | Fix lint errors in app/ and turn on presubmit check. | erg@google.com | 2009-11-17 | 1 | -1/+1 |
* | Remove Clipboard::WriteFile{,s} which is unused on mac and windows and unimpl... | estade@chromium.org | 2009-11-05 | 8 | -157/+0 |
* | Chromium fix for "Copy Image". (WebCore fix is http://codereview.chromium.org... | avi@chromium.org | 2009-10-22 | 2 | -1/+44 |
* | linux: rearrange clipboard code | evan@chromium.org | 2009-10-20 | 3 | -46/+45 |
* | Turn NULL used as int to 0. | phajdan.jr@chromium.org | 2009-10-13 | 1 | -1/+1 |
* | Move the clipboard stuff out of base and into app/clipboard. I renamed | brettw@chromium.org | 2009-10-03 | 10 | -0/+2868 |