summaryrefslogtreecommitdiffstats
path: root/ui/base/clipboard/clipboard_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Added RTF support to the clipboard.raymes@chromium.org2012-04-021-0/+19
* ui/gfx: Rename almost all entries from gfx::CanvasSkia to gfx::Canvas.tfarina@chromium.org2012-03-151-1/+1
* ui/gfx: Update includes to point to canvas.h instead of canvas_skia.htfarina@chromium.org2012-03-141-1/+1
* Implemented Clear() functionality in the clipboard. raymes@chromium.org2012-02-291-0/+8
* Clipboard access is not threadsafe in general. Previously clipboard reads wer...raymes@chromium.org2012-02-221-0/+13
* Have ScopedClipboardWriter and Clipboard::WriteObjects take a buffer parameter.peter@pcc.me.uk2012-02-221-1/+3
* Remove dead clipboard code.dcheng@chromium.org2012-02-221-33/+1
* Revert 122916 - Clipboard access is not threadsafe in general. Previously cli...scottbyer@chromium.org2012-02-221-15/+1
* Clipboard access is not threadsafe in general. Previously clipboard reads wer...raymes@chromium.org2012-02-211-1/+15
* Make CanvasSkia take a gfx::Size as the first parameter.tfarina@chromium.org2011-12-201-1/+1
* Support custom MIME type data in web drag/drop for Mac and GTK.dcheng@chromium.org2011-12-181-8/+5
* Make Clipboard::FormatType an opaque handle type.dcheng@chromium.org2011-12-071-51/+80
* Enable custom MIME types in web copy/paste.dcheng@chromium.org2011-12-051-5/+28
* Revert 113040 - Enable custom MIME types in web copy/paste.dcheng@chromium.org2011-12-051-24/+2
* Enable custom MIME types in web copy/paste.dcheng@chromium.org2011-12-051-2/+24
* Implement Clipboard::ReadData and Clipboard::WriteData for Mac.dcheng@chromium.org2011-12-051-1/+30
* Revert 112986 - Implement Clipboard::ReadData and Clipboard::WriteData for Mac.dcheng@chromium.org2011-12-051-28/+1
* Implement Clipboard::ReadData and Clipboard::WriteData for Mac.dcheng@chromium.org2011-12-051-1/+28
* Add glue for supporting custom MIME types in DataTransfer.dcheng@chromium.org2011-12-041-0/+7
* Revert 111083 - Revert 111080 - Remove Task inheritance in clipboard code."dcheng@chromium.org2011-11-221-1/+0
* Revert 111080 - Remove Task inheritance in clipboard code.dcheng@chromium.org2011-11-221-0/+1
* Remove Task inheritance in clipboard code.dcheng@chromium.org2011-11-221-1/+0
* Plumb through buffer type for clipboard sequence number requests.dcheng@chromium.org2011-11-101-5/+7
* mac: Remove 9 exit time destructors.thakis@chromium.org2011-11-041-21/+9
* Context-based HTML paste plumbingdcheng@chromium.org2011-10-061-11/+18
* Allow CanvasSkia to bind to an existing SkCanvas.piman@chromium.org2011-10-051-1/+1
* Always call the class methods to save/restore contexts.avi@chromium.org2011-08-051-1/+2
* Properly scope ScopedPlatformPaint so that the native drawing layer and Skia ...dcheng@chromium.org2011-08-051-7/+9
* Revert 95611 - Always call the class methods to save/restore contexts.yzshen@chromium.org2011-08-051-2/+1
* Always call the class methods to save/restore contexts.avi@chromium.org2011-08-051-1/+2
* Add Clipboard GetSequenceNumber interface which allows us to version the data...cdn@chromium.org2011-06-271-0/+5
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-261-2/+2
* Revert 86625 - This change implements a first pass in the effort to remove th...vandebo@chromium.org2011-05-251-2/+2
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-251-2/+2
* Change Clipboard::ReadImage to return a bitmap.dcheng@chromium.org2011-04-191-14/+20
* Implement Clipboard::ReadAvailableTypes for Mac.dcheng@chromium.org2011-04-081-1/+6
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Fix glue for ClipboardHostMsg_ReadAvailableTypes.dcheng@chromium.org2011-03-161-0/+13
* Implement Clipboard::ReadImage for OS X.dcheng@chromium.org2011-03-151-0/+14
* Add stubs and glue for routing a request for an image from the clipboard.dcheng@chromium.org2011-03-151-0/+8
* Revert r78134+r78136dcheng@chromium.org2011-03-151-8/+0
* Add stubs and glue for routing a request for an image from the clipboard.dcheng@chromium.org2011-03-151-0/+8
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Move clipboard from app/ to ui/baseben@chromium.org2011-01-101-0/+333