gecko-dev/layout/base/gtest
Kartikaya Gupta ea0f7627b9 Bug 1195722 - On desktop, allow the context menu to pop up concurrently with text selection. r=tylin
On desktop, the context menu is shown when the user lifts their finger after
a long press, but only if the eMouseLongTap event is not cancelled. So by
not cancelling it, we allow both the text selection and the context menu.

On Android, the context menu takes priority over text selection, so this
has no effect (i.e. if the context menu is shown, then the AccessibleCaret
code never even gets the eMouseLongTap event). Also on Android nothing
else relies on the cancellation of the eMouseLongTap event, so this change
is a no-op.

MozReview-Commit-ID: peFzB2afha
2016-08-03 12:00:19 -04:00
..
moz.build Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
TestAccessibleCaretEventHub.cpp Bug 1195722 - On desktop, allow the context menu to pop up concurrently with text selection. r=tylin 2016-08-03 12:00:19 -04:00
TestAccessibleCaretManager.cpp Bug 1249201 Part 2 - Show carets continuously when panning or zooming. r=mats,sebastian 2016-04-21 16:53:40 +08:00