summaryrefslogtreecommitdiffstats
path: root/base/clipboard_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move the clipboard stuff out of base and into app/clipboard. I renamedbrettw@chromium.org2009-10-031-337/+0
* The "Copy URL" link is always greyed out in the Chrome menu on popups [crbug....ericu@google.com2009-10-011-0/+30
* Clipboard:estade@chromium.org2009-09-101-9/+5
* Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e...japhet@chromium.org2009-09-081-23/+32
* GTK: implement bookmark manager copy/paste.estade@chromium.org2009-08-041-19/+38
* Reduce header dependencies in base/phajdan.jr@chromium.org2009-06-031-0/+1
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Update clipboard classes to use string16 and FilePath instead of wstring.estade@chromium.org2009-03-041-26/+28
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-1/+1
* Make sure that Clipboard operations that require dispatchingrvargas@google.com2009-01-311-0/+15
* changelist for estade readability review.estade@chromium.org2008-12-051-34/+34
* * Cleanup: move base/platform_test.h -> testing/jeremy@chromium.org2008-12-021-1/+1
* fix unitteststc@google.com2008-11-191-3/+3
* disable some tests while I debug offlinetc@google.com2008-11-191-3/+3
* Rewrote the clipboard API to be more concurrent. Added a helper class to make...estade@chromium.org2008-11-051-48/+72
* Simultaneously store multiple formats on the linux clipboard.estade@chromium.org2008-10-231-10/+25
* Added linux clipboard.estade@chromium.org2008-10-171-3/+7
* Make ClipboardTest a PlatformTest to get autorelease pool management, neededmark@chromium.org2008-10-031-15/+13
* Bring up clipboard_unittest.cc on the Mac.jeremy@chromium.org2008-10-021-61/+99
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add base to the repository.initial.commit2008-07-261-0/+211