summaryrefslogtreecommitdiffstats
path: root/content/renderer/renderer_clipboard_client.cc
Commit message (Collapse)AuthorAgeFilesLines
* Use a direct include of strings headers in content/renderer and content/shell.avi@chromium.org2013-06-111-1/+1
| | | | | | | | | | BUG=247723 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/16756003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205451 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-3/+3
| | | | | | | | | | | In r174057, ajwong@ added support for implicit testing to scoped_ptr<>. Removes these in content/. BUG=232084 Review URL: https://codereview.chromium.org/14081010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194608 0039d316-1c4b-4281-b951-d872f2087c98
* Linux/ChromeOS Chromium style checker cleanup, content/ edition.rsleevi@chromium.org2013-02-121-2/+2
| | | | | | | | | | | Automated clean up of style checker errors that were missed due to the plugin not being executed on implementation files. BUG=115047 Review URL: https://chromiumcodereview.appspot.com/12210030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181822 0039d316-1c4b-4281-b951-d872f2087c98
* Move flash clipboard to the new proxy and add custom format supportraymes@chromium.org2012-11-011-0/+6
| | | | | | | | | | | | | This moves the flash clipboard interface to the new pepper proxy. It also adds support for copying/pasting data of custom data formats (which is needed for flash). BUG=154497 TEST=Added new pepper tests Review URL: https://chromiumcodereview.appspot.com/11225021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165548 0039d316-1c4b-4281-b951-d872f2087c98
* Move a bunch of code in content\renderer to the content namespace.jam@chromium.org2012-10-191-5/+4
| | | | | | Review URL: https://codereview.chromium.org/11232014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163061 0039d316-1c4b-4281-b951-d872f2087c98
* Fix leak in ScopedClipboardWriterGlue.dcheng@chromium.org2012-04-251-6/+3
| | | | | | | | | | BUG=123117 TEST=none Review URL: http://codereview.chromium.org/10078001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133890 0039d316-1c4b-4281-b951-d872f2087c98
* Added RTF support to pepper API.raymes@chromium.org2012-04-021-0/+6
| | | | | | | | | | BUG=120435 TEST=out/Release/browser_tests --gtest_filter=*PPAPITest.*Clipboard* Review URL: http://codereview.chromium.org/9921018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130223 0039d316-1c4b-4281-b951-d872f2087c98
* Implemented Clear() functionality in the clipboard. raymes@chromium.org2012-02-291-0/+4
| | | | | | | | | | BUG=110796 TEST=Run ui_tests --gtest_filter=PPAPITest.*Clipboard* and ui_unittests --gtest_filter=*Clipboard*. Review URL: http://codereview.chromium.org/9349023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124143 0039d316-1c4b-4281-b951-d872f2087c98
* Update BookmarkManager extension API test to use document.execCommand()dcheng@chromium.org2012-01-091-3/+1
| | | | | | | | | | | | | | This can help catch breakages where the clipboard is accidentally overwritten by nested ScopedClipboardWriters. There is also some minor logic consolidation in ScopedClipboardWriterGlue. BUG=108293 TEST=browser_tests --gtest_filter=ExtensionApiTest.BookmarkManager Review URL: http://codereview.chromium.org/9125019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116935 0039d316-1c4b-4281-b951-d872f2087c98
* Add glue for supporting custom MIME types in DataTransfer.dcheng@chromium.org2011-12-041-0/+7
| | | | | | | | | BUG=31037 TEST=none in this patch, will be landed in WebKit as layout tests. Review URL: http://codereview.chromium.org/8775025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112927 0039d316-1c4b-4281-b951-d872f2087c98
* Move clipboard-related webkit_glue embedder functions into a ClipboardClient ↵piman@chromium.org2011-11-221-0/+175
interface. This moves the functions into a pattern that is component-friendly. BUG=98755 TEST=Chrome, DRT, test_shell Review URL: http://codereview.chromium.org/8591030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111097 0039d316-1c4b-4281-b951-d872f2087c98