summaryrefslogtreecommitdiffstats
path: root/ui/base/clipboard/clipboard_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 256981 "Verify FormatType in ScopedClipboardWriter::Write..."dcheng@chromium.org2014-03-151-3/+3
* Refactor ui::Clipboard::ObjectMap sanitization in ClipboardMsgFilter.zmo@chromium.org2014-03-141-0/+4
* Verify FormatType in ScopedClipboardWriter::WritePickledData.dcheng@chromium.org2014-03-141-3/+3
* Revert 256974 "Verify FormatType in ScopedClipboardWriter::Write..."dcheng@chromium.org2014-03-141-3/+3
* Verify FormatType in ScopedClipboardWriter::WritePickledData.dcheng@chromium.org2014-03-141-3/+3
* Removes MessageLoop::Type checks in favor of IsCurrent on MessageLoops.sky@chromium.org2014-01-201-1/+1
* Refactor base/safe_numerics.hjschuh@chromium.org2014-01-171-4/+4
* Update some uses of char16 to use the base:: namespace.avi@chromium.org2013-12-251-2/+2
* Update uses of UTF conversions in ui/ to use the base:: namespace.avi@chromium.org2013-12-251-10/+12
* Prefix string16 with base:: in ui/.dbeam@chromium.org2013-12-181-14/+14
* Improve routines for verifying clipboard bitmap size/shared memory.dcheng@chromium.org2013-11-201-7/+10
* bookmarks: Remove Mac specific function from BookmarkNodeData.tfarina@chromium.org2013-10-121-23/+24
* Remove dependency on ui::ScaleFactor from ui/gfxdavemoore@chromium.org2013-09-241-1/+1
* Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx"davemoore@chromium.org2013-09-201-1/+1
* Remove dependency on ui::ScaleFactor from ui/gfxdavemoore@chromium.org2013-09-201-1/+1
* Use a direct include of the message_loop header in ui/, part 1.avi@chromium.org2013-07-181-1/+1
* ui::Clipboard now uses base::win::MessageWindow to create a message-only wind...alexeypa@chromium.org2013-06-281-37/+22
* Make OSExchangeDataProviderWin::SetFilename() use CFSTR_SHELLIDLIST.koz@chromium.org2013-06-141-0/+7
* Use a direct include of strings headers in ui/, part 1.avi@chromium.org2013-06-111-2/+2
* Use a direct include of utf_string_conversions.h in ui/.avi@chromium.org2013-06-071-1/+1
* Revert the feature 'Clear the clipboard upon exit from Incognito'. Original p...vasilii@chromium.org2013-06-021-27/+1
* Refactor OSExchangeData::CustomFormat to use Clipboard::FormatType.dcheng@chromium.org2013-05-151-69/+51
* ui: Use base::MessageLoop.xhwang@chromium.org2013-04-291-1/+1
* Remove dependency on ui/base/clipboard/clipboard.h from browser_context.hjeremya@chromium.org2013-04-261-1/+1
* Revert collecting clipboard statistics as we don't need it anymore.vasilii@chromium.org2013-04-021-3/+0
* ui: Update the includes of base/shared_memory.h to its new location.tfarina@chromium.org2013-04-021-1/+1
* Check to ensure that html data stored to the windows clipboard is well formedcdn@chromium.org2013-03-121-2/+2
* The purpose of this patch is to collect some statistics on how often a user c...vasilii@chromium.org2013-02-271-0/+3
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Part I: clear primary and selection clipboards if data came from content area.vasilii@chromium.org2013-02-181-1/+27
* Move utf_offset_string_conversions and utf_string_conversion_utils to strings.brettw@chromium.org2013-02-071-3/+3
* Use checked_numeric_cast when reading HTML from the clipboard.dcheng@chromium.org2013-01-301-4/+3
* Move flash clipboard to the new proxy and add custom format supportraymes@chromium.org2012-11-011-0/+9
* Cleanup gfx::Canvas now that 10562027 has landedpkotwicz@chromium.org2012-07-241-2/+4
* Revert 147915 - Cleanup gfx::Canvas now that 10562027 has landedacolwell@chromium.org2012-07-231-4/+2
* Cleanup gfx::Canvas now that 10562027 has landedpkotwicz@chromium.org2012-07-231-2/+4
* Added base::win::InitializeWindowClass() wrapper to make sure that window cla...alexeypa@chromium.org2012-05-091-6/+7
* Added RTF support to the clipboard.raymes@chromium.org2012-04-021-4/+27
* ui/gfx: Rename almost all entries from gfx::CanvasSkia to gfx::Canvas.tfarina@chromium.org2012-03-151-3/+2
* 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/+9
* 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-48/+1
* Coverity: Fix uninitialized member variables.kmadhusu@chromium.org2012-01-241-1/+2
* Coverity fix: Unsigned compared against 0arthurhsu@chromium.org2011-12-281-2/+2
* Make CanvasSkia take a gfx::Size as the first parameter.tfarina@chromium.org2011-12-201-1/+2
* Make Clipboard::FormatType an opaque handle type.dcheng@chromium.org2011-12-071-61/+128
* Enable custom MIME types in web copy/paste.dcheng@chromium.org2011-12-051-2/+38
* Revert 113040 - Enable custom MIME types in web copy/paste.dcheng@chromium.org2011-12-051-38/+2
* Enable custom MIME types in web copy/paste.dcheng@chromium.org2011-12-051-2/+38