summaryrefslogtreecommitdiffstats
path: root/ui/base/dragdrop
Commit message (Expand)AuthorAgeFilesLines
* net: move IsLocalhost() function into url_util.htfarina2016-02-231-1/+0
* Add PlatformWindow/Event related code for Ozone X11.kylechar2016-02-091-2/+2
* Switch to standard integer types in ui/base/.avi2015-12-2316-13/+29
* clang/win: Let remaining chromium_code targets build with -Wextra.thakis2015-12-101-5/+5
* gfx: Make conversions from gfx::Point to PointF explicit.danakj2015-11-022-6/+6
* ui: Remove some implicit Point to PointF conversions.danakj2015-10-222-6/+5
* ui: Get rid of OSExchangeData::CustomFormat typedef.tfarina2015-10-0511-62/+52
* Move JoinString to the base namespace.brettw2015-07-151-1/+1
* Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...hongchan2015-07-141-1/+1
* Move JoinString to the base namespace.brettw2015-07-141-1/+1
* mac: Fix os_exchange_data_provider_mac.mm.erikchen2015-07-112-2/+14
* 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