summaryrefslogtreecommitdiffstats
path: root/ui/base/clipboard
Commit message (Expand)AuthorAgeFilesLines
* Fix some clang warnings with -Wmissing-braces in ui.dcheng2015-07-011-1/+1
* Change most uses of Pickle to base::Picklebrettw2015-06-033-22/+23
* Move Pickle to base namespace.brettw2015-06-023-12/+16
* Initialize static Clipboard::FormatTypes in a thread-safe manner.dcheng2015-05-301-53/+62
* Remove ICS support in ui/aurimas2015-04-301-4/+0
* Remove tony@chromium.org from OWNERS files.kalman2015-01-161-1/+0
* Cleanup: Update the path to gfx size headers.tfarina2015-01-038-8/+8
* Remove deprecated methods from Pickle.avi2014-12-282-13/+12
* Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h...avi2014-12-282-12/+13
* Remove deprecated methods from Pickle.Avi Drissman2014-12-222-13/+12
* Added impersonation of the anonymous token around CloseClipboardforshaw2014-12-151-0/+22
* 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