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
/
ash
/
touch
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Cleanup]
oshima@chromium.org
2013-07-18
1
-3
/
+4
*
Fix projection touch HUD in RTL
mohsen@chromium.org
2013-07-17
1
-1
/
+2
*
[Cleanup]
oshima@chromium.org
2013-07-12
2
-1
/
+2
*
Separate projection mode from rest of touch HUD
mohsen@chromium.org
2013-07-01
7
-660
/
+846
*
Add UMA metrics to measure the effectiveness of views fuzzing
tdanderson@chromium.org
2013-06-29
2
-104
/
+127
*
ExternalTabContainerWin's widgets should be opaque and not fade-in.
grt@chromium.org
2013-06-27
1
-1
/
+1
*
Merge CMTEventData and ValuatorTracker
sheckylin@chromium.org
2013-06-17
1
-5
/
+5
*
Revert "Merge CMTEventData and ValuatorTracker"
pdr@chromium.org
2013-06-14
1
-5
/
+5
*
Merge CMTEventData and ValuatorTracker
sheckylin@chromium.org
2013-06-14
1
-5
/
+5
*
Skip mulitple-display tests on win8
oshima@chromium.org
2013-06-12
1
-0
/
+21
*
Use a direct include of strings headers in ash/.
avi@chromium.org
2013-06-10
3
-3
/
+3
*
Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...
avi@chromium.org
2013-06-07
1
-1
/
+1
*
Generate tap gesture with tap_count = 3 for triple-tap
miletus@chromium.org
2013-05-29
1
-1
/
+4
*
Use double precision for touch event valuator
miletus@chromium.org
2013-05-23
1
-1
/
+1
*
Improved touch HUD performance in projection mode
mohsen@chromium.org
2013-05-02
2
-89
/
+153
*
Added projection mode to touch HUD
mohsen@chromium.org
2013-04-27
2
-101
/
+300
*
Reland "Swap touch HUD when switching primary display"
mohsen@chromium.org
2013-04-25
3
-23
/
+502
*
Revert 196235 "Swap touch HUD when switching primary display"
brianderson@chromium.org
2013-04-24
3
-501
/
+23
*
Swap touch HUD when switching primary display
mohsen@chromium.org
2013-04-24
3
-23
/
+501
*
Make sure bucket_size_x/y is not 0
miletus@chromium.org
2013-04-04
1
-2
/
+4
*
Added touch HUD for all displays
mohsen@chromium.org
2013-04-01
2
-20
/
+74
*
Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAP
miletus@chromium.org
2013-03-20
1
-4
/
+11
*
Revert 188901 "Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAP"
wjia@chromium.org
2013-03-19
1
-11
/
+4
*
Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAP
miletus@chromium.org
2013-03-19
1
-4
/
+11
*
ash: Ignore touch-cancel events in the HUD, and improve HUD logging.
sadrul@chromium.org
2013-02-11
2
-27
/
+38
*
Add synchronous Widget closing event
wittman@chromium.org
2013-02-05
2
-3
/
+3
*
ash: Include the HUD log in the feedback reports.
sadrul@chromium.org
2013-02-02
2
-9
/
+142
*
ash: Add an accelerator to clear the HUD.
sadrul@chromium.org
2013-01-31
2
-0
/
+19
*
ash: Add a UMA entry for long-duration stationary touches.
sadrul@chromium.org
2013-01-25
1
-1
/
+19
*
ash: Make the touch HUD fullscreen.
sadrul@chromium.org
2013-01-18
2
-37
/
+73
*
events: Update scroll and touch handlers to not return EventResult.
sadrul@chromium.org
2012-12-14
2
-5
/
+3
*
touch: Add a new metric.
sadrul@chromium.org
2012-11-28
2
-1
/
+36
*
ui: Add default implementations for EventHandler interface.
sadrul@chromium.org
2012-11-20
2
-20
/
+0
*
aura: Remove aura::EventFilter.
sadrul@chromium.org
2012-11-14
1
-1
/
+0
*
ash: Convert some aura::EventFilters into ui::EventHandlers.
sadrul@chromium.org
2012-11-12
2
-25
/
+18
*
ui: Make gfx::Point::Scale() mutate the class, similar to gfx::Rect.
danakj@chromium.org
2012-11-09
1
-1
/
+1
*
ui: Split some bits out of event_constants into event_utils.
sadrul@chromium.org
2012-11-05
1
-0
/
+1
*
ui: Remove TouchStatus in favour of EventResult.
sadrul@chromium.org
2012-11-04
2
-4
/
+4
*
aura: Create new gesture LongTap that is dispatched if the user completes a
varunjain@chromium.org
2012-11-02
1
-0
/
+3
*
Makes gfx::Screen an instance, rather than a collection of static methods.
scottmg@chromium.org
2012-10-12
1
-1
/
+1
*
Remove implicit flooring Scale() method from Point and Size.
danakj@chromium.org
2012-10-09
1
-1
/
+3
*
events: Move some files into ui/base/events/
sadrul@chromium.org
2012-09-04
2
-2
/
+2
*
ash: Remove a CHECK since it's getting hit a lot.
sadrul@chromium.org
2012-09-04
1
-1
/
+5
*
events: Get rid of GestureStatus in favour of EventResult.
sadrul@chromium.org
2012-09-04
2
-3
/
+3
*
ash: Add UMA for taps on webpage, bezel and tabstrip.
sadrul@chromium.org
2012-08-14
1
-14
/
+21
*
ash: Add some more touch UMA.
sadrul@chromium.org
2012-08-10
1
-0
/
+53
*
Remove GestureEvent interface, and rename GestureEventImpl to GestureEvent.
sadrul@chromium.org
2012-08-10
4
-11
/
+11
*
Remove TouchEvent interface, and rename TouchEventImpl to TouchEvent.
sadrul@chromium.org
2012-08-09
4
-4
/
+4
*
Convert Aura to use ui::Event.
ben@chromium.org
2012-08-08
4
-27
/
+24
*
ash: Add some UMA for touch/gesture-events.
sadrul@chromium.org
2012-08-02
1
-1
/
+92
[next]