summaryrefslogtreecommitdiffstats
path: root/base/clipboard.h
Commit message (Expand)AuthorAgeFilesLines
* Clipboard:estade@chromium.org2009-09-101-6/+0
* Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e...japhet@chromium.org2009-09-081-5/+38
* Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set butbenl@chromium.org2009-09-071-3/+3
* GTK: implement bookmark manager copy/paste.estade@chromium.org2009-08-041-4/+21
* Removes an unused function in clipboard_linux as well as unused methodsky@chromium.org2009-07-311-2/+0
* Support pasting text from a clipboard that has no published targets.estade@chromium.org2009-07-211-1/+1
* Reduce header dependencies in base/phajdan.jr@chromium.org2009-06-031-2/+6
* More linux ifdef tweaks. This reverts my earlier change (13503).sky@chromium.org2009-04-271-4/+0
* Adds some ifdefs so that test_shell can be compiled on linuxsky@chromium.org2009-04-101-1/+5
* This changes the base clipboard class, as accomplishing paste requires that C...avi@chromium.org2009-03-101-18/+6
* Update clipboard classes to use string16 and FilePath instead of wstring.estade@chromium.org2009-03-041-7/+11
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-1/+1
* Lots of small nits to help to split off webkit.dll.maruel@chromium.org2009-02-121-3/+1
* Make sure that Clipboard operations that require dispatchingrvargas@google.com2009-01-311-0/+8
* Prevents LayoutTests/editing/pasteboard/copy-standalone-image.html from crashingdsh@google.com2008-12-161-3/+2
* Lazily create the clipboard owner window. CreateWindow can take ~.5ms, and w...deanm@chromium.org2008-11-251-1/+6
* Remove cf_html from webdropdata.h. This is windowstc@google.com2008-11-191-8/+0
* Implement the WebSmartPaste pasteboard type on Mac, stub it out on Linux, rem...pinkerton@google.com2008-11-171-1/+1
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-2/+2
* Rewrote the clipboard API to be more concurrent. Added a helper class to make...estade@chromium.org2008-11-051-60/+103
* Simultaneously store multiple formats on the linux clipboard.estade@chromium.org2008-10-231-1/+23
* Added linux clipboard.estade@chromium.org2008-10-171-2/+5
* remove unneeded webkit_glue:: and wrap windows functions in ifdefserg@google.com2008-10-081-1/+3
* Bring up clipboard_unittest.cc on the Mac.jeremy@chromium.org2008-10-021-0/+24
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Cleanup some comment typos.ericroman@google.com2008-08-181-1/+1
* Basic implementation of the clipboard on the Mac.avi@google.com2008-08-121-15/+29
* Add base to the repository.initial.commit2008-07-261-0/+126