summaryrefslogtreecommitdiffstats
path: root/ui/base/clipboard/clipboard_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in ui/base/.avi2015-12-231-6/+6
* We're deprecating SkDevice usage in Chromium; this change shouldtomhudson2015-11-231-13/+12
* Cleanup: Remove unneeded base/memory/shared_memory.h #includes.thestig2015-09-151-1/+0
* Fix some clang warnings with -Wmissing-braces in ui.dcheng2015-07-011-1/+1
* Initialize static Clipboard::FormatTypes in a thread-safe manner.dcheng2015-05-301-53/+62
* Cleanup: Update the path to gfx size headers.tfarina2015-01-031-1/+1
* Added impersonation of the anonymous token around CloseClipboardforshaw2014-12-151-0/+22
* Add TestClipboard implementation for unit tests.dcheng2014-11-181-1/+1
* Cleanup: Replace base::ASCIIToWide with base::ASCIIToUTF16.thestig2014-11-071-3/+3
* Type conversion fixes, ui/ edition.pkasting2014-10-211-2/+2
* Change ui::Clipboard to use virtual methods for testing purposes.dcheng2014-10-171-101/+120
* Reorder clipboard method definitions to more closely match headers.dcheng2014-10-161-248/+251
* 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