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
/
content
/
browser
/
web_contents
/
touch_editable_impl_aura_browsertest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace OVERRIDE and FINAL with override and final in content/browser/web_con...
anand.ratn
2014-10-07
1
-4
/
+4
*
Clean up GestureEventDetails constructors and fix unit tests.
lanwei
2014-09-19
1
-11
/
+8
*
Revert "Clean up GestureEventDetails constructors and fix unit tests."
Dirk Pranke
2014-09-17
1
-7
/
+10
*
Revert of Clean up GestureEventDetails constructors and fix unit tests (patch...
dbeam
2014-09-17
1
-1
/
+1
*
Clean up GestureEventDetails constructors and fix unit tests.
lanwei
2014-09-17
1
-1
/
+1
*
Clean up GestureEventDetails constructors and fix unit tests.
lanwei
2014-09-17
1
-10
/
+7
*
Revert of Clean up GestureEventDetails constructors and fix unit tests (patch...
horo
2014-09-17
1
-7
/
+10
*
Clean up GestureEventDetails constructors and fix unit tests.
lanwei
2014-09-16
1
-10
/
+7
*
Re-activate touch selection after fling
mohsen
2014-09-15
1
-1
/
+79
*
Revert of Clean up GestureEventDetails constructors (patchset #4 id:100001 of...
nhiroki
2014-09-15
1
-7
/
+10
*
Clean up GestureEventDetails' constructors.
lanwei
2014-09-14
1
-10
/
+7
*
Cleanups for aura/test/event_generator.h (resolve TODOs)
tapted@chromium.org
2014-07-28
1
-3
/
+3
*
Revert 285209 "Cleanups for aura/test/event_generator.h (resolve..."
markusheintz@chromium.org
2014-07-24
1
-3
/
+3
*
Cleanups for aura/test/event_generator.h (resolve TODOs)
tapted@chromium.org
2014-07-24
1
-3
/
+3
*
Disable all the tests that are flaking more than 5% on ChromeOS builders.
jam@chromium.org
2014-07-23
1
-1
/
+7
*
Replace touch_ids_bitfield_ with first_touch_id_.
tdresser@chromium.org
2014-07-14
1
-39
/
+30
*
Do not activate touch text selection on double-tap
mohsen@chromium.org
2014-06-24
1
-3
/
+3
*
Revert 273770 "Enable touch text selection tests on all Aura pla..."
battre@chromium.org
2014-05-30
1
-14
/
+8
*
Enable touch text selection tests on all Aura platforms
mohsen@chromium.org
2014-05-30
1
-8
/
+14
*
Ignore all non-gesture events in TouchEditableImplAura
mohsen@chromium.org
2014-05-28
1
-29
/
+2
*
Hide WebContentsView from Chrome. This also removes WebContentsViewPort.
jam@chromium.org
2014-05-03
1
-5
/
+3
*
[Android] Reland "Provide unhandled tap event notifications"
jdduke@chromium.org
2014-04-30
1
-12
/
+17
*
Revert of [Android] Reland "Provide unhandled tap event notifications" (https...
machenbach@chromium.org
2014-04-29
1
-3
/
+2
*
[Android] Reland "Provide unhandled tap event notifications"
jdduke@chromium.org
2014-04-29
1
-2
/
+3
*
Clean up TouchEditableImplAura browser tests
mohsen@chromium.org
2014-04-21
1
-216
/
+194
*
Fix touch editing issue on first double-tap
mohsen@chromium.org
2014-04-18
1
-6
/
+47
*
Revert of [Android] Provide unhandled tap event notifications (https://codere...
tapted@chromium.org
2014-04-08
1
-11
/
+3
*
[Android] Reland "Provide unhandled tap event notifications"
jdduke@chromium.org
2014-04-08
1
-3
/
+11
*
Move ContentBrowserTest class to content/public, since it's used by component...
jam@chromium.org
2014-03-27
1
-2
/
+2
*
Remove window/host accessors from WindowEventDispatcher. Include-What-You-Use...
ben@chromium.org
2014-03-20
1
-1
/
+1
*
Move ExecuteScriptAndGetValue to use RenderFrameHost.
avi@chromium.org
2014-03-13
1
-19
/
+15
*
Window ownership -> WindowTreeHost
ben@chromium.org
2014-03-04
1
-1
/
+1
*
Move root_window.* to window_event_dispatcher.*
ben@chromium.org
2014-02-21
1
-1
/
+1
*
Remove SetHostSize/Bounds from RootWindow in favor of just calling SetBounds(...
ben@chromium.org
2014-01-10
1
-1
/
+1
*
Revert 244005 "Remove SetHostSize/Bounds from RootWindow in favo..."
noamsml@google.com
2014-01-10
1
-1
/
+1
*
Remove SetHostSize/Bounds from RootWindow in favor of just calling SetBounds(...
ben@chromium.org
2014-01-09
1
-1
/
+1
*
Make tap gesture ignore its ack disposition.
tdresser@chromium.org
2014-01-09
1
-2
/
+1
*
Populate GestureScrollBegin hint properties in Aura
rbyers@chromium.org
2013-12-19
1
-2
/
+2
*
Ignore mouse movement events in flaky touch selection tests
mohsen@chromium.org
2013-11-05
1
-87
/
+15
*
Make GetRootWindow() return a Window instead of a RootWindow.
ben@chromium.org
2013-10-25
1
-1
/
+1
*
CHECK to only receive touch/gesture events in touch selection tests
mohsen@chromium.org
2013-10-23
1
-40
/
+84
*
Revert 228072 "CHECK to only receive touch/gesture events in tou..."
benwells@chromium.org
2013-10-11
1
-6
/
+0
*
CHECK to only receive touch/gesture events in touch selection tests
mohsen@chromium.org
2013-10-11
1
-0
/
+6
*
Make tapDown async.
tdresser@chromium.org
2013-10-02
1
-2
/
+1
*
Moves ui/base/events to ui/events
sky@chromium.org
2013-09-18
1
-1
/
+1
*
Re-enable TouchCursorInTextfieldTest with some fixes and logs
mohsen@chromium.org
2013-09-12
1
-4
/
+46
*
Tuning gesture recognizer parameters
miletus@chromium.org
2013-09-10
1
-1
/
+1
*
Revert 221596 "Re-enable TouchCursorInTextfieldTest with some fi..."
henrika@chromium.org
2013-09-06
1
-15
/
+4
*
Re-enable TouchCursorInTextfieldTest with some fixes and logs
mohsen@chromium.org
2013-09-06
1
-4
/
+15
*
Re-enable TouchSelectionOriginatingFromWebpageTest with some fixes and logs
mohsen@chromium.org
2013-08-30
1
-8
/
+20
[next]