summaryrefslogtreecommitdiffstats
path: root/base/clipboard_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Update clipboard classes to use string16 and FilePath instead of wstring.estade@chromium.org2009-03-041-19/+19
* - Match up w/ NSPasteboard docs and mark sure our special type is on thethomasvl@chromium.org2009-01-151-1/+1
* Implement the WebSmartPaste pasteboard type on Mac, stub it out on Linux, rem...pinkerton@google.com2008-11-171-0/+17
* Rewrote the clipboard API to be more concurrent. Added a helper class to make...estade@chromium.org2008-11-051-25/+53
* Make Mac clipboard code tolerant of nil clipboard without crashing. Add amark@chromium.org2008-10-081-30/+36
* backing out debugging changes now that we know the problem.pinkerton@google.com2008-10-081-5/+0
* checking debug output for failing test on buildbot. to be backed out in a min...pinkerton@google.com2008-10-081-0/+5
* Bring up clipboard_unittest.cc on the Mac.jeremy@chromium.org2008-10-021-6/+48
* Move std::string16 to base::string16. Don't pollute the std namespace. Don'tmmentovai@google.com2008-08-271-1/+1
* On .mm files in net and base:mmentovai@google.com2008-08-271-47/+21
* Basic implementation of the clipboard on the Mac.avi@google.com2008-08-121-0/+202