summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/clipboard_message_filter.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in content/browser/renderer_host/.avi2015-12-251-4/+7
* Marshal the URL parameter of the clipboard bookmark format as a string.dcheng2015-02-191-1/+1
* Reland rewrite clipboard write IPC handling to be easier to understand.dcheng2014-11-201-6/+29
* Revert of Rewrite clipboard write IPC handling to be easier to understand. (p...sky2014-11-191-29/+6
* Rewrite clipboard write IPC handling to be easier to understand.dcheng2014-11-191-6/+29
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-5/+5
* Replacing the OVERRIDE with override and FINAL with final in content/browser/...mohan.reddy2014-10-071-2/+2
* Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...jam@chromium.org2014-05-161-2/+1
* Remove FormatType usage from ClipboardHostMsg_IsFormatAvailable.dcheng@chromium.org2014-03-201-2/+2
* Make ui::Clipboard::WriteObjects private and remove most dependencies.dcheng@chromium.org2014-03-201-0/+1
* Convert string16 to base::string16 in content.brettw@chromium.org2013-12-031-6/+6
* Make ClipboardHostMsg_WriteObjectsSync return more quickly.dcheng@chromium.org2013-11-251-1/+1
* bookmarks: Remove Mac specific function from BookmarkNodeData.tfarina@chromium.org2013-10-121-11/+14
* Revert the feature 'Clear the clipboard upon exit from Incognito'. Original p...vasilii@chromium.org2013-06-021-5/+1
* Part I: clear primary and selection clipboards if data came from content area.vasilii@chromium.org2013-02-181-2/+6
* Move flash clipboard to the new proxy and add custom format supportraymes@chromium.org2012-11-011-0/+3
* Move more code into the content namespace.darin@chromium.org2012-10-191-2/+6
* Added RTF support to pepper API.raymes@chromium.org2012-04-021-0/+1
* [Coverity] Pass-by-val changed to pass-by-refgroby@chromium.org2012-03-131-1/+1
* Implemented Clear() functionality in the clipboard. raymes@chromium.org2012-02-291-0/+1
* Clipboard access is not threadsafe in general. Previously clipboard reads wer...raymes@chromium.org2012-02-221-2/+2
* Revert 122916 - Clipboard access is not threadsafe in general. Previously cli...scottbyer@chromium.org2012-02-221-2/+2
* Clipboard access is not threadsafe in general. Previously clipboard reads wer...raymes@chromium.org2012-02-211-2/+2
* Move BrowserMessageFilter to public, and into content namespace.joi@chromium.org2011-12-161-2/+2
* Add glue for supporting custom MIME types in DataTransfer.dcheng@chromium.org2011-12-041-0/+3
* Add OVERRIDE to content/.avi@chromium.org2011-11-171-3/+4
* Plumb through buffer type for clipboard sequence number requests.dcheng@chromium.org2011-11-101-1/+2
* Remove unused clipboard methods.dcheng@chromium.org2011-11-041-5/+1
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-1/+1
* Context-based HTML paste plumbingdcheng@chromium.org2011-10-061-1/+2
* Add Clipboard GetSequenceNumber interface which allows us to version the data...cdn@chromium.org2011-06-271-0/+1
* Fixing Coverity bugs (DEAD_CODE and PASS_BY_VALUE)dpapad@chromium.org2011-06-221-1/+1
* Coverity: Fix pass by value error.kmadhusu@chromium.org2011-06-221-1/+1
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Implement Clipboard::ReadImage on Linux.dcheng@chromium.org2011-04-201-1/+2
* Fix glue for ClipboardHostMsg_ReadAvailableTypes.dcheng@chromium.org2011-03-161-4/+3
* Add stubs and glue for routing a request for an image from the clipboard.dcheng@chromium.org2011-03-151-0/+1
* Revert r78134+r78136dcheng@chromium.org2011-03-151-1/+0
* Add stubs and glue for routing a request for an image from the clipboard.dcheng@chromium.org2011-03-151-0/+1
* Move the clipboard messages to their own message filter.dcheng@chromium.org2011-03-101-0/+59