summaryrefslogtreecommitdiffstats
path: root/ui/base/clipboard
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove some unneeded string allocations.thestig2014-12-031-1/+2
* Reland rewrite clipboard write IPC handling to be easier to understand.dcheng2014-11-206-337/+141
* Revert of Rewrite clipboard write IPC handling to be easier to understand. (p...sky2014-11-196-95/+337
* Rewrite clipboard write IPC handling to be easier to understand.dcheng2014-11-196-337/+95
* Add TestClipboard implementation for unit tests.dcheng2014-11-1815-837/+908
* Parameterize ui::Clipboard tests.dcheng2014-11-102-126/+141
* Cleanup: Replace base::ASCIIToWide with base::ASCIIToUTF16.thestig2014-11-071-3/+3
* Clipboard buildfix: USE_AURA without TOOLKIT_VIEWS failed to compile.gunsch2014-10-292-3/+1
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-292-7/+7
* MacViews: Implement FormatType::operator< on Mac.andresantoso2014-10-292-1/+7
* Type conversion fixes, ui/ edition.pkasting2014-10-211-2/+2
* Change ui::Clipboard to use virtual methods for testing purposes.dcheng2014-10-1713-428/+767
* Reorder clipboard method definitions to more closely match headers.dcheng2014-10-165-632/+646
* replace OVERRIDE and FINAL with override and final in ui/mostynb2014-10-091-4/+4
* Use ReadSizeT()/WriteSizeT() in more places.pkasting2014-10-082-15/+15
* Remove clipboard argument from ScopedClipboardWriter constructor.dcheng2014-09-173-49/+32
* Cleanup: Remove obsolete references to webkit_glue namespace.tfarina@chromium.org2014-08-091-2/+0
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-1/+1
* Enable copying long text to Chrome and pasting long text from Chromepkotwicz@chromium.org2014-08-041-1/+18
* Process SelectionRequestor::PerformBlockingConvertSelection() requests one at apkotwicz@chromium.org2014-07-251-42/+22
* Make selection_owner.h not include Xlib.h for consistency withpkotwicz@chromium.org2014-07-171-4/+4
* Remove X11/Xlib.h include from selection_requestor.hpkotwicz@chromium.org2014-07-171-3/+3
* Add a unit test that filenames aren't unintentionally converted to URLs.dcheng@chromium.org2014-07-152-111/+105
* Remove unused |out_data_bytes| parameter from ui::GetRawBytesOfProperty()pkotwicz@chromium.org2014-07-141-2/+0
* MacViews: Partially implement OSExchangeDataProviderMac.andresantoso@chromium.org2014-07-101-1/+1
* setConfig is deprecated, use setInfo or allocPixels insteadreed@google.com2014-07-012-5/+3
* Remove base/memory/scoped_handle.hbrettw@chromium.org2014-06-101-1/+0
* Make Chrome's clipboard compatible with the clipboard for mono apps (http://w...pkotwicz@chromium.org2014-06-041-1/+2
* Persist the clipboard data upon exiting Chrome Linux Aura.pkotwicz@chromium.org2014-05-061-11/+62
* Change SelectionRequestor::PerformBlockingConvertSelection() so that it can b...pkotwicz@chromium.org2014-05-021-2/+2
* [Ozone] Disable ClipboardTest.MultipleBufferTest since it uses functionality ...dnicoara@chromium.org2014-04-151-1/+3
* More removal of GTK code.erg@chromium.org2014-04-154-73/+2
* Simplify some Win Aura ifdefs.jam@chromium.org2014-04-111-1/+1
* x11: Remove MessagePumpObserver.sadrul@chromium.org2014-04-111-11/+9
* Delete the GTK+ port of Chrome.erg@chromium.org2014-04-101-677/+0
* base: Do not allow MessagePumpObservers to consume events.sadrul@chromium.org2014-04-051-5/+2
* x11: Move X event handling out of the message-pump.sadrul@chromium.org2014-04-052-7/+27
* Guard the definition of kMimeTypeWebCustomData with the proper feature macros...lcwu@chromium.org2014-04-031-0/+3
* Mark drags starting in web content as tainted to avoid file path forgerydcheng@chromium.org2014-03-251-2/+5
* linux_aura: Clear the clipboard even if we don't own it.erg@chromium.org2014-03-201-3/+3
* Make ui::Clipboard::WriteObjects private and remove most dependencies.dcheng@chromium.org2014-03-202-11/+34
* Revert 256981 "Verify FormatType in ScopedClipboardWriter::Write..."dcheng@chromium.org2014-03-159-82/+21
* Refactor ui::Clipboard::ObjectMap sanitization in ClipboardMsgFilter.zmo@chromium.org2014-03-143-2/+10
* Revert 257164 "Refactor ui::Clipboard::ObjectMap sanitization in..."zmo@chromium.org2014-03-141-2/+2
* Refactor ui::Clipboard::ObjectMap sanitization in ClipboardMsgFilter.dcheng@chromium.org2014-03-141-2/+2
* Verify FormatType in ScopedClipboardWriter::WritePickledData.dcheng@chromium.org2014-03-149-21/+82
* Revert 256974 "Verify FormatType in ScopedClipboardWriter::Write..."dcheng@chromium.org2014-03-149-82/+21
* Verify FormatType in ScopedClipboardWriter::WritePickledData.dcheng@chromium.org2014-03-149-21/+82
* use SkColorType instead of (deprecated) SkBitmap::Configreed@google.com2014-03-111-2/+2
* Move TrimWhitespace to the base namespace.brettw@chromium.org2014-03-031-2/+2