index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
base
/
dragdrop
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: move IsLocalhost() function into url_util.h
tfarina
2016-02-23
1
-1
/
+0
*
Add PlatformWindow/Event related code for Ozone X11.
kylechar
2016-02-09
1
-2
/
+2
*
Switch to standard integer types in ui/base/.
avi
2015-12-23
16
-13
/
+29
*
clang/win: Let remaining chromium_code targets build with -Wextra.
thakis
2015-12-10
1
-5
/
+5
*
gfx: Make conversions from gfx::Point to PointF explicit.
danakj
2015-11-02
2
-6
/
+6
*
ui: Remove some implicit Point to PointF conversions.
danakj
2015-10-22
2
-6
/
+5
*
ui: Get rid of OSExchangeData::CustomFormat typedef.
tfarina
2015-10-05
11
-62
/
+52
*
Move JoinString to the base namespace.
brettw
2015-07-15
1
-1
/
+1
*
Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...
hongchan
2015-07-14
1
-1
/
+1
*
Move JoinString to the base namespace.
brettw
2015-07-14
1
-1
/
+1
*
mac: Fix os_exchange_data_provider_mac.mm.
erikchen
2015-07-11
2
-2
/
+14
*
Replace remaining Tokenize calls to SplitString
brettw
2015-07-06
1
-4
/
+6
*
clang/win: Fix warnings to prepare for building without -Wno-reorder.
sammc
2015-07-02
1
-1
/
+1
*
Change most uses of Pickle to base::Pickle
brettw
2015-06-03
6
-17
/
+18
*
Move Pickle to base namespace.
brettw
2015-06-02
5
-14
/
+17
*
ui/base/dragdrop: Fix warnings found by clang chromium-style plugin on Windows.
tfarina
2015-04-28
2
-11
/
+16
*
Apply automated fixits for Chrome clang plugin to ui_base_unittests.
dcheng
2015-04-21
4
-44
/
+51
*
Enable async mode for DownloadURL drags.
dcheng
2015-04-07
1
-3
/
+6
*
Switch DragSourceWin to use RuntimeClass, rather than manual IUnknown
scottmg
2015-02-13
2
-28
/
+4
*
win: Stop drag downloads from downloading as soon as they hit a target
scottmg
2015-02-12
2
-2
/
+19
*
Adding UMA stats for ash.dragdrop events for both touch and mouse.
caelyn
2015-01-23
1
-2
/
+3
*
virtual/override specifier cleanup in ui/ (mostly Ozone code).
gunsch
2015-01-06
1
-31
/
+29
*
Cleanup: Update the path to gfx size headers.
tfarina
2015-01-03
4
-5
/
+5
*
Remove deprecated methods from Pickle.
avi
2014-12-28
1
-2
/
+2
*
Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h...
avi
2014-12-28
1
-2
/
+2
*
Remove deprecated methods from Pickle.
Avi Drissman
2014-12-22
1
-2
/
+2
*
Enable MSVC warning for unused locals.
Peter Kasting
2014-11-20
1
-6
/
+0
*
Remove implicit conversions from scoped_refptr to T* in ui/
dcheng
2014-11-13
2
-20
/
+21
*
ui: Add a few missing overrides found by a new clang warning.
thakis
2014-10-30
1
-37
/
+37
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-29
2
-41
/
+38
*
Standardize usage of virtual/override/final in ui/
dcheng
2014-10-21
1
-23
/
+22
*
replace OVERRIDE and FINAL with override and final in ui/
mostynb
2014-10-09
6
-71
/
+71
*
MacViews: Get OSExchangeDataTest to pass.
andresantoso
2014-09-24
2
-11
/
+43
*
Change base/file_utils.h includes to base/files/file_utils.h in gin, google_a...
thestig
2014-09-05
2
-2
/
+2
*
Use qualified path for grit/ui_strings.h
tfarina
2014-08-25
1
-1
/
+1
*
Add ui_unittests to GN build.
brettw@chromium.org
2014-08-22
1
-1
/
+1
*
Revert of Add ui_unittests to GN build. (patchset #2 of https://codereview.ch...
rlarocque@chromium.org
2014-08-21
1
-1
/
+1
*
Add ui_unittests to GN build.
brettw@chromium.org
2014-08-21
1
-1
/
+1
*
Move file_util_icu to base::i18n namespace
brettw@chromium.org
2014-08-07
1
-1
/
+1
*
Make selection_owner.h not include Xlib.h for consistency with
pkotwicz@chromium.org
2014-07-17
1
-1
/
+1
*
Fix TestFileToURLConversion on Linux non-X11 builds
dnicoara@chromium.org
2014-07-16
1
-5
/
+6
*
Add a unit test that filenames aren't unintentionally converted to URLs.
dcheng@chromium.org
2014-07-15
3
-24
/
+67
*
Fix the HTML5 drag and drop demos at http://www.w3schools.com/html/tryit.asp?...
pkotwicz@chromium.org
2014-07-11
3
-0
/
+28
*
MacViews: Partially implement OSExchangeDataProviderMac.
andresantoso@chromium.org
2014-07-10
3
-20
/
+55
*
MacViews: Skeleton implementation of OSExchangeDataProviderMac.
andresantoso@chromium.org
2014-06-16
3
-5
/
+153
*
Ensure that size passed into drag_utils_win.cc's SetDragImageOnDataObject fun...
ananta@chromium.org
2014-06-12
5
-19
/
+14
*
Remove base/memory/scoped_handle.h
brettw@chromium.org
2014-06-10
2
-2
/
+0
*
MacViews: gyp changes for a non-aura toolkit views on mac
tapted@chromium.org
2014-04-25
2
-0
/
+45
*
Remove non USE_AURA code from views files.
erg@chromium.org
2014-04-25
3
-9
/
+0
*
clang/win: Fix a few warnings, mostly by deleting dead code.
thakis@chromium.org
2014-04-22
1
-2
/
+2
[next]