summaryrefslogtreecommitdiffstats
path: root/base/clipboard_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Move the clipboard stuff out of base and into app/clipboard. I renamedbrettw@chromium.org2009-10-031-686/+0
* Clipboard:estade@chromium.org2009-09-101-21/+0
* Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e...japhet@chromium.org2009-09-081-5/+13
* GTK: implement bookmark manager copy/paste.estade@chromium.org2009-08-041-0/+45
* Fix a FORWARD_NULL defect reported by Coverity. We shouldwtc@chromium.org2009-07-281-2/+4
* Reduce header dependencies in base/phajdan.jr@chromium.org2009-06-031-0/+2
* This changes the base clipboard class, as accomplishing paste requires that C...avi@chromium.org2009-03-101-23/+23
* Update clipboard classes to use string16 and FilePath instead of wstring.estade@chromium.org2009-03-041-23/+22
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-1/+2
* Lots of small nits to help to split off webkit.dll.maruel@chromium.org2009-02-121-2/+3
* Make sure that Clipboard operations that require dispatchingrvargas@google.com2009-01-311-17/+51
* Lazily create the clipboard owner window. CreateWindow can take ~.5ms, and w...deanm@chromium.org2008-11-251-12/+20
* Remove cf_html from webdropdata.h. This is windowstc@google.com2008-11-191-103/+6
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-5/+6
* Clean up some confusing naming of ClipboardLock. It isn't a lock, and the wa...deanm@chromium.org2008-11-101-44/+38
* Rewrote the clipboard API to be more concurrent. Added a helper class to make...estade@chromium.org2008-11-051-102/+107
* Call GdiAlphaBlend directly instead of the AlphaBlend wrapper in msimg32.dll....deanm@chromium.org2008-10-211-2/+2
* Bring up clipboard_unittest.cc on the Mac.jeremy@chromium.org2008-10-021-7/+77
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Cleanup some comment typos.ericroman@google.com2008-08-181-3/+3
* Basic implementation of the clipboard on the Mac.avi@google.com2008-08-121-0/+658