summaryrefslogtreecommitdiffstats
path: root/ui/base/dragdrop
Commit message (Expand)AuthorAgeFilesLines
* Replace remaining Tokenize calls to SplitStringbrettw2015-07-061-4/+6
* clang/win: Fix warnings to prepare for building without -Wno-reorder.sammc2015-07-021-1/+1
* Change most uses of Pickle to base::Picklebrettw2015-06-036-17/+18
* Move Pickle to base namespace.brettw2015-06-025-14/+17
* ui/base/dragdrop: Fix warnings found by clang chromium-style plugin on Windows.tfarina2015-04-282-11/+16
* Apply automated fixits for Chrome clang plugin to ui_base_unittests.dcheng2015-04-214-44/+51
* Enable async mode for DownloadURL drags.dcheng2015-04-071-3/+6
* Switch DragSourceWin to use RuntimeClass, rather than manual IUnknownscottmg2015-02-132-28/+4
* win: Stop drag downloads from downloading as soon as they hit a targetscottmg2015-02-122-2/+19
* Adding UMA stats for ash.dragdrop events for both touch and mouse.caelyn2015-01-231-2/+3
* virtual/override specifier cleanup in ui/ (mostly Ozone code).gunsch2015-01-061-31/+29
* Cleanup: Update the path to gfx size headers.tfarina2015-01-034-5/+5
* Remove deprecated methods from Pickle.avi2014-12-281-2/+2
* Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h...avi2014-12-281-2/+2
* Remove deprecated methods from Pickle.Avi Drissman2014-12-221-2/+2
* Enable MSVC warning for unused locals.Peter Kasting2014-11-201-6/+0
* Remove implicit conversions from scoped_refptr to T* in ui/dcheng2014-11-132-20/+21
* ui: Add a few missing overrides found by a new clang warning.thakis2014-10-301-37/+37
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-292-41/+38
* Standardize usage of virtual/override/final in ui/dcheng2014-10-211-23/+22
* replace OVERRIDE and FINAL with override and final in ui/mostynb2014-10-096-71/+71
* MacViews: Get OSExchangeDataTest to pass.andresantoso2014-09-242-11/+43
* Change base/file_utils.h includes to base/files/file_utils.h in gin, google_a...thestig2014-09-052-2/+2
* Use qualified path for grit/ui_strings.htfarina2014-08-251-1/+1
* Add ui_unittests to GN build.brettw@chromium.org2014-08-221-1/+1
* Revert of Add ui_unittests to GN build. (patchset #2 of https://codereview.ch...rlarocque@chromium.org2014-08-211-1/+1
* Add ui_unittests to GN build.brettw@chromium.org2014-08-211-1/+1
* Move file_util_icu to base::i18n namespacebrettw@chromium.org2014-08-071-1/+1
* Make selection_owner.h not include Xlib.h for consistency withpkotwicz@chromium.org2014-07-171-1/+1
* Fix TestFileToURLConversion on Linux non-X11 buildsdnicoara@chromium.org2014-07-161-5/+6
* Add a unit test that filenames aren't unintentionally converted to URLs.dcheng@chromium.org2014-07-153-24/+67
* Fix the HTML5 drag and drop demos at http://www.w3schools.com/html/tryit.asp?...pkotwicz@chromium.org2014-07-113-0/+28
* MacViews: Partially implement OSExchangeDataProviderMac.andresantoso@chromium.org2014-07-103-20/+55
* MacViews: Skeleton implementation of OSExchangeDataProviderMac.andresantoso@chromium.org2014-06-163-5/+153
* Ensure that size passed into drag_utils_win.cc's SetDragImageOnDataObject fun...ananta@chromium.org2014-06-125-19/+14
* Remove base/memory/scoped_handle.hbrettw@chromium.org2014-06-102-2/+0
* MacViews: gyp changes for a non-aura toolkit views on mactapted@chromium.org2014-04-252-0/+45
* Remove non USE_AURA code from views files.erg@chromium.org2014-04-253-9/+0
* clang/win: Fix a few warnings, mostly by deleting dead code.thakis@chromium.org2014-04-221-2/+2
* message-loop: Remove MessagePumpDispatcher support from glib message-pump.sadrul@chromium.org2014-04-161-1/+0
* Simplify some Win Aura ifdefs.jam@chromium.org2014-04-112-5/+5
* Delete the GTK+ port of Chrome.erg@chromium.org2014-04-105-466/+0
* Skip _NETSCAPE_URL population for image drags.dcheng@chromium.org2014-04-101-6/+16
* Add net/base/filename_util.h.sergeyu@chromium.org2014-04-092-2/+2
* Revert 262487 "Add net/base/filename_util.h."sergeyu@chromium.org2014-04-082-2/+2
* Add net/base/filename_util.h.sergeyu@chromium.org2014-04-082-2/+2
* x11: Move X event handling out of the message-pump.sadrul@chromium.org2014-04-054-12/+26
* Use FilePaths in content::DropData to avoid redundant conversions.dcheng@chromium.org2014-03-2811-50/+71
* Fix compile error in os_exchange_data_aura.cc when use_x11==0 and chromeos==0dnicoara@chromium.org2014-03-271-1/+1
* Implement image drag out support for Linux Aura.dcheng@chromium.org2014-03-273-2/+49